Skip to content

Commit d183a00

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

37 files changed

+186
-208
lines changed

Control/move_to_pose/__init__.py

Whitespace-only changes.
File renamed without changes.

docs/modules/control/control_main.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ Control
44
=================
55

66
.. include:: inverted_pendulum_mpc_control/inverted_pendulum_mpc_control.rst
7+
.. include:: move_to_a_pose_control/move_to_a_pose_control.rst
78

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Move to a pose control
2+
----------------------
3+
4+
This is a simulation of moving to a pose control
5+
6+
.. image:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/PathTracking/move_to_pose/animation.gif
7+
8+
Ref:
9+
10+
- `P. I. Corke, "Robotics, Vision and Control" \| SpringerLink
11+
p102 <https://link.springer.com/book/10.1007/978-3-642-20144-8>`__

docs/modules/path_tracking/cgmres_nmpc.rst renamed to docs/modules/path_tracking/cgmres_nmpc/cgmres_nmpc.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
Nonlinear Model Predictive Control with C-GMRES
33
-----------------------------------------------
44

5-
.. image:: cgmres_nmpc_files/cgmres_nmpc_1_0.png
5+
.. image:: cgmres_nmpc/cgmres_nmpc_1_0.png
66
:width: 600px
77

8-
.. image:: cgmres_nmpc_files/cgmres_nmpc_2_0.png
8+
.. image:: cgmres_nmpc/cgmres_nmpc_2_0.png
99
:width: 600px
1010

11-
.. image:: cgmres_nmpc_files/cgmres_nmpc_3_0.png
11+
.. image:: cgmres_nmpc/cgmres_nmpc_3_0.png
1212
:width: 600px
1313

14-
.. image:: cgmres_nmpc_files/cgmres_nmpc_4_0.png
14+
.. image:: cgmres_nmpc/cgmres_nmpc_4_0.png
1515
:width: 600px
1616

1717
.. figure:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/PathTracking/cgmres_nmpc/animation.gif
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _linearquadratic-regulator-(lqr)-speed-and-steering-control:
2+
3+
Linear–quadratic regulator (LQR) speed and steering control
4+
-----------------------------------------------------------
5+
6+
Path tracking simulation with LQR speed and steering control.
7+
8+
.. image:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/PathTracking/lqr_speed_steer_control/animation.gif
9+
10+
References:
11+
~~~~~~~~~~~
12+
13+
- `Towards fully autonomous driving: Systems and algorithms <http://ieeexplore.ieee.org/document/5940562/>`__

0 commit comments

Comments
 (0)