/robot_controllers

This repo contains "low" and "high" level controllers for control

Primary LanguageC++GNU General Public License v3.0GPL-3.0

Robot Controllers

This repo contains "low" and "high" level controllers for robot control

Authors/Maintainers

Available Controllers

Low-Level controllers

High-Level controllers

Installing

Dependencies

cd /source/directory
git clone https://github.com/mosra/corrade.git
cd corrade
mkdir build && cd build
cmake ..
make -j
sudo make install

Compilation

mkdir build && cd build
cmake -DCMAKE_INSTALL_PREFIX=/path/to/install/dir/ ..
make && [sudo] make install (you might need sudo depending on your installation directory)

Contributing

robot_controllers is being actively developed and the API is not stable. Please see CONTRIBUTING for more on how to help.

Documentation

UNDER CONSTRUCTION