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

Finalize merge for OrientationsPreview.

parent 5925b45d
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ namespace PatternGeneratorJRL
void previewOrientations(const double &Time,
std::deque<double> &PreviewedSupportAngles,
const COMState &TrunkState, COMState &TrunkStateT,
SupportState_t CurrentSupport,
const SupportFSM * SupportFSM, SupportState_t CurrentSupport,
std::deque<FootAbsolutePosition> &LeftFootAbsolutePositions,
std::deque<FootAbsolutePosition> &RightFootAbsolutePositions);
......@@ -122,14 +122,14 @@ namespace PatternGeneratorJRL
unsigned int m_FullDebug;
bool verifyAngleOfHipJoint(const SupportState * Support,
bool verifyAngleOfHipJoint(SupportState_t CurrentSupport,
const COMState &TrunkState, COMState &TrunkStateT,
double CurrentSupportFootAngle,
unsigned int StepNumber);
void verifyVelocityOfHipJoint(const double &Time, COMState &TrunkStateT,
const double &PreviewedSupportFoot, const unsigned int &StepNumber,
const SupportState * Support,
SupportState_t CurrentSupport,
const double &CurrentRightFootAngle, const double &CurrentLeftFootAngle,
const double &CurrentLeftFootVelocity,
const double &CurrentRightFootVelocity);
......
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