Skip to content

Commit 1856217

Browse files
committed
add back no unexpected hopper movement while shooting
1 parent 78c5e04 commit 1856217

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/frc/robot/RobotContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ private void configureBindings() {
6969
// Right Stick Down = Extend/Retract Hopper
7070
controller
7171
.rightStick()
72-
// .and(() -> !shootGroup.isScheduled())
72+
.and(() -> !shootGroup.isScheduled())
7373
.onTrue(
7474
Commands.runEnd(
7575
() -> hopper.move(Hopper.getRotation(isExtended)), () -> hopper.stop(), hopper)

0 commit comments

Comments
 (0)