@@ -9,11 +9,11 @@ Overview
99for **S **\ witched **S **\ ystems (OCS2). The toolbox provides an
1010efficient 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
1818OCS2 handles general path constraints through Augmented Lagrangian or
1919relaxed barrier methods. To facilitate the application of OCS2 in robotic
@@ -81,9 +81,10 @@ supports the development of OCS2.
8181
8282Citing OCS2
8383~~~~~~~~~~~
84+
8485To 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
9495Tutorials
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
102103Related publications
0 commit comments