update speeds

This commit is contained in:
Michael Mikovsky
2024-08-29 17:03:25 -06:00
parent 721f160f37
commit a10ccf2cb2
3 changed files with 5 additions and 5 deletions
@@ -308,8 +308,8 @@ public class RobotContainer {
// ! /* Speed */
new JoystickButton(getDeadbandedDriverController(), XboxController.RIGHT_BUMPER_BUTTON) // final
.onTrue(new InstantCommand(() -> m_robotSwerveDrive.setToTurbo()));
// .onFalse(new InstantCommand(() -> m_robotSwerveDrive.setToFast()));
.onTrue(new InstantCommand(() -> m_robotSwerveDrive.setToTurbo()))
.onFalse(new InstantCommand(() -> m_robotSwerveDrive.setToFast()));
new JoystickButton(getDeadbandedDriverController(), XboxController.LEFT_BUMPER_BUTTON) // final
.onTrue(new InstantCommand(() -> m_robotSwerveDrive.setToSlow()));