Skip to content

Commit f8f10a3

Browse files
authored
Adding all gifs to the doc (AtsushiSakai#584)
* update docs * update docs
1 parent 049709f commit f8f10a3

File tree

6 files changed

+22
-8
lines changed

6 files changed

+22
-8
lines changed

docs/index_main.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ See this paper for more details:
4242
modules/path_tracking/path_tracking
4343
modules/arm_navigation/arm_navigation
4444
modules/aerial_navigation/aerial_navigation
45+
modules/bipedal/bipedal
4546
modules/appendix/appendix
4647
how_to_contribute
4748

docs/modules/aerial_navigation/aerial_navigation_main.rst

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
Aerial Navigation
44
=================
55

6-
Drone 3d trajectory following
7-
-----------------------------
8-
9-
This is a 3d trajectory following simulation for a quadrotor.
10-
11-
.. image:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/AerialNavigation/drone_3d_trajectory_following/animation.gif
12-
13-
.. include:: rocket_powered_landing.rst
6+
.. include:: drone_3d_trajectory_following/drone_3d_trajectory_following.rst
7+
.. include:: rocket_powered_landing/rocket_powered_landing.rst
148

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Drone 3d trajectory following
2+
-----------------------------
3+
4+
This is a 3d trajectory following simulation for a quadrotor.
5+
6+
.. image:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/AerialNavigation/drone_3d_trajectory_following/animation.gif
File renamed without changes.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _bipedal:
2+
3+
Bipedal
4+
=================
5+
6+
.. include:: bipedal_planner/bipedal_planner.rst
7+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Bipedal Planner
2+
-----------------------------
3+
4+
Bipedal Walking with modifying designated footsteps
5+
6+
.. image:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/Bipedal/bipedal_planner/animation.gif

0 commit comments

Comments
 (0)