Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
robot_design [2009-01-06 17:16] davegriffithsrobot_design [2009-01-06 17:32] 86.169.225.249
Line 12: Line 12:
 (not to happy about these definitions...) (not to happy about these definitions...)
  
-==Internal state== +  * Internal stateDirectly observable state of the robot. Also it's internal representation of the world - it's internal model. 
-Directly observable state of the robot. Also it's internal representation of the world - it's internal model. +  External stateWhat's happening in the real world. Can only be known via a robot's sensors. 
- +  Observable state: known at all times, usually internal - eg. battery state. 
-==External state== +  Partially observable stateThrough a sensor, along with noise eg: camera image pixels 
-What's happening in the real world. Can only be known via a robot's sensors. +  Hidden stateWhat you are actually interested in, in the real world eg: position of user's head. Can't be directly known, must be indirectly inferred from (maybe multiple) sensors. See [[sensor fusion]].
- +
-==Observable state== +
-Known at all times, usually internal - eg. battery state. +
- +
-==Partially observable state== +
-Through a sensor, along with noise eg: camera image pixels +
- +
-==Hidden state==  +
-What you are interested in, in the real world eg: position of user's head. +
-Can't be directly known, must be indirectly inferred from (maybe multiple) sensors. See [[sensor fusion]].+
  
 ====Deliberative vs Reactive==== ====Deliberative vs Reactive====
  • robot_design.txt
  • Last modified: 2009-01-07 15:05
  • by 81.188.78.24