| Crates.io | crazyflie-lib |
| lib.rs | crazyflie-lib |
| version | 0.2.0 |
| created_at | 2021-11-04 19:17:32.902063+00 |
| updated_at | 2024-10-08 11:04:15.1876+00 |
| description | Crazyflie quadcopter control lib |
| homepage | |
| repository | https://github.com/bitcraze/crazyflie-lib-rs |
| max_upload_size | |
| id | 476860 |
| size | 125,070 |
Rust Crate to connect and control a Crazyflie. This crate is still very much work in progress, not all Crazyflie functionalities are implemented. The current state should be good enough to implement a clone of the Crazyflie client's flight tab.
The following subsystems are or need to be implemented:
The python Crazyflie lib implements a brunch of higher-level functionality like swarm support helpers. Those are out of scope of this crate and will need to be implemented in another specialized crate.