diff --git a/include/walkGenJrl/PGTypes.h b/include/walkGenJrl/PGTypes.h index 4fb88c8d3fa58c8982ed9cf9b58ba837ec1b6ff5..8207ffc7a7046b9200d2b9d21e4f01a62736fb2d 100644 --- a/include/walkGenJrl/PGTypes.h +++ b/include/walkGenJrl/PGTypes.h @@ -168,6 +168,15 @@ namespace PatternGeneratorJRL MAL_VECTOR(RefVectorTheta,double); }; typedef struct ReferenceAbsoluteVelocity_t ReferenceAbsoluteVelocity; - + + // State of the support + struct SupportState_s + { + int Phase, Foot, StepsLeft, StepNumber; + bool SSSS, StateChanged; + double TimeLimit; + }; + typedef struct SupportState_s SupportState_t; + }; #endif