Browse Source

AP_NavEKF2: added comment (review request)

mission-4.1.18
Andrew Tridgell 5 years ago
parent
commit
9226899c6f
  1. 2
      libraries/AP_NavEKF2/AP_NavEKF2_core.h

2
libraries/AP_NavEKF2/AP_NavEKF2_core.h

@ -492,6 +492,8 @@ private: @@ -492,6 +492,8 @@ private:
would give us very high stack usage in some functions, which
poses a risk of stack overflow until we have infrastructure in
place to calculate maximum stack usage using static analysis.
On SITL this structure is assumed to contain only float
variables (for the fill_nanf())
*/
struct core_common {
Matrix24 KH;

Loading…
Cancel
Save