Changes between Version 1 and Version 2 of ControlSystems/SoftwareTeam/Training/GettingStarted/ClosedLoopControl/PWMCode
- Timestamp:
- Nov 9, 2019, 8:19:03 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/ClosedLoopControl/PWMCode
v1 v2 66 66 67 67 /** 68 * Initialize the motor powers and start the timer we created so we can 69 * periodically adjust the motor power to keep the robot going straight 68 70 */ 69 71 @Override … … 84 86 85 87 /** 86 * This function is called periodically during autonomous. 88 * This function is called regularly during autonomous. 89 * Periodically adjust the motor powers and stop if we've gone the desired distance. 87 90 */ 88 91 @Override