Homepage Demos Overview Downloads Tutorials Reference
Credits

WalkMC::LegParam Struct Reference

#include <WalkMC.h>

List of all members.


Detailed Description

holds parameters about how to move each leg

Definition at line 85 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 & Destructor Documentation

WalkMC::LegParam::LegParam  )  [inline]
 

constructor

Definition at line 86 of file WalkMC.h.


Member Data Documentation

double WalkMC::LegParam::down_time
 

the time (as percentage of WalkParam::period) in the cycle to put down (so you can set different offsets between the paws)

Definition at line 91 of file WalkMC.h.

Referenced by WalkMC::updateOutputs().

vector3d WalkMC::LegParam::down_vel
 

give the velocities to use when lowering the paw

Definition at line 89 of file WalkMC.h.

Referenced by WalkMC::updateOutputs().

double WalkMC::LegParam::lift_time
 

the time (as percentage of WalkParam::period) in the cycle to lift (so you can set different offsets between the paws)

Definition at line 90 of file WalkMC.h.

Referenced by WalkMC::updateOutputs().

vector3d WalkMC::LegParam::lift_vel
 

give the velocities to use when raising the paw

Definition at line 88 of file WalkMC.h.

Referenced by WalkMC::updateOutputs().

vector3d WalkMC::LegParam::neutral
 

defines the "neutral" point of each leg - where it is in midstep

Definition at line 87 of file WalkMC.h.

Referenced by WalkMC::updateOutputs().


The documentation for this struct was generated from the following file:

Tekkotsu v2.2.1
Generated Tue Nov 23 16:37:54 2004 by Doxygen 1.3.9.1