@@ -9,11 +9,11 @@ Overview
9
9
for **S **\ witched **S **\ ystems (OCS2). The toolbox provides an
10
10
efficient implementation of the following algorithms:
11
11
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.
17
17
18
18
OCS2 handles general path constraints through Augmented Lagrangian or
19
19
relaxed barrier methods. To facilitate the application of OCS2 in robotic
@@ -81,9 +81,10 @@ supports the development of OCS2.
81
81
82
82
Citing OCS2
83
83
~~~~~~~~~~~
84
+
84
85
To cite the toolbox in your academic research, please use the following:
85
86
86
- .. code-block ::
87
+ .. code-block :: latex
87
88
88
89
@misc{OCS2,
89
90
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:
93
94
94
95
Tutorials
95
96
~~~~~~~~~
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 >`__).
100
101
101
102
102
103
Related publications
0 commit comments