Structure to store the absolute foot position. More...
#include <jrl/walkgen/pgtypes.hh>
Public Attributes | |
double | x |
double | y |
double | z |
double | theta |
double | omega |
double | omega2 |
double | dx |
double | dy |
double | dz |
double | dtheta |
double | domega |
double | domega2 |
double | time |
int | stepType |
Structure to store the absolute foot position.
Speed of the foot.
1:normal walking 2:one step before opbstacle 3:first leg over obstacle 4:second leg over obstacle 5:one step after obstacle +10 if double support phase (-1) if support foot
Referenced by PatternGeneratorJRL::ZMPPreviewControlWithMultiBodyZMP::OneGlobalStepOfControl().
Time at which this position should be reached.
px, py in meters, theta in DEGREES.
Referenced by PatternGeneratorJRL::ZMPPreviewControlWithMultiBodyZMP::CallToComAndFootRealization(), PatternGeneratorJRL::ZMPPreviewControlWithMultiBodyZMP::OneGlobalStepOfControl(), and PatternGeneratorJRL::ZMPPreviewControlWithMultiBodyZMP::SetupIterativePhase().