update README.md

This commit is contained in:
Takayuki Murooka
2019-01-27 13:28:26 +09:00
parent 2a94346244
commit 8393290dcd

View File

@@ -58,6 +58,8 @@ Python codes for robotics algorithm.
* [Aerial Navigation](#aerial-navigation)
* [drone 3d trajectory following](#drone-3d-trajectory-following)
* [rocket powered landing](#rocket-powered-landing)
* [Bipedal](#bipedal)
* [bipedal planner with inverted pendulum](#bipedal-planner-with-inverted-pendulum)
* [License](#license)
* [Use-case](#use-case)
* [Contribution](#contribution)
@@ -525,6 +527,16 @@ Ref:
- [notebook](https://github.com/AtsushiSakai/PythonRobotics/blob/master/AerialNavigation/rocket_powered_landing/rocket_powered_landing.ipynb)
# Bipedal
## bipedal planner with inverted pendulum
This is an bipedal planner of modifying footsteps with inverted pendulum.
You can set the footsteps and automatically planner will modify those.
![3](https://github.com/AtsushiSakai/PythonRobotics/blob/master/Bipedal/bipedal_planner/animation.gif)
# License
MIT