ORCA: Optimization-based framework for Robotic Control Applications
ORCA: Optimization-based framework for Robotic Control Applications Documentation
ORCA Logo

Optimization-based framework for Robotic Control Applications

Platform Build status
Linux / macOS
Windows

Dependencies

Installation using plain cmake

Gazebo (optional)

curl -ssL http://get.gazebosim.org | sh

ORCA

git clone https://github.com/syroco/orca
cd orca
mkdir build ; cd build
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build .