| Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <WalkMC.h>
Definition at line 75 of file WalkMC.h.
Public Member Functions | |
| WalkParam () | |
| constructor | |
Public Attributes | |
| LegParam | leg [4] |
| a set of LegParam's, one for each leg | |
| double | body_height |
| the height to hold the body (mm) | |
| double | body_angle |
| the angle to hold the body (rad - 0 is level) | |
| double | hop |
| sinusoidal hop amplitude | |
| double | sway |
| sinusoidal sway in y direction | |
| long | period |
| the time between steps | |
| long | reserved |
| live with it | |
|
|
constructor
|
|
|
the angle to hold the body (rad - 0 is level)
Definition at line 79 of file WalkMC.h. Referenced by WalkMC::getAngle(), WalkMC::init(), WalkMC::setAngle(), WalkMC::updateOutputs(), and WalkParam(). |
|
|
the height to hold the body (mm)
Definition at line 78 of file WalkMC.h. Referenced by WalkMC::getHeight(), WalkMC::init(), WalkMC::setHeight(), WalkMC::updateOutputs(), and WalkParam(). |
|
|
sinusoidal hop amplitude
Definition at line 80 of file WalkMC.h. Referenced by WalkMC::getHop(), WalkMC::setHop(), WalkMC::updateOutputs(), and WalkParam(). |
|
|
a set of LegParam's, one for each leg
Definition at line 77 of file WalkMC.h. Referenced by WalkMC::updateOutputs(). |
|
|
the time between steps
Definition at line 82 of file WalkMC.h. Referenced by WalkMC::getPeriod(), WalkMC::setPeriod(), WalkMC::updateOutputs(), and WalkParam(). |
|
|
live with it
Definition at line 83 of file WalkMC.h. Referenced by WalkParam(). |
|
|
sinusoidal sway in y direction
Definition at line 81 of file WalkMC.h. Referenced by WalkMC::getSway(), WalkMC::setSway(), WalkMC::updateOutputs(), and WalkParam(). |
|
Tekkotsu v2.0 |
Generated Wed Jan 21 03:23:33 2004 by Doxygen 1.3.4 |