Skip to content

soner4/libcreate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libcreate

C++ library for interfacing with iRobot's Create 1 and 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

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 98.1%
  • CMake 1.9%