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.
Make sure to clone recursively with submodules.
mkdir build
cd build
cmake ..
make