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

Dependencies

Installation using a catkin workspace

Gazebo (optional)

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

ORCA

1 git clone https://github.com/syroco/orca
2 cd orca
3 mkdir build ; cd build
4 cmake .. -DCMAKE_BUILD_TYPE=Release
5 cmake --build .
6 # cmake --build . --target install