mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-13 20:08:06 -05:00
update README.md
This commit is contained in:
12
README.md
12
README.md
@@ -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.
|
||||
|
||||

|
||||
|
||||
# License
|
||||
|
||||
MIT
|
||||
|
||||
Reference in New Issue
Block a user