View Source APM.Message.ScaledImu (xmavlink_util v0.1.0)
Link to this section Summary
Link to this section Types
@type t() :: %APM.Message.ScaledImu{ 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 the usual 9DOF sensor setup. This message should contain the scaled values to the described units