mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
estimator_status reduce size of n_states
This commit is contained in:
parent
0626527d2c
commit
d04aef65d0
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user