robotology / unicycle-footstep-planner

Repository for the Unicycle-based FootStep Planner.
BSD 3-Clause "New" or "Revised" License
20 stars 11 forks source link

Fix DCM trajectory generation of the last double support phase #26

Closed GiulioRomualdi closed 5 years ago

GiulioRomualdi commented 5 years ago

This PR fixes the bug described in #25.
In details:

  1. the DCM position at the end of the last SS phase is now equal to the ZMP position
  2. the initial velocity of the last double support trajectory is now evaluated by using the last single support trajectory.
With this PR Without this PR
dcm_fixed dcm_bug

@prashanthr05 @MiladShafiee @lia2790