mirror of
https://github.com/Team4388/2019-Hit-or-Miss.git
synced 2026-06-09 00:28:05 -06:00
Fixed Spelling
Changed switch to manual to switch to manual
This commit is contained in:
@@ -98,7 +98,7 @@ public class OI
|
|||||||
JoystickButton TurnTo0NavX = new JoystickButton(m_driverXbox.getJoyStick(), XboxController.LEFT_JOYSTICK_BUTTON);
|
JoystickButton TurnTo0NavX = new JoystickButton(m_driverXbox.getJoyStick(), XboxController.LEFT_JOYSTICK_BUTTON);
|
||||||
TurnTo0NavX.whenPressed(new DriveAbsoluteTurnPID(0, MPSoftwareTurnType.TANK));
|
TurnTo0NavX.whenPressed(new DriveAbsoluteTurnPID(0, MPSoftwareTurnType.TANK));
|
||||||
|
|
||||||
SmartDashboard.putData("switch to manuel", new SetManual());
|
SmartDashboard.putData("switch to manual", new SetManual());
|
||||||
SmartDashboard.putData("run arm test", new ArmTest());
|
SmartDashboard.putData("run arm test", new ArmTest());
|
||||||
|
|
||||||
JoystickButton safteySwitch = new JoystickButton(m_operatorXbox.getJoyStick(), XboxController.START_BUTTON);
|
JoystickButton safteySwitch = new JoystickButton(m_operatorXbox.getJoyStick(), XboxController.START_BUTTON);
|
||||||
|
|||||||
Reference in New Issue
Block a user