Skip to content

USC-ACTLab/crazyflie_cpp

 
 

Repository files navigation

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

About

C++ Library to communicate with Bitcraze Crazyflie

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.2%
  • CMake 1.8%