Why ankle torque minimization in wrench distribution? #77
Replies: 3 comments 4 replies
-
Ankle torque minimization is motivated by the design of the soles of HRP robots, which is inherited from Honda's humanoid robot design: (Source: slides 4 and 5 in this presentation.) The mechanical flexibility below the ankles is here to reduce the rigidity of the contact interaction with the environment. This means protecting the force sensor from hard impacts, but also importantly reducing the control frequency required for foot admittance control. One downside of this flexibility is that our sensing and admittance control laws are based on the assumption that its deflection is small. (To be precise, the deflection is the orientation of the sole frame with respect to the ankle frame.) The larger the deflection, the worse our control becomes. That's why most works dealing with HRP robots aim to keep this deflection small. That's also the motivation for projects like SpringEstimator which observe the deflection directly. In this controller, we assume that there exists a linear underlying model |
Beta Was this translation helpful? Give feedback.
-
The coordinates where
where |
Beta Was this translation helpful? Give feedback.
-
Yes, the sole center frame and projected ankle frame of a foot share the same orientation. |
Beta Was this translation helpful? Give feedback.
-
Hello Dr.Caron,
Thank you for your effort in maintaining this nice repo!
Sorry if this question is duplicated one in this repo.
I have a question regarding the ankle torque minimization (Eq.(13)) in II-C. Contact Wrench Distribution on your stair climbing stabilization paper.
First of all, what is the benefit of minimizing ankle torque minimization (Eq.(13)) over minimizing the contact wrench in each sole center frame (lc_W_left, rc_W_right)? (I believe the position of the sole center frame(lc, rc) is in the bottom center of the foot which directly contacts with the ground while the ankle frame is located in the same planer surface offset along x and y axis of the sole center frame based on the discussion in here. Please correct me if I am wrong).
Secondly, looking at the
lipm_walking_controller/src/Stabilizer.cpp
Line 617 in 34f5d1e
Finally, do the sole center frame and ankle frame share the same orientation in your definition?
Thank you,
Seung Hyeon
Beta Was this translation helpful? Give feedback.
All reactions