| Trees | Indices | Help |
|
|---|
|
|
Very simple behavior for following the boundary of an obstacle in the world, with the robot's 'right hand' on the wall.
| Classes | |
|
BoundaryFollowerSM4 State machine with instances of io.SensorInput as input
and io.Action as output.
|
|
|
BoundaryFollowerSM2 State machine with instances of io.SensorInput as input
and io.Action as output.
|
|
| Variables | |
sideClearDist = 0.3
|
|
clearDist = 0.25
|
|
forwardSpeed = 0.25
|
|
rotationalSpeed = 0.25
|
|
stop = io.Action(0, 0)
|
|
go = io.Action(forwardSpeed, 0)
|
|
left = io.Action(0, rotationalSpeed)
|
|
right = io.Action(sideClearDist* rotationalSpeed,-rotationalSp
|
|
| Variables Details |
right
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 26 17:51:16 2011 | http://epydoc.sourceforge.net |