Find a file
2016-02-12 17:22:15 -08:00
examples Initial commit. 2015-12-11 14:08:34 -08:00
include/create Add getters for number of corrupt and total packets received over serial 2016-02-12 17:22:15 -08:00
src Add getters for number of corrupt and total packets received over serial 2016-02-12 17:22:15 -08:00
.travis.yml Added CI (travis) 2016-02-02 22:36:29 -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 Update README.md 2016-02-12 16:03:53 -08:00

libcreate

C++ library for interfacing with iRobot's Create 2. This library forms the basis of the ROS driver in create_autonomy.

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

Build Status