Test more

This commit is contained in:
Shikhar
2026-02-27 21:30:19 -07:00
parent f15a26aaef
commit f3d16724cb
3 changed files with 7 additions and 9 deletions
@@ -274,7 +274,6 @@ public class RobotContainer {
}))
.onFalse(new InstantCommand(() -> {
m_robotShooter.spinUpIdle();
m_robotIntake.setMode(IntakeMode.Extended);
}));
@@ -286,7 +285,6 @@ public class RobotContainer {
}))
.onFalse(new InstantCommand(() -> {
m_robotShooter.spinUpIdle();
m_robotIntake.setMode(IntakeMode.Extended);
}));
new JoystickButton(getDeadbandedOperatorController(), XboxController.RIGHT_BUMPER_BUTTON)