Changes between Version 7 and Version 8 of ControlSystems/SoftwareTeam/Training/GettingStarted/ServoMotor
- Timestamp:
- Jan 28, 2020, 10:53:33 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/ServoMotor
v7 v8 35 35 Launch the driver station on your laptop and select Teleop mode (bottom left side of the window). You'll need to press the Enable button on the driver station to put the robot in Teleop mode. When teleop is enabled, teleopInit() will be called once and then teleopPeriodic() is called repeatedly until the robot is disabled. 36 36 37 To see a complete program that demonstrates controlling the servo motor from an xbox controller using buttons and joystick, click [wiki:ControlSystems/SoftwareTeam/Training/GettingStarted/ServoMotor/Example1 here]. You can use this to replace Robot.java37 To see a complete Robot.java that demonstrates controlling the servo motor from an xbox controller using buttons and joystick, click [wiki:ControlSystems/SoftwareTeam/Training/GettingStarted/ServoMotor/Example1 here]. 38 38 39 39 === Extra credit ===