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