Find a file
2016-08-14 22:40:02 -04:00
examples Add support for early model Roomba 400s and other robots using the original SCI protocol. 2016-08-14 22:40:02 -04:00
include/create Add support for early model Roomba 400s and other robots using the original SCI protocol. 2016-08-14 22:40:02 -04:00
src Add support for early model Roomba 400s and other robots using the original SCI protocol. 2016-08-14 22:40:02 -04:00
.travis.yml Added CI (travis) 2016-02-02 22:36:29 -08:00
CMakeLists.txt Add support for early model Roomba 400s and other robots using the original SCI protocol. 2016-08-14 22:40:02 -04:00
LICENSE Code cleanup 2016-02-12 17:44:30 -08:00
README.md Add support for early model Roomba 400s and other robots using the original SCI protocol. 2016-08-14 22:40:02 -04:00

libcreate

C++ library for interfacing with iRobot's Create 1 and 2 as well as most models of Roombas. 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

Bugs

  • Clock and Schedule button presses are not detected. This is a known problem to the developers at iRobot.
  • Inaccurate odometry angle for Create 1 (#22)

Build Status

Build Status