Skip to content

Commit

Permalink
AP_NavEKF: Add monitoring of average EKF time step
Browse files Browse the repository at this point in the history
  • Loading branch information
priseborough authored and tridge committed Apr 29, 2017
1 parent 3ce8196 commit 7d77748
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libraries/AP_NavEKF/AP_Nav_Common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7d77748

Please sign in to comment.