crazyflie-lib-cpp Like crazyflie-lib-python but written fully in c++ How to install git clone --recursive https://github.com/longlongago-zsc/crazyflie-lib-cpp.git How to compile mkdir build && cd build cmake .. cmake --build . or just make Run the file you wish with ./<executable_file_name>