File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments