MRC/FullExample

From Control Systems Technology Group
Revision as of 09:45, 3 May 2017 by Wkuijpe1 (talk | contribs) (Created page with '== Full Example == We would like to create a behavior for Pico, in which: # Pico is driving forward, unless a wall is detected. # If a wall is detected, PICO drives backwards for…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Full Example

We would like to create a behavior for Pico, in which:

  1. Pico is driving forward, unless a wall is detected.
  2. If a wall is detected, PICO drives backwards for x metres,
  3. then turns approx. 90 degrees,
  4. resumes driving forward.

First, we can describe this behavior in a Task-Skill-Motion Framework, which is shown in the figure, here on the right.

File:TSM FullExample.jpg
Task-Skill-Motion Framework for Full Example