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

Removed hard-coded values related to feet linear constraints.

Those values work for HRP-2, but prevented regression tests
with sample-humanoid-robot.
parent 0ad42ea6
No related branches found
No related tags found
No related merge requests found
......@@ -73,11 +73,11 @@ FootConstraintsAsLinearSystemForVelRef(SimplePluginManager *aSPM,
//TODO: Scilab feet
lLeftFootHalfHeight = 0.069-0.059;
/* lLeftFootHalfHeight = 0.069-0.059;
lRightFootHalfHeight = 0.069-0.059;
lLeftFootHalfWidth = 0.1206-0.1006;
lRightFootHalfWidth = 0.1206-0.1006;
lRightFootHalfWidth = 0.1206-0.1006; */
DSFeetDistance = 0.2;
lLeftFootHalfHeightDS = lLeftFootHalfHeight+DSFeetDistance/2.0;
......
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