Skip to content

Commit cb308c5

Browse files
committed
zero swerve
1 parent 4acc1d7 commit cb308c5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/frc/robot/Constants.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ public static class SwerveModuleConstants {
139139
public static final SparkMaxConfig turnConfig = new SparkMaxConfig();
140140
public static final SparkMaxConfig driveConfig = new SparkMaxConfig();
141141

142-
public static final Rotation2d FLZeroRotation = new Rotation2d(4.373);
143-
public static final Rotation2d FRZeroRotation = new Rotation2d(5.662);
144-
public static final Rotation2d BLZeroRotation = new Rotation2d(3.623);
145-
public static final Rotation2d BRZeroRotation = new Rotation2d(4.553);
142+
public static final Rotation2d FLZeroRotation = new Rotation2d(4.373 - 0.216);
143+
public static final Rotation2d FRZeroRotation = new Rotation2d(5.662 - 0.152);
144+
public static final Rotation2d BLZeroRotation = new Rotation2d(3.623 - 0.158);
145+
public static final Rotation2d BRZeroRotation = new Rotation2d(4.553 - 0.111);
146146

147147
public static final ControlConstants turnControlConstants = new ControlConstants(
148148
"swerveModule/turn",

0 commit comments

Comments
 (0)