shrit / crazyflie_cpp

C++ Library to communicate with Bitcraze Crazyflie

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

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

About

C++ Library to communicate with Bitcraze Crazyflie

License:MIT License


Languages

Language:C++ 97.6%Language:CMake 2.4%