Changes between Version 11 and Version 12 of ControlSystems/SoftwareTeam/Training/GettingStarted/Autonomous
- Timestamp:
- Nov 9, 2019, 8:26:49 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/Autonomous
v11 v12 5 5 6 6 * Follow [wiki:ControlSystems/SoftwareTeam/Training/GettingStarted/Autonomous/PWM these instructions] for motors with PWM motor controllers (Macadamia). 7 * Follow [wiki:ControlSystems/SoftwareTeam/Training/GettingStarted/Autonomous/CAN these instructions] for motors with CAN motor controllers (Hazelnut ).7 * Follow [wiki:ControlSystems/SoftwareTeam/Training/GettingStarted/Autonomous/CAN these instructions] for motors with CAN motor controllers (Hazelnut, Almond). 8 8 9 9 When you launch the driver station, you'll need to select "Autonomous" mode (look above the Enable button) and then press the Enable button. The autonomousInit() method will run first and then the autonomousPeriodic() method will be called repeatedly until the robot is disabled. If your robot isn't doing what it should be, press the Disable button immediately to stop the robot. It's usually a good idea to test your code with the robot up on a stool or blocks (wheels not touching the ground) in case your code doesn't work properly.