We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b3d6a3 + b441117 commit c6e919dCopy full SHA for c6e919d
src/main/java/org/blackknights/RobotContainer.java
@@ -131,7 +131,7 @@ private void configureBindings() {
131
132
secondaryController.leftBumper.onTrue(new InstantCommand(() -> coralQueue.stepForwards()));
133
134
- secondaryController.rightBumper.whileTrue(
+ secondaryController.rightBumper.onTrue(
135
new InstantCommand(() -> coralQueue.stepBackwards()));
136
137
// secondaryController.rightTrigger.whileTrue(
0 commit comments