Skip to content

Commit

Permalink
calibrated wheels for our drivetrain
Browse files Browse the repository at this point in the history
  • Loading branch information
catr1xLiu committed Dec 25, 2024
1 parent 4669354 commit 07d500c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/constants/TunerConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public class TunerConstants {
public static final int kFrontLeftDriveMotorId = 1;
public static final int kFrontLeftSteerMotorId = 2;
public static final int kFrontLeftEncoderId = 1;
public static final Angle kFrontLeftEncoderOffset = Rotations.of(-0.305419921875);
public static final Angle kFrontLeftEncoderOffset = Rotations.of(0.30322265625);
public static final boolean kFrontLeftSteerMotorInverted = true;
public static final boolean kFrontLeftCANcoderInverted = false;

Expand Down

0 comments on commit 07d500c

Please sign in to comment.