MRC/FullExample: Difference between revisions

From Control Systems Technology Group
Jump to navigation Jump to search
(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…')
(No difference)

Revision as of 09:45, 3 May 2017

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