There was an error while loading. Please reload this page.
1 parent 78c5e04 commit 1856217Copy full SHA for 1856217
1 file changed
src/main/java/frc/robot/RobotContainer.java
@@ -69,7 +69,7 @@ private void configureBindings() {
69
// Right Stick Down = Extend/Retract Hopper
70
controller
71
.rightStick()
72
- // .and(() -> !shootGroup.isScheduled())
+ .and(() -> !shootGroup.isScheduled())
73
.onTrue(
74
Commands.runEnd(
75
() -> hopper.move(Hopper.getRotation(isExtended)), () -> hopper.stop(), hopper)
0 commit comments