Difference between revisions of "Self Driving RC Car/Challenge"
Jump to navigation
Jump to search
(Created page with "{{PageSequence|prev=Self Driving RC Car|next=Self Driving RC Car/Systemcontext|category=Self Driving RC Car|categoryIcon=car}}") |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {{PageSequence|prev=Self Driving RC Car|next=Self Driving RC Car/Systemcontext|category=Self Driving RC Car|categoryIcon=car}} | + | {{PageSequence|prev=Self Driving RC Car/Location|next=Self Driving RC Car/Systemcontext|category=Self Driving RC Car|categoryIcon=car}} |
+ | {{:Self_Driving_RC_Car/Links}} | ||
+ | <HTML5video>full_run</HTML5video> | ||
+ | <uml> | ||
+ | start | ||
+ | repeat | ||
+ | :detect startlight; | ||
+ | repeat while (light is not green) | ||
+ | repeat | ||
+ | :detect lane; | ||
+ | |||
+ | split | ||
+ | :left} | ||
+ | : steer right; | ||
+ | split again | ||
+ | :on course} | ||
+ | : steer straight; | ||
+ | split again | ||
+ | :right} | ||
+ | : steer left; | ||
+ | end split | ||
+ | :detect stopzone; | ||
+ | repeat while (no stopzone) | ||
+ | stop | ||
+ | </uml> |