Skip to content
Snippets Groups Projects
Commit c8afc3f3 authored by Andrei Herdt's avatar Andrei Herdt
Browse files

Moved the new type SupportState_t to PGTypes.h

parent 42c3fd1c
No related branches found
No related tags found
No related merge requests found
......@@ -169,5 +169,14 @@ namespace PatternGeneratorJRL
};
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment