You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 30, 2025. It is now read-only.
The robot orientation currently has X = forward and Y = right and clockwise rotation, but WPILib uses X = forward, Y = left, and counter-clockwise rotation.
The NavX angle has to be negated, and the SwerveDriveKinematics in Constants.java needs to have its y-values flipped.
This will result in needing to negate nearly every single y-value in any swerve code, and NavX calculations that use yaw will need to be revised.