Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 350 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 350 Bytes

RhIO Standalone demo

To try this, you can first clone this repository:

git clone [email protected]:Rhoban/RhIO-Standalone.git

Then, install dependencies:

./install-deps.sh

And build everything:

mkdir build
cd build
cmake ..
make -j4

You can then run the main program:

./bin/main

And the RhIO shell:

./bin/rhio