kipr / libkovan

Standard library for the kovan robot controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libkovan

libkovan is a user library that can read sensor values, move motors, and draw graphics to the Kovan. libkovan is written in C++, but also exposes C bindings for simplified use cases.

Requirements

  • CMake 2.8.0 or higher
  • OpenCV 2.4.8
  • OpenNI2
  • ZBar
  • libav
  • i2c_wrapper
  • doxygen (optional, for documentation)

Building (OS X and Linux)

cd libkovan
mkdir build
cd build
cmake ..
make
make install

Authors

  • Braden McDorman
  • Nafis Zaman

License

libkovan is released under the terms of the GPLv3 license. For more information, see the LICENSE file in the root of this project.

About

Standard library for the kovan robot controller

License:GNU General Public License v3.0


Languages

Language:C++ 77.9%Language:C 12.0%Language:Objective-C++ 8.7%Language:CSS 1.4%Language:Java 0.1%