mavlink v0.7.0 APM.Message.Ahrs View Source
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %APM.Message.Ahrs{
accel_weight: Float32,
error_rp: Float32,
error_yaw: Float32,
omegaix: Float32,
omegaiy: Float32,
omegaiz: Float32,
renorm_val: Float32
}
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.