Find a file
Jacob Perron 4432e3cca3 Merge pull request #28 from AutonomyLab/docs
Update documentation
2016-11-23 10:17:30 -08: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 Update documentation 2016-11-13 01:15:07 -08: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
CHANGELOG.rst 1.4.0 2016-10-16 12:19:06 -07:00
CMakeLists.txt Add Changelog 2016-10-16 12:18:00 -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
mainpage.dox Add mainpage.dox 2016-10-16 16:30:44 -07:00
package.xml Use package.xml format 2 2016-10-16 16:30:29 -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