Forked from https://github.com/AutonomyLab/libcreate
examples | ||
include/create | ||
src | ||
CMakeLists.txt | ||
LICENSE | ||
README.md |
libcreate
C++ library for interfacing with iRobot's Create 2.
- Documentation: TODO
- Author: Jacob Perron (Autonomy Lab, Simon Fraser University)
- Contributors: Mani Monajjemi
Dependencies
Install
cmake CMakeLists.txt
make
sudo make install
Example
See source for examples.
Example compile line: g++ create_demo.cpp -lcreate -lboost_system -lboost_thread