Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 259 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 259 Bytes

robot-behaviour

Executes behaviour trees designed in the robot-gui interface.

screenshot

Building

git submodule update --init
mkdir build
cd build
cmake ..
make