Skip to content
forked from kipr/libkovan

Standard library for the kovan robot controller

License

Notifications You must be signed in to change notification settings

Clemensius/libkovan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 77.5%
  • C 12.3%
  • Objective-C++ 8.8%
  • CSS 1.4%