Find a file
2016-10-13 21:19:54 -07: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 Switch to trusty for CI 2016-10-13 21:19:54 -07:00
CMakeLists.txt Switch to trusty for CI 2016-10-13 21:19:54 -07:00
config.cmake.in Catkinize 2016-10-13 13:51:55 -07:00
LICENSE Code cleanup 2016-02-12 17:44:30 -08:00
package.xml Catkinize 2016-10-13 13:51:55 -07:00
README.md Catkinize 2016-10-13 13:51:55 -07:00

libcreate

C++ library for interfacing with iRobot's Create 1 and 2 as well as most models of Roomba. create_autonomy is a ROS wrapper for this library.

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

Known issues

  • Clock and Schedule buttons are not functional. This is a known bug related to the firmware.
  • Inaccurate odometry angle for Create 1 (#22)

Build Status

Build Status