sbg_driver/SbgMagStatus Message

File: sbg_driver/SbgMagStatus.msg

Raw Message Definition

# SBG Ellipse Messages
# Submessage

# True if the magnetometer X has passed the self test.
bool mag_x

# True if the magnetometer Y has passed the self test.
bool mag_y

# True if the magnetometer Z has passed the self test.
bool mag_z

# True if the accelerometer X has passed the self test.
bool accel_x

# True if the accelerometer Y has passed the self test.
bool accel_y

# True if the accelerometer Z has passed the self test.
bool accel_z

# True if magnetometer is not saturated
bool mags_in_range

# True if accelerometer is not saturated
bool accels_in_range

# True if magnetometer seems to be calibrated
bool calibration

Compact Message Definition

bool mag_x
bool mag_y
bool mag_z
bool accel_x
bool accel_y
bool accel_z
bool mags_in_range
bool accels_in_range
bool calibration