F-WuTS / libwallaby

Library for interfacing with the 'wallaby' firmware on the 2016 Botball Robot Controller

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libwallaby

Library for interfacing with the "wallaby" firmware on the 2016 controller board

It was designed based on (and to be mostly compatible with) https://github.com/kipr/libkovan

Ubuntu Build Instructions

#Installing dependencies: 
sudo apt-get install libzbar-dev libopencv-dev libjpeg-dev python-dev doxygen swig

# Create a build directory (inside libwallaby/) and change directory to it
mkdir build
cd build

# Initialize CMake
cmake ..

# Build
make

# Install
sudo make install

Author: Joshua Southerland

About

Library for interfacing with the 'wallaby' firmware on the 2016 Botball Robot Controller

License:GNU General Public License v3.0


Languages

Language:C++ 68.3%Language:C 21.3%Language:Objective-C++ 7.4%Language:CSS 1.2%Language:CMake 1.1%Language:SWIG 0.5%Language:Roff 0.2%Language:Assembly 0.0%