23 #ifndef LIBSBP_IMU_MESSAGES_H
24 #define LIBSBP_IMU_MESSAGES_H
38 #define SBP_MSG_IMU_RAW 0x0900
39 typedef struct SBP_ATTR_PACKED {
60 #define SBP_MSG_IMU_AUX 0x0901
61 typedef struct SBP_ATTR_PACKED {
u8 imu_conf
IMU configuration.
s16 acc_y
Acceleration in the IMU frame Y axis.
s16 gyr_z
Angular rate around IMU frame Z axis.
u8 tow_f
Milliseconds since start of GPS week, fractional part [ms / 256].
int16_t s16
Signed 16-bit integer.
uint8_t u8
Unsigned 8-bit integer.
uint32_t u32
Unsigned 32-bit integer.
s16 acc_z
Acceleration in the IMU frame Z axis.
s16 acc_x
Acceleration in the IMU frame X axis.
u32 tow
Milliseconds since start of GPS week.
s16 temp
Raw IMU temperature.
s16 gyr_y
Angular rate around IMU frame Y axis.
s16 gyr_x
Angular rate around IMU frame X axis.