Trees | Indices | Help |
|
---|
|
sm.SM --+ | MoveToFixedPoint
State machine representing robot behavior that drives to a specified
point. Inputs are instances of io.SensorInput
; outputs are
instances of io.Action
. Robot first rotates toward goal,
then moves straight. It will correct its rotation if necessary.
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
forwardGain = 1.0 Gain for driving forward |
|
rotationGain = 1.0 Gain for rotating |
|
angleEps = 0.05 Tolerance for angles |
|
distEps = 0.05 Tolerance for distances |
|
maxVel = 0.5 Maximum velocity |
|
startState = False By 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 |