Changes between Version 1 and Version 2 of ControlSystems/SoftwareTeam/Training/GettingStarted/RobotFSM1
- Timestamp:
- Nov 6, 2019, 1:19:14 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ControlSystems/SoftwareTeam/Training/GettingStarted/RobotFSM1
v1 v2 129 129 turnRight(); 130 130 state = AutoState.TURNING; 131 } 131 } // else stay in this state until we've gone far enough 132 132 break; 133 133 case TURNING: … … 137 137 stop(); 138 138 state = AutoState.STOPPED; 139 } 139 } // else stay in this state until turn complete 140 140 break; 141 141 case STOPPED: