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 |
||
(2 intermediate revisions by the same user not shown) | |||
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]] | |||
Asking for help will be done using a bluetooth communication protocol: | |||
[[File:BluetoothComms.jpg]] | |||
Back to: [[PRE2015_2_Groep1]]<br> |
Latest revision as of 10:16, 13 January 2016
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:
Asking for help will be done using a bluetooth communication protocol:
Back to: PRE2015_2_Groep1