mavlink v0.7.0 APM.Message.CompassmotStatus View Source

Link to this section Summary

Types

t()

Status of compassmot calibration.

Link to this section Types

Link to this type

t() View Source
t() :: %APM.Message.CompassmotStatus{
  compensationx: Float32,
  compensationy: Float32,
  compensationz: Float32,
  current: Float32,
  interference: MAVLink.Types.uint16_t(),
  throttle: MAVLink.Types.uint16_t()
}

Status of compassmot calibration.