You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uint64timestamp# time since system start (microseconds)
uint64timestamp_sample# the timestamp of the raw data (microseconds)
# information events
uint32information_event_changes# number of information event changes
boolgps_checks_passed# 0 - true when gps quality checks are passing passed
boolreset_vel_to_gps# 1 - true when the velocity states are reset to the gps measurement
boolreset_vel_to_flow# 2 - true when the velocity states are reset using the optical flow measurement
boolreset_vel_to_vision# 3 - true when the velocity states are reset to the vision system measurement
boolreset_vel_to_zero# 4 - true when the velocity states are reset to zero
boolreset_pos_to_last_known# 5 - true when the position states are reset to the last known position
boolreset_pos_to_gps# 6 - true when the position states are reset to the gps measurement
boolreset_pos_to_vision# 7 - true when the position states are reset to the vision system measurement
boolstarting_gps_fusion# 8 - true when the filter starts using gps measurements to correct the state estimates
boolstarting_vision_pos_fusion# 9 - true when the filter starts using vision system position measurements to correct the state estimates
boolstarting_vision_vel_fusion# 10 - true when the filter starts using vision system velocity measurements to correct the state estimates
boolstarting_vision_yaw_fusion# 11 - true when the filter starts using vision system yaw measurements to correct the state estimates
boolyaw_aligned_to_imu_gps# 12 - true when the filter resets the yaw to an estimate derived from IMU and GPS data
boolreset_hgt_to_baro# 13 - true when the vertical position state is reset to the baro measurement
boolreset_hgt_to_gps# 14 - true when the vertical position state is reset to the gps measurement
boolreset_hgt_to_rng# 15 - true when the vertical position state is reset to the rng measurement
boolreset_hgt_to_ev# 16 - true when the vertical position state is reset to the ev measurement
# warning events
uint32warning_event_changes# number of warning event changes
boolgps_quality_poor# 0 - true when the gps is failing quality checks
boolgps_fusion_timout# 1 - true when the gps data has not been used to correct the state estimates for a significant time period
boolgps_data_stopped# 2 - true when the gps data has stopped for a significant time period
boolgps_data_stopped_using_alternate# 3 - true when the gps data has stopped for a significant time period but the filter is able to use other sources of data to maintain navigation
boolheight_sensor_timeout# 4 - true when the height sensor has not been used to correct the state estimates for a significant time period
boolstopping_navigation# 5 - true when the filter has insufficient data to estimate velocity and position and is falling back to an attitude, height and height rate mode of operation
boolinvalid_accel_bias_cov_reset# 6 - true when the filter has detected bad acceerometer bias state esitmstes and has reset the corresponding covariance matrix elements
boolbad_yaw_using_gps_course# 7 - true when the fiter has detected an invalid yaw esitmate and has reset the yaw angle to the GPS ground course
boolstopping_mag_use# 8 - true when the filter has detected bad magnetometer data and is stopping further use of the magnetomer data
boolvision_data_stopped# 9 - true when the vision system data has stopped for a significant time period
boolemergency_yaw_reset_mag_stopped# 10 - true when the filter has detected bad magnetometer data, has reset the yaw to anothter source of data and has stopped further use of the magnetomer data
boolemergency_yaw_reset_gps_yaw_stopped# 11 - true when the filter has detected bad GNSS yaw data, has reset the yaw to anothter source of data and has stopped further use of the GNSS yaw data