Skip to content

C++ library for interfacing with the iRobot Create 1 and 2.

License

Notifications You must be signed in to change notification settings

schemborerik/libcreate

 
 

Repository files navigation

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

About

C++ library for interfacing with the iRobot Create 1 and 2.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 95.5%
  • CMake 4.5%