Skip to content

Commit 9ba2879

Browse files
committed
Finish doc
1 parent 796d0bd commit 9ba2879

File tree

5 files changed

+618
-1
lines changed

5 files changed

+618
-1
lines changed

docs/index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ See this paper for more details:
3636
modules/localization
3737
modules/mapping
3838
modules/slam
39-
39+
modules/path_planning
40+
modules/path_tracking
41+
modules/arm_navigation
42+
modules/aerial_navigation
4043

4144

4245
Indices and tables

docs/modules/aerial_navigation.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _aerial_navigation:
2+
3+
Aerial Navigation
4+
=================
5+
6+
Drone 3d trajectory following
7+
-----------------------------
8+
9+
This is a 3d trajectory following simulation for a quadrotor.
10+
11+
|3|
12+
13+
.. |3| image:: https://github.com/AtsushiSakai/PythonRobotics/raw/master/AerialNavigation/drone_3d_trajectory_following/animation.gif

docs/modules/arm_navigation.rst

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
.. _arm_navigation:
2+
3+
Arm Navigation
4+
==============
5+
6+
Two joint arm to point control
7+
------------------------------
8+
9+
Two joint arm to a point control simulation.
10+
11+
This is a interactive simulation.
12+
13+
You can set the goal position of the end effector with left-click on the
14+
ploting area.
15+
16+
|3|
17+
18+
N joint arm to point control
19+
----------------------------
20+
21+
N joint arm to a point control simulation.
22+
23+
This is a interactive simulation.
24+
25+
You can set the goal position of the end effector with left-click on the
26+
ploting area.
27+
28+
|4|
29+
30+
In this simulation N = 10, however, you can change it.
31+
32+
.. |3| image:: https://github.com/AtsushiSakai/PythonRobotics/raw/master/ArmNavigation/two_joint_arm_to_point_control/animation.gif
33+
.. |4| image:: https://github.com/AtsushiSakai/PythonRobotics/raw/master/ArmNavigation/n_joint_arm_to_point_control/animation.gif

0 commit comments

Comments
 (0)