AP_NavEKF2: added comment (review request)

This commit is contained in:
Andrew Tridgell 2019-09-21 16:31:28 +10:00
parent 164813bcc2
commit 5d67618968
1 changed files with 2 additions and 0 deletions

View File

@ -490,6 +490,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;