Communication and behaviour: Difference between revisions
Jump to navigation
Jump to search
(Created page with 'For the behaviour of the NXT robot a state-based algorithm has been used. There are several main states in which te robot can be: *1. Searching straight ahead *2. Turning *3…') |
No edit summary |
||
Line 7: | Line 7: | ||
*5. Push the object away | *5. Push the object away | ||
*6. Ask for help | *6. Ask for help | ||
This behaviour has been visualized in the following flowchart: | |||
[[File:Plan of attack.jpg]] |
Revision as of 18:25, 22 December 2015
For the behaviour of the NXT robot a state-based algorithm has been used. There are several main states in which te robot can be:
- 1. Searching straight ahead
- 2. Turning
- 3. Found something
- 4. Check if the object is too heavy
- 5. Push the object away
- 6. Ask for help
This behaviour has been visualized in the following flowchart: