Crate free_flight_stabilization

Crate free_flight_stabilization 

Source
Expand description

§PID Flight Stabilization Controller

This module provides a no_std, no-alloc Rust translation of the PID (Proportional, Integral, Derivative) control functions from dRehmFlight version 1.3, an Arduino-based flight controller software. These functions are used to stabilize unmanned aerial vehicles (UAVs).

Re-exports§

pub use stabilizer::*;

Modules§

pid
PID Control Module
stabilizer
PID-based Flight Stabilization Controller