Skip to content

Commit ebde452

Browse files
fix doc
1 parent d32d4e8 commit ebde452

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

ocs2_doc/docs/overview.rst

+11-10
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ Overview
99
for **S**\ witched **S**\ ystems (OCS2). The toolbox provides an
1010
efficient implementation of the following algorithms:
1111

12-
* **SLQ**\: Continuous-time domain constrained DDP
13-
* **iLQR**\: Discrete-time domain constrained DDP
14-
* **SQP**\: Multiple-shooting algorithm based on `HPIPM <href="https://github.com/giaf/hpipm"/>`__
15-
* **IPM**\: Multiple-shooting algorithm based on nonlinear interior point method
16-
* **SLP**\: Sequential Linear Programming based on `PIPG <href="https://arxiv.org/abs/2009.06980"/>`__
12+
* **SLQ**\: Continuous-time domain constrained DDP.
13+
* **iLQR**\: Discrete-time domain constrained DDP.
14+
* **SQP**\: Multiple-shooting algorithm based on `HPIPM <https://github.com/giaf/hpipm>`__.
15+
* **SLP**\: Sequential Linear Programming based on `PIPG <https://arxiv.org/abs/2009.06980>`__.
16+
* **IPM**\: Multiple-shooting algorithm based on nonlinear interior point method.
1717

1818
OCS2 handles general path constraints through Augmented Lagrangian or
1919
relaxed barrier methods. To facilitate the application of OCS2 in robotic
@@ -81,9 +81,10 @@ supports the development of OCS2.
8181

8282
Citing OCS2
8383
~~~~~~~~~~~
84+
8485
To cite the toolbox in your academic research, please use the following:
8586

86-
.. code-block::
87+
.. code-block:: latex
8788

8889
@misc{OCS2,
8990
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:
9394

9495
Tutorials
9596
~~~~~~~~~
96-
* Tutorial on OCS2 Toolbox, Farbod Farshidian,
97-
MPC Workshop at RSS 2021 `link <href="https://youtu.be/RYmQN9GbFYg"/>`__
98-
* Real-time optimal control for legged locomotion & manipulation, Marco Hutter,
99-
MPC Workshop at RSS 2021 `link <href="https://youtu.be/sjAENmtO4bA"/>`__
97+
98+
* Tutorial on OCS2 toolbox, Farbod Farshidian, MPC Workshop, RSS 2021 (`link <https://youtu.be/RYmQN9GbFYg>`__).
99+
100+
* Real-time optimal control for legged locomotion and manipulation, Marco Hutter, MPC Workshop, RSS 2021 (`link <https://youtu.be/sjAENmtO4bA>`__).
100101

101102

102103
Related publications

0 commit comments

Comments
 (0)