Skip to content
forked from kipr/libwallaby

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

License

Notifications You must be signed in to change notification settings

F-WuTS/libwallaby

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 68.3%
  • C 21.3%
  • Objective-C++ 7.4%
  • CSS 1.2%
  • CMake 1.1%
  • SWIG 0.5%
  • Other 0.2%