mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-18 22:59:06 +08:00
Merge pull request #820 from PX4/filter_nan_guard
pauls estimator: Added NaN guard before publishing
This commit is contained in:
commit
0b85c41cd1
@ -959,7 +959,7 @@ FixedwingEstimator::task_main()
|
||||
}
|
||||
|
||||
// Publish results
|
||||
if (_initialized) {
|
||||
if (_initialized && (check == OK)) {
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user