facontidavide / ocs2

Optimal Control for Switched Systems

Home Page:https://leggedrobotics.github.io/ocs2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OCS2 Toolbox

Summary

OCS2 is a C++ toolbox tailored for Optimal Control for Switched Systems (OCS2). The toolbox provides an efficient implementation of the following algorith

  • SLQ: Continuous-time domin DDP
  • iLQR: Discrete-time domain DDP
  • SQP: Multiple-shooting algorithm based on HPIPM
  • PISOC: Path integral stochatic optimal control

legged-robot

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.

For more information refer to the project's Documentation Page

About

Optimal Control for Switched Systems

https://leggedrobotics.github.io/ocs2

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 96.4%Language:CMake 2.7%Language:C 0.4%Language:TeX 0.3%Language:Python 0.2%Language:Dockerfile 0.0%