Skip to content

Commit db923b4

Browse files
authored
Add demonstration GIF to readme
To motivate potential users
1 parent d9d410a commit db923b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ OCS2 is a C++ toolbox tailored for Optimal Control for Switched Systems (OCS2).
88
* SQP: Multiple-shooting algorithm based on HPIPM
99
* PISOC: Path integral stochatic optimal control
1010

11+
![legged-robot](https://leggedrobotics.github.io/ocs2/_static/gif/legged_robot.gif)
12+
1113
OCS2 handles general path constraints through Augmented Lagrangian or relaxed barrier methods. To facilitate the application of OCS2 in robotic tasks, it provides the user with additional tools to set up the system dynamics (such as kinematic or dynamic models) and cost/constraints (such as self-collision avoidance and end-effector tracking) from a URDF model. The library also provides an automatic differentiation tool to calculate derivatives of the system dynamics, constraints, and cost. To facilitate its deployment on robotic platforms, the OCS2 provides tools for ROS interfaces. The toolbox’s efficient and numerically stable implementations in conjunction with its user-friendly interface have paved the way for employing it on numerous robotic applications with limited onboard computation power.
1214

1315
For more information refer to the project's [Documentation Page](https://leggedrobotics.github.io/ocs2/)

0 commit comments

Comments
 (0)