libcreate/README.md
2016-02-02 22:40:10 -08:00

795 B

libcreate

C++ library for interfacing with iRobot's Create 2.

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