Vision code for the 2014 FRC Challenge, Aerial Ascent.
C++
Latest commit 65a171b Feb 11, 2014 @LordPython LordPython Added more options.
Permalink
Failed to load latest commit information.
src
.gitignore
CMakeLists.txt
Doxyfile
README.md

README.md

2014-Vision

Vision code for the 2014 FRC Challenge, Aerial Ascent.

You'll need cmake, and opencv installed.

To build on your raspberry pi:

$ mkdir build
$ cd build
$ cmake -G "Unix Makefiles" ../
$ make