Skip to content
Snippets Groups Projects
Commit 85a0574f authored by morisawa's avatar morisawa
Browse files

change sign of foot constraint area in y-axis

parent 8b7a14c0
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ RelativeFeetInequalities::RelativeFeetInequalities( SimplePluginManager *aSPM,
SecurityMarginY_ = 0.04;
double DefaultFPosEdgesX[5] = {-0.28, -0.2, 0.0, 0.2, 0.28};
double DefaultFPosEdgesY[5] = {0.2, 0.3, 0.4, 0.3, 0.2};
double DefaultFPosEdgesY[5] = {-0.2, -0.3, -0.4, -0.3, -0.2};
for(int i=0;i<5;i++)
{
......
......@@ -122,6 +122,9 @@ namespace PatternGeneratorJRL
solution_t & Solution()
{ return Solution_; }
inline const int & QP_N(void) const
{ return QP_N_; }
/// \}
......
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