This is an old revision of the document!


Notes on robot design - see also lirec notes.

“Robotics is the intelligent connection of perception to action” - Michael Brady

Sensors tell a robot about the outside world. Actuators allow a robot to change the outside world, to act upon it.

Think hard - then act!

  • Capable of learning and prediction
  • Finds strategic solution

but:

  • Requires lots of computation - eg. brute force search for potential plan
  • Needs a world model
  • Slow

Don't think, react!

  • Fast
  • Powerful, biological parallel

but:

  • Minimal state
  • No memory
  • No internal representation of the world
  • Unable to plan ahead
  • Unable to learn

Or do both!

  • Deliberative system on top
  • Reactive underneath
  • Hybrid or Behavioural system
  • robot_design.1231261201.txt.gz
  • Last modified: 2009-01-06 17:00
  • (external edit)