LouKordos / walking_controller

The main walking controller code for the Bipedal Robot.
13 stars 2 forks source link

Foot sometimes hovers above ground for short durations because stance phase takes over too late, causing the foot to suddenly slam into the ground #81

Open LouKordos opened 3 years ago

LouKordos commented 3 years ago

The feet sometimes hover above ground for short durations because stance phase takes over too late even though the trajectory is done, causing the foot to suddenly slam into the ground after the stance phase takes over. To fix this, simply extend the trajectory to the target point until contact has been detected.