File: sbg_driver/SbgImuStatus.msg
Raw Message Definition
# SBG Ellipse Messages
# Submessage SbgImuData
# True if the communication with the IMU is ok.
bool imu_com
# True if internal IMU passes Built In Test (Calibration, CPU)
bool imu_status
# True if accelerometer X passes Built In Test
bool imu_accel_x
# True if accelerometer Y passes Built In Test
bool imu_accel_y
# True if accelerometer Z passes Built In Test
bool imu_accel_z
# True if gyroscope X passes Built In Test
bool imu_gyro_x
# True if gyroscope Y passes Built In Test
bool imu_gyro_y
# True if gyroscope Z passes Built In Test
bool imu_gyro_z
# True if accelerometers are within operating range
bool imu_accels_in_range
# True if gyroscopes are within operating range
bool imu_gyros_in_range
Compact Message Definition
bool imu_com
bool imu_status
bool imu_accel_x
bool imu_accel_y
bool imu_accel_z
bool imu_gyro_x
bool imu_gyro_y
bool imu_gyro_z
bool imu_accels_in_range
bool imu_gyros_in_range