Skip to content

Commit

Permalink
re-bind field oriented drive
Browse files Browse the repository at this point in the history
  • Loading branch information
willitcode committed Mar 13, 2024
1 parent 248abc5 commit 30fd2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/Controllers.java
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private static void configureDefaultKeybinds() {
operatorController.leftTrigger().whileTrue(RobotContainer.aimToAmp);
operatorController.rightTrigger().whileTrue(RobotContainer.fireNote);

// pilotController.leftTrigger().toggleOnTrue(RobotContainer.driveFieldOriented);
pilotController.leftTrigger().toggleOnTrue(RobotContainer.driveFieldOriented);
pilotController.rightBumper().toggleOnTrue(RobotContainer.enterXMode);
pilotController.leftBumper().whileTrue(RobotContainer.driveRobotOrientedSprint);
/* TODO: angle / velocity steering toggle w/ right trigger (no issue) and boost on left bumper (issue 86) */
Expand Down

0 comments on commit 30fd2b7

Please sign in to comment.