Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 406 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 406 Bytes

CMake

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.

Build

mkdir build
cd build
cmake ..
make