LouKordos / walking_controller

The main walking controller code for the Bipedal Robot.
14 stars 3 forks source link

Reliable Walking in Gazebo Bullet, Web UI for real-time control #89

Closed LouKordos closed 3 years ago

LouKordos commented 3 years ago

This PR contains various fixes for the controller, walking forward, sideways, turning in place, walking in circles etc. all work reasonably well for extended periods of time (tested for up to 2hrs since after that the simulation was confirmed to "break" / become unreliable). See feature branches and closed issues for implementation details.

Unused dependencies such as Eigen are also removed and properly compiled from source to clean up the repo structure.