Force DOF measure in tutorial 4a
Posted: Fri Jan 17, 2020 1:56 am
Hi,
I had a quick question about the second DOFmeasure in tutorial 4a, where Geyer and Herr's controller is used for walking. The first one makes sense to me because there the ankle angle is limited between -60 and 60 degrees. However, I do not understand the physical meaning of the second measure which is applied to the knee angle:
What does the force constraint mean?
Thanks for your help!
Anne
I had a quick question about the second DOFmeasure in tutorial 4a, where Geyer and Herr's controller is used for walking. The first one makes sense to me because there the ankle angle is limited between -60 and 60 degrees. However, I do not understand the physical meaning of the second measure which is applied to the knee angle:
Code: Select all
DofMeasure {
weight = 0.01
threshold = 5
dof = knee_angle
force { min = 0 max = 0 abs_penalty = 1 }
}
Thanks for your help!
Anne