# build_deps_crazyflie_cpp **Repository Path**: agiros/build_deps_crazyflie_cpp ## Basic Information - **Project Name**: build_deps_crazyflie_cpp - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2025-05-13 - **Last Updated**: 2025-07-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![CMake](https://github.com/whoenig/crazyflie_cpp/actions/workflows/cmake.yml/badge.svg?branch=dev-crazyflie-link-cpp)](https://github.com/whoenig/crazyflie_cpp/actions/workflows/cmake.yml) [![CMake (Windows)](https://github.com/whoenig/crazyflie_cpp/actions/workflows/cmake_win.yml/badge.svg)](https://github.com/whoenig/crazyflie_cpp/actions/workflows/cmake_win.yml) [![CMake (Mac)](https://github.com/whoenig/crazyflie_cpp/actions/workflows/cmake_mac.yml/badge.svg)](https://github.com/whoenig/crazyflie_cpp/actions/workflows/cmake_mac.yml) # 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](https://github.com/bitcraze/crazyflie-link-cpp) for the low level communication link. ## Build Make sure to clone recursively with submodules. ``` mkdir build cd build cmake .. make ```