estimator_status reduce size of n_states

This commit is contained in:
Daniel Agar 2018-06-24 20:59:42 -04:00
parent 0626527d2c
commit d04aef65d0

View File

@ -1,5 +1,5 @@
float32[24] states # Internal filter states
float32 n_states # Number of states effectively used
uint8 n_states # Number of states effectively used
float32[3] vibe # IMU vibration metrics in the following array locations
# 0 : Gyro delta angle coning metric = filtered length of (delta_angle x prev_delta_angle)