Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 334 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 334 Bytes

TurtlebotLibrary

A simple C++ library that implements the iRobot Create Open Interface. TurtlebotLibrary is licensed under the 3-clause BSD license.

Building

TurtlebotLibrary is supported on Windows and Linux. To build, navigate to /cpp directory and do the following:

mkdir build
cd build
cmake ..
cmake --build .