crazyflie-lib

Crates.iocrazyflie-lib
lib.rscrazyflie-lib
version0.2.0
sourcesrc
created_at2021-11-04 19:17:32.902063
updated_at2024-10-08 11:04:15.1876
descriptionCrazyflie quadcopter control lib
homepage
repositoryhttps://github.com/bitcraze/crazyflie-lib-rs
max_upload_size
id476860
size125,070
Arnaud Taffanel (ataffanel)

documentation

README

Crazyflie lib

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.

Status

The following subsystems are or need to be implemented:

  • App channel
  • Commander
    • Basic Roll Pitch Yaw setpoint
    • Generic setpoints
  • Console
  • High-level commander
  • Localization
  • Log subsystem
  • Memory subsystem
  • Param subsystem
  • Platform services

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.

Commit count: 63

cargo fmt