Changes between Version 29 and Version 30 of ControlSystems/SoftwareTeam/Training/GettingStarted/IntroRobotJava
- Timestamp:
- Oct 29, 2019, 1:39:37 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/IntroRobotJava
v29 v30 312 312 {{{ 313 313 if (!autoDone) { 314 // updatemotor power every 1/4 second to keep us going straight314 // adjust motor power every 1/4 second to keep us going straight 315 315 if (autoTimer.hasPeriodPassed(0.25)) { 316 316 // if we're going straight, leftDistance == rightDistance