Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 959 Bytes

File metadata and controls

19 lines (13 loc) · 959 Bytes

CMake CMake (Windows) CMake (Mac)

Crazyflie_cpp

Standalone C++ library to use the Crazyflie quadrotor. This is used in crazyflie_ros, and crazyflie_tools, but can also be used for other custom applications.

This repository relies on crazyflie-link-cpp for the low level communication link.

Build

Make sure to clone recursively with submodules.

mkdir build
cd build
cmake ..
make