You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After updating the reference velocity of swingFootTask in updateSwingFoot(), you wrongly overwrite it in the single support phase by running updateFootForceDifferenceControl() of the stabilizer. As you can see in a log file, the reference velocity of swingFootTask is zero which is incorrect. By fixing this issue, I have seen a significant improvement in tracking the swing foot trajectory. You can see this improvement in the following graphs. (I should mention that I have applied #29 )
Tracking the vertical swing foot trajectory by zero reference velocity:
Tracking the vertical swing foot trajectory by correct reference velocity:
The text was updated successfully, but these errors were encountered:
Thanks to @Saeed-Mansouri for pointing it out! Please hereby receive the
"LIPM Walking Controller Best Debugger Award", in recognition for your
contributions to the bug hunting and discussions around the project :)
See jrl-umi3218#41
Hi @stephane-caron,
After updating the reference velocity of
swingFootTask
inupdateSwingFoot()
, you wrongly overwrite it in the single support phase by runningupdateFootForceDifferenceControl()
of the stabilizer. As you can see in a log file, the reference velocity ofswingFootTask
is zero which is incorrect. By fixing this issue, I have seen a significant improvement in tracking the swing foot trajectory. You can see this improvement in the following graphs. (I should mention that I have applied #29 )Tracking the vertical swing foot trajectory by zero reference velocity:
Tracking the vertical swing foot trajectory by correct reference velocity:
The text was updated successfully, but these errors were encountered: