Changes between Version 2 and Version 3 of ControlSystems/SoftwareTeam/Training/GettingStarted/Autonomous/PWM
- Timestamp:
- Nov 3, 2019, 9:05:12 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/Autonomous/PWM
v2 v3 35 35 * In autonomousInit() reset the encoder counts and start the motors: 36 36 {{{ 37 // R reset encoder counts to 037 // Reset encoder counts to 0 38 38 leftEncoder.reset(); 39 39 rightEncoder.reset();