Skip to content
Snippets Groups Projects
Commit 7bcc974c authored by morisawa's avatar morisawa
Browse files

change sign for foot constraint in y-axis

parent 9aaf74fd
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++)
{
......
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