Skip to content
Snippets Groups Projects
Commit 8ae319db authored by Olivier Stasse's avatar Olivier Stasse
Browse files

Revert "Move to privatepgtypes"

This reverts commit 1e8102d9.
parent 3ee6637f
No related branches found
No related tags found
No related merge requests found
......@@ -137,6 +137,15 @@ namespace PatternGeneratorJRL
typedef struct LinearConstraintInequality_s
LinearConstraintInequality_t;
/// Linear constraints with variable feet placement.
struct LinearConstraintInequalityFreeFeet_s
{
MAL_MATRIX(D,double);
MAL_MATRIX(Dc,double);
int StepNumber;
};
typedef struct LinearConstraintInequalityFreeFeet_s
LinearConstraintInequalityFreeFeet_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