Skip to content

Commit

Permalink
re-zeroed back right steer encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
MysticalApple committed Apr 4, 2024
1 parent 297294b commit a1d3a4d
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 @@ -75,7 +75,7 @@ public static class SwerveConstants {

public static final int BR_DRIVE = 6;
public static final int BR_STEER = 7;
public static final double BR_OFFSET = 2.44 + Math.PI * 1.0 / 4.0;
public static final double BR_OFFSET = 0.43 + Math.PI * 1.0 / 4.0 + Math.PI;

public static double MODULE_DIST = Units.inchesToMeters(27.25 / 2.0);
public static final Translation2d FL_POS = new Translation2d(MODULE_DIST, MODULE_DIST);
Expand Down

0 comments on commit a1d3a4d

Please sign in to comment.