AP_NavEKF: Add monitoring of average EKF time step
This commit is contained in:
parent
3ce81967ae
commit
7d777485d8
@ -61,6 +61,8 @@ struct ekf_timing {
|
||||
uint32_t count;
|
||||
float dtIMUavg_min;
|
||||
float dtIMUavg_max;
|
||||
float dtEKFavg_min;
|
||||
float dtEKFavg_max;
|
||||
float delAngDT_max;
|
||||
float delAngDT_min;
|
||||
float delVelDT_max;
|
||||
|
Loading…
Reference in New Issue
Block a user