-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
We noticed that while testing #65, the robot was not able to walk anymore. When substituting
m_walkingZMPController->setPhase(m_isStancePhase.front()); |
double threshold = 0.001;
bool stancePhase = iDynTree::toEigen(m_DCMVelocityDesired.front()).norm() < threshold;
m_walkingZMPController->setPhase(stancePhase);
we managed to restore the expected performances.
cc @GiulioRomualdi
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working