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

Link to this section Summary

Types

t()

Set the magnetometer offsets

Link to this section Types

@type t() :: %APM.Message.SetMagOffsets{
  mag_ofs_x: MAVLink.Types.int16_t(),
  mag_ofs_y: MAVLink.Types.int16_t(),
  mag_ofs_z: MAVLink.Types.int16_t(),
  target_component: MAVLink.Types.uint8_t(),
  target_system: MAVLink.Types.uint8_t()
}

Set the magnetometer offsets