Trees | Indices | Help |
|
---|
|
sm.SM --+ | ReplannerWithDynamicMap
This replanner state machine has a dynamic map, which is an input to
the state machine. Input to the machine is a pair (map,
sensors)
, where map
is an instance of a subclass of
gridMap.GridMap
and sensors
is an instance of
io.SensorInput
; output is an instance of
util.Point
, representing the desired next subgoal. The
planner should guarantee that a straight-line path from the current pose
to the output pose is collision-free in the current map.
Instance Methods | |||
|
|||
|
|||
Inherited from |
Class Variables | |
Inherited from |
Method Details |
|
Default version of this method. If a subclass only defines
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 26 17:51:16 2011 | http://epydoc.sourceforge.net |