View Source APM.Message.Ahrs (xmavlink_util v0.1.0)

Link to this section Summary

Types

t()

Status of DCM attitude estimator.

Link to this section Types

@type t() :: %APM.Message.Ahrs{
  accel_weight: Float32,
  error_rp: Float32,
  error_yaw: Float32,
  omegaix: Float32,
  omegaiy: Float32,
  omegaiz: Float32,
  renorm_val: Float32
}

Status of DCM attitude estimator.