You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
424 B
7 lines
424 B
uint64 timestamp # Timestamp in microseconds since boot |
|
float32[32] states # Internal filter states |
|
float32 n_states # Number of states effectively used |
|
uint8 nan_flags # Bitmask to indicate NaN states |
|
uint8 health_flags # Bitmask to indicate sensor health states (vel, pos, hgt) |
|
uint8 timeout_flags # Bitmask to indicate timeout flags (vel, pos, hgt) |
|
float32[28] covariances # Diagonal Elements of Covariance Matrix
|
|
|