We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a59f588 commit e70f806Copy full SHA for e70f806
src/main/java/frc/robot/Constants.java
@@ -72,7 +72,7 @@ public static class SwerveConstants {
72
73
public static final int BL_DRIVE = 4;
74
public static final int BL_STEER = 5;
75
- public static final double BL_OFFSET = .2301 - Math.PI / 2;
+ public static final double BL_OFFSET = 1.7 + Math.toRadians(75) - Math.PI / 2;
76
77
public static final int BR_DRIVE = 6;
78
public static final int BR_STEER = 7;
0 commit comments