Skip to content

Commit

Permalink
It builds
Browse files Browse the repository at this point in the history
  • Loading branch information
GreenTomato5 committed Oct 7, 2024
1 parent eb8261c commit 191f172
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/frc/robot/subsystems/drive/Drive.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,8 @@ public void runState() {
() -> Constants.controller.getRightX(),
getState().getRotationModifier(),
getState().getTranslationModifier(),
headingCorrectionEnabled
headingCorrectionEnabled,
false
);
}

Expand Down

0 comments on commit 191f172

Please sign in to comment.