Skip to content

IllinoisRoboticsInSpace/IRIS-2017

Repository files navigation

IRIS-2017

Code in development for IRIS 2017 autonomous robot

Building

  1. Install dependencies

sudo apt-get install libfreenect-dev libopencv-dev    «and other libraries»

  1. Go to the project build directories:

cd algorithms/test_... or cd algorithms/release_...

  1. Make the build directory (this directory is never commited or uploaded)

mkdir build

cd build

  1. Create the cmake building structures

cmake ..

  1. Compile and link using make

make

  1. Execute the resulting program. Don'f forget to plug in the hardware!

./«program name»