Files
PX4-Autopilot/EKF
kritz bf78044bcd EKF: fix initialization of local position validity 2 (#820)
The `_deadreckon_time_exceeded` flag is used in
`local_position_is_valid()`. This means that
`_params.valid_timeout_max` after startup, in my observed case 5
seconds, the local position switche from valid to invalid and then after
a while back to valid again.

With this fix, the local position is flagged invalid from boot and gets validated after the first aiding event.

Co-authored-by: Julian Oes <julian@oes.ch>
2020-05-20 08:24:23 +02:00
..
2020-05-19 21:53:46 +02:00
2020-05-19 21:53:46 +02:00
2020-04-27 10:17:01 +02:00
2020-04-03 08:28:07 +02:00