Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Worlds #78

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
old swerve tuning
CrolineCrois committed Apr 19, 2024
commit e70f806daa2793804f94547fb37bf5e52c598a92
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Constants.java
Original file line number Diff line number Diff line change
@@ -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;