mirror of
https://github.com/Team4388/2023WayOfTheRobot.git
synced 2026-06-09 08:38:02 -06:00
Removed button bind
We don't need this now that we have the shuffleboard button
This commit is contained in:
@@ -107,9 +107,6 @@ public class RobotContainer {
|
||||
|
||||
playbackChooser = new PlaybackChooser(m_robotSwerveDrive,
|
||||
"Balance", new AutoBalance(m_robotMap.gyro, m_robotSwerveDrive));
|
||||
|
||||
new JoystickButton(getDeadbandedDriverController(), XboxController.X_BUTTON)
|
||||
.onTrue(new InstantCommand(() -> playbackChooser.appendCommand()));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user