Adding all gifs to the doc (#586)

* update docs

* update docs

* update docs

* update docs
This commit is contained in:
Atsushi Sakai
2021-11-29 00:01:06 +09:00
committed by GitHub
parent c99716d692
commit d183a00a1c
37 changed files with 186 additions and 208 deletions

View File

@@ -0,0 +1,14 @@
.. _linearquadratic-regulator-(lqr)-steering-control:
Linearquadratic regulator (LQR) steering control
-------------------------------------------------
Path tracking simulation with LQR steering control and PID speed
control.
.. image:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/PathTracking/lqr_steer_control/animation.gif
References:
~~~~~~~~~~~
- `ApolloAuto/apollo: An open autonomous driving platform <https://github.com/ApolloAuto/apollo>`_