Skip to content

Commit c99716d

Browse files
authored
Adding all gifs to the doc 2 (AtsushiSakai#585)
* update docs * update docs * update docs
1 parent f8f10a3 commit c99716d

File tree

28 files changed

+193
-140
lines changed

28 files changed

+193
-140
lines changed

.github/workflows/Linux_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
mypy -p AerialNavigation
4242
mypy -p ArmNavigation
4343
mypy -p Bipedal
44-
mypy -p InvertedPendulumCart
44+
mypy -p Control
4545
mypy -p Localization
4646
mypy -p Mapping
4747
mypy -p PathPlanning

.github/workflows/MacOS_CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
mypy -p AerialNavigation
4949
mypy -p ArmNavigation
5050
mypy -p Bipedal
51-
mypy -p InvertedPendulumCart
51+
mypy -p Control
5252
mypy -p Localization
5353
mypy -p Mapping
5454
mypy -p PathPlanning
File renamed without changes.

docs/index_main.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ See this paper for more details:
4343
modules/arm_navigation/arm_navigation
4444
modules/aerial_navigation/aerial_navigation
4545
modules/bipedal/bipedal
46+
modules/control/control
4647
modules/appendix/appendix
4748
how_to_contribute
4849

docs/modules/control/control_main.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
.. _control:
2+
3+
Control
4+
=================
5+
6+
.. include:: inverted_pendulum_mpc_control/inverted_pendulum_mpc_control.rst
7+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Inverted Pendulum MPC Control
2+
-----------------------------
3+
4+
Bipedal Walking with modifying designated footsteps
5+
6+
.. image:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/Control/InvertedPendulumCart/animation.gif

docs/modules/introduction_main.rst

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,41 @@
22
Introduction
33
============
44

5-
TBD
5+
TBD
6+
7+
Definition Of Robotics
8+
----------------------
9+
10+
TBD
11+
12+
History Of Robotics
13+
----------------------
14+
15+
TBD
16+
17+
Application Of Robotics
18+
------------------------
19+
20+
TBD
21+
22+
Software for Robotics
23+
----------------------
24+
25+
TBD
26+
27+
Software for Robotics
28+
----------------------
29+
30+
TBD
31+
32+
Python for Robotics
33+
----------------------
34+
35+
TBD
36+
37+
Learning Robotics Algorithms
38+
----------------------------
39+
40+
TBD
41+
42+
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Ensamble Kalman Filter Localization
2+
-----------------------------------
3+
4+
.. figure:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/Localization/ensamble_kalman_filter/animation.gif
5+
6+
This is a sensor fusion localization with Ensamble Kalman Filter(EnKF).
7+

docs/modules/localization/extended_kalman_filter_localization.rst renamed to docs/modules/localization/extended_kalman_filter_localization_files/extended_kalman_filter_localization.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ Extended Kalman Filter Localization
88

99

1010
.. figure:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/Localization/extended_kalman_filter/animation.gif
11-
:alt: EKF
1211

1312
This is a sensor fusion localization with Extended Kalman Filter(EKF).
1413

0 commit comments

Comments
 (0)