Skip to content
Snippets Groups Projects
Commit acd8af80 authored by Jory Lafaye's avatar Jory Lafaye
Browse files

COP double support constraint was wrong

because security margins was counted two times
parent 10c0def1
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ void FootHalfSize::updateHalfHeightDS()
{
double DSFeetDistance = 0.2;
m_HalfHeightDS = m_HalfHeight-m_ConstraintsOnX+DSFeetDistance/2.0;
m_HalfHeightDS = m_HalfHeight+DSFeetDistance/2.0;
}
void FootHalfSize::setConstraints(double OnX, double OnY)
......
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