Skip to content

Commit

Permalink
fixed drivetrain invert
Browse files Browse the repository at this point in the history
  • Loading branch information
LTeixeira4909 committed Jan 11, 2025
1 parent 458c825 commit 42f320a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/generated/TunerConstants.java
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public class TunerConstants {
private static final Distance kWheelRadius = Inches.of(2);

private static final boolean kInvertLeftSide = false;
private static final boolean kInvertRightSide = true;
private static final boolean kInvertRightSide = false;

private static final int kPigeonId = 20;

Expand Down

0 comments on commit 42f320a

Please sign in to comment.