Common.Message.ScaledImu2 (xmavlink_util v0.4.3)

View Source

Summary

Types

t()

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

Types

t()

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

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