Skip to content

Commit c6e919d

Browse files
Merge pull request #61 from aaditsangvikar/dev
adding configs to climber subsystem, fixing RobotContainer
2 parents 7b3d6a3 + b441117 commit c6e919d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/blackknights/RobotContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private void configureBindings() {
131131

132132
secondaryController.leftBumper.onTrue(new InstantCommand(() -> coralQueue.stepForwards()));
133133

134-
secondaryController.rightBumper.whileTrue(
134+
secondaryController.rightBumper.onTrue(
135135
new InstantCommand(() -> coralQueue.stepBackwards()));
136136

137137
// secondaryController.rightTrigger.whileTrue(

0 commit comments

Comments
 (0)