Changes between Version 10 and Version 11 of ControlSystems/SoftwareTeam/Training/GettingStarted/ServoMotor
- Timestamp:
- Jan 28, 2020, 11:38:05 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/ServoMotor
v10 v11 38 38 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]. 39 39 40 Once you've completed basic training and are working on intermediate and advanced skills, see servo motor control using the command-based framework [wiki:ControlSystems/SoftwareTeam/Training/GettingStarted/ServoMotor/Example2 here]. 41 40 42 === Extra credit === 41 43 Use buttons on the Xbox controller to set the servo to a specific position (e.g. 45-degrees, 90-degrees, 135-degrees).