Skip to content

Commit

Permalink
Change offset
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowAzalea committed Feb 24, 2024
1 parent 2f6b8eb commit ea9f039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public static class SwerveModuleConstants {
VELOCITY_MOTOR_ID_BL = 8;
ANGULAR_MOTOR_ID_BL = 9;
ANGULAR_MOTOR_ENCODER_ID_BL = 2;
ANGULAR_MOTOR_ENCODER_OFFSET_BL = -0.634033203125;
ANGULAR_MOTOR_ENCODER_OFFSET_BL = -0.13134765625 +0.5;

// Back right
VELOCITY_MOTOR_ID_BR = 10;
Expand Down

0 comments on commit ea9f039

Please sign in to comment.