Skip to main content

Module axis

Module axis 

Source
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§

AxisProcessor
A generic controller for a single physical axis.