From ebde452b10d0eceaac45364f7bb8f0ac1038b637 Mon Sep 17 00:00:00 2001 From: Farbod Farshidian Date: Tue, 20 Dec 2022 18:07:07 +0100 Subject: [PATCH] fix doc --- ocs2_doc/docs/overview.rst | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/ocs2_doc/docs/overview.rst b/ocs2_doc/docs/overview.rst index 8ce91d113..0f55770c7 100644 --- a/ocs2_doc/docs/overview.rst +++ b/ocs2_doc/docs/overview.rst @@ -9,11 +9,11 @@ Overview for **S**\ witched **S**\ ystems (OCS2). The toolbox provides an efficient implementation of the following algorithms: -* **SLQ**\: Continuous-time domain constrained DDP -* **iLQR**\: Discrete-time domain constrained DDP -* **SQP**\: Multiple-shooting algorithm based on `HPIPM `__ -* **IPM**\: Multiple-shooting algorithm based on nonlinear interior point method -* **SLP**\: Sequential Linear Programming based on `PIPG `__ +* **SLQ**\: Continuous-time domain constrained DDP. +* **iLQR**\: Discrete-time domain constrained DDP. +* **SQP**\: Multiple-shooting algorithm based on `HPIPM `__. +* **SLP**\: Sequential Linear Programming based on `PIPG `__. +* **IPM**\: Multiple-shooting algorithm based on nonlinear interior point method. OCS2 handles general path constraints through Augmented Lagrangian or relaxed barrier methods. To facilitate the application of OCS2 in robotic @@ -81,9 +81,10 @@ supports the development of OCS2. Citing OCS2 ~~~~~~~~~~~ + To cite the toolbox in your academic research, please use the following: -.. code-block:: +.. code-block:: latex @misc{OCS2, title = {{OCS2}: An open source library for Optimal Control of Switched Systems}, @@ -93,10 +94,10 @@ To cite the toolbox in your academic research, please use the following: Tutorials ~~~~~~~~~ -* Tutorial on OCS2 Toolbox, Farbod Farshidian, -MPC Workshop at RSS 2021 `link `__ -* Real-time optimal control for legged locomotion & manipulation, Marco Hutter, -MPC Workshop at RSS 2021 `link `__ + +* Tutorial on OCS2 toolbox, Farbod Farshidian, MPC Workshop, RSS 2021 (`link `__). + +* Real-time optimal control for legged locomotion and manipulation, Marco Hutter, MPC Workshop, RSS 2021 (`link `__). Related publications