Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
#include <WalkMC.h>
Definition at line 62 of file WalkMC.h.
Public Member Functions | |
LegParam () | |
constructor | |
Public Attributes | |
vector3d | neutral |
defines the "neutral" point of each leg - where it is in midstep | |
vector3d | lift_vel |
give the velocities to use when raising the paw | |
vector3d | down_vel |
give the velocities to use when lowering the paw | |
double | lift_time |
the time (as percentage of WalkParam::period) in the cycle to lift (so you can set different offsets between the paws) | |
double | down_time |
the time (as percentage of WalkParam::period) in the cycle to put down (so you can set different offsets between the paws) |
|
constructor
Definition at line 63 of file WalkMC.h. References down_time, down_vel, lift_time, lift_vel, and neutral. |
|
the time (as percentage of WalkParam::period) in the cycle to put down (so you can set different offsets between the paws)
|
|
give the velocities to use when lowering the paw
|
|
the time (as percentage of WalkParam::period) in the cycle to lift (so you can set different offsets between the paws)
|
|
give the velocities to use when raising the paw
|
|
defines the "neutral" point of each leg - where it is in midstep
|
Tekkotsu v1.4 |
Generated Sat Jul 19 00:09:15 2003 by Doxygen 1.3.2 |