This commit is contained in:
Shikhar
2026-02-16 16:22:43 -07:00
parent 84596775b7
commit 41b08ca6be
@@ -264,7 +264,7 @@ public class RobotContainer {
}));
new JoystickButton(getDeadbandedOperatorController(), XboxController.RIGHT_BUMPER_BUTTON)
.onFalse(new InstantCommand(() -> {
.onTrue(new InstantCommand(() -> {
m_robotShooter.setShooterNotReady();
}));