| Trees | Indices | Help |
|
|---|
|
|
sm.SM --+
|
MoveToFixedPose
State machine representing robot behavior that drives to a specified
pose. Inputs are instances of io.SensorInput; outputs are
instances of io.Action. Robot first rotates toward goal,
then moves straight, then rotates to desired final angle.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
forwardGain = 1.0Gain for driving forward |
|
rotationGain = 1.0Gain for rotating |
|
maxVel = 0.5Maximum velocity |
|
angleEps = 0.05Tolerance for angles |
|
distEps = 0.05Tolerance for distances |
|
startState = FalseBy default, startState is none |
|
|
Inherited from |
|
| Instance Variables | |
| Method Details |
|
Default version of this method. If a subclass only defines
|
By default, machines don't terminate
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 26 17:51:16 2011 | http://epydoc.sourceforge.net |