libcreate/README.md
2015-12-11 14:08:34 -08:00

710 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