Communication and behaviour

From Control Systems Technology Group
Revision as of 10:16, 13 January 2016 by S133666 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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:

Plan of attack.jpg

Asking for help will be done using a bluetooth communication protocol:

BluetoothComms.jpg

Back to: PRE2015_2_Groep1