libcreate/README.md
2016-02-12 16:03:53 -08:00

912 B

libcreate

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

Build Status