WalkMC::WalkParam Struct Reference#include <WalkMC.h>
List of all members.
Detailed Description
holds more general parameters about the walk
Definition at line 96 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 & Destructor Documentation
WalkMC::WalkParam::WalkParam |
( |
|
) |
[inline] |
|
|
constructor
Definition at line 97 of file WalkMC.h. |
Member Data Documentation
The documentation for this struct was generated from the following file:
|