mirror of
https://github.com/AtsushiSakai/PythonRobotics.git
synced 2026-01-14 16:08:05 -05:00
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:
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user