forked from Archive/PX4-Autopilot
commander: update comment to make post takeoff ekf quality test logic more clear
This commit is contained in:
parent
cd382d8874
commit
c826140c2b
|
@ -125,7 +125,7 @@ private:
|
||||||
|
|
||||||
/* class variables used to check for navigation failure after takeoff */
|
/* class variables used to check for navigation failure after takeoff */
|
||||||
hrt_abstime _time_at_takeoff{0}; /**< last time we were on the ground */
|
hrt_abstime _time_at_takeoff{0}; /**< last time we were on the ground */
|
||||||
hrt_abstime _time_last_innov_pass{0}; /**< last time velocity innovations passed */
|
hrt_abstime _time_last_innov_pass{0}; /**< last time velocity or position innovations passed */
|
||||||
bool _nav_test_passed{false}; /**< true if the post takeoff navigation test has passed */
|
bool _nav_test_passed{false}; /**< true if the post takeoff navigation test has passed */
|
||||||
bool _nav_test_failed{false}; /**< true if the post takeoff navigation test has failed */
|
bool _nav_test_failed{false}; /**< true if the post takeoff navigation test has failed */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue