Skip to content

AndresRReina/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»

About

Code in development for IRIS 2017 autonomous robot

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 84.7%
  • Python 4.2%
  • JavaScript 4.0%
  • HTML 2.4%
  • Other 2.3%
  • CSS 1.6%
  • Other 0.8%