Re-architecture document structure (#669)

* Rearchitecture document structure

* Rearchitecture document structure

* Rearchitecture document structure

* Rearchitecture document structure

* Rearchitecture document structure

* Rearchitecture document structure

* Rearchitecture document structure
This commit is contained in:
Atsushi Sakai
2022-05-07 15:21:03 +09:00
committed by GitHub
parent 32b545fe7c
commit d74a91e062
76 changed files with 167 additions and 132 deletions

View File

@@ -2,16 +2,16 @@
Nonlinear Model Predictive Control with C-GMRES
-----------------------------------------------
.. image:: cgmres_nmpc/cgmres_nmpc_1_0.png
.. image:: cgmres_nmpc_1_0.png
:width: 600px
.. image:: cgmres_nmpc/cgmres_nmpc_2_0.png
.. image:: cgmres_nmpc_2_0.png
:width: 600px
.. image:: cgmres_nmpc/cgmres_nmpc_3_0.png
.. image:: cgmres_nmpc_3_0.png
:width: 600px
.. image:: cgmres_nmpc/cgmres_nmpc_4_0.png
.. image:: cgmres_nmpc_4_0.png
:width: 600px
.. figure:: https://github.com/AtsushiSakai/PythonRoboticsGifs/raw/master/PathTracking/cgmres_nmpc/animation.gif

View File

@@ -3,11 +3,14 @@
Path Tracking
=============
.. include:: pure_pursuit_tracking/pure_pursuit_tracking.rst
.. include:: stanley_control/stanley_control.rst
.. include:: rear_wheel_feedback_control/rear_wheel_feedback_control.rst
.. include:: lqr_steering_control/lqr_steering_control.rst
.. include:: lqr_speed_and_steering_control/lqr_speed_and_steering_control.rst
.. include:: model_predictive_speed_and_steering_control/model_predictive_speed_and_steering_control.rst
.. include:: cgmres_nmpc/cgmres_nmpc.rst
.. toctree::
:maxdepth: 2
:caption: Contents
pure_pursuit_tracking/pure_pursuit_tracking
stanley_control/stanley_control
rear_wheel_feedback_control/rear_wheel_feedback_control
lqr_steering_control/lqr_steering_control
lqr_speed_and_steering_control/lqr_speed_and_steering_control
model_predictive_speed_and_steering_control/model_predictive_speed_and_steering_control
cgmres_nmpc/cgmres_nmpc