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

Link to this section Summary

Types

t()

The RAW IMU readings for secondary 9DOF sensor setup. This message should contain the scaled values to the described units

Link to this section Types

@type t() :: %APM.Message.ScaledImu2{
  temperature: MAVLink.Types.int16_t(),
  time_boot_ms: MAVLink.Types.uint32_t(),
  xacc: MAVLink.Types.int16_t(),
  xgyro: MAVLink.Types.int16_t(),
  xmag: MAVLink.Types.int16_t(),
  yacc: MAVLink.Types.int16_t(),
  ygyro: MAVLink.Types.int16_t(),
  ymag: MAVLink.Types.int16_t(),
  zacc: MAVLink.Types.int16_t(),
  zgyro: MAVLink.Types.int16_t(),
  zmag: MAVLink.Types.int16_t()
}

The RAW IMU readings for secondary 9DOF sensor setup. This message should contain the scaled values to the described units