Find a file
2015-12-11 14:08:34 -08:00
examples Initial commit. 2015-12-11 14:08:34 -08:00
include/create Initial commit. 2015-12-11 14:08:34 -08:00
src Initial commit. 2015-12-11 14:08:34 -08:00
CMakeLists.txt Initial commit. 2015-12-11 14:08:34 -08:00
LICENSE Initial commit. 2015-12-11 14:08:34 -08:00
README.md Initial commit. 2015-12-11 14:08:34 -08:00

libcreate

C++ library for interfacing with iRobot's Create 2.

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