AP_NavEKF: Add monitoring of average EKF time step

This commit is contained in:
priseborough 2017-04-28 17:13:59 +10:00 committed by Andrew Tridgell
parent 3ce81967ae
commit 7d777485d8

View File

@ -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;