Expand description
§Axis Processing
This module implements the AxisProcessor, which encapsulates the full
control pipeline for a single degree of freedom (e.g., Roll, Pitch, or Yaw).
By combining a Filter and a PidController, the AxisProcessor transforms
raw inertial data into a normalized control signal.
Structs§
- Axis
Processor - A generic controller for a single physical axis.