Skip to content

Commit

Permalink
old swerve tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
CrolineCrois committed Apr 19, 2024
1 parent a59f588 commit e70f806
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 @@ -72,7 +72,7 @@ public static class SwerveConstants {

public static final int BL_DRIVE = 4;
public static final int BL_STEER = 5;
public static final double BL_OFFSET = .2301 - Math.PI / 2;
public static final double BL_OFFSET = 1.7 + Math.toRadians(75) - Math.PI / 2;

public static final int BR_DRIVE = 6;
public static final int BR_STEER = 7;
Expand Down

0 comments on commit e70f806

Please sign in to comment.