Merge pull request #820 from PX4/filter_nan_guard

pauls estimator: Added NaN guard before publishing
This commit is contained in:
Lorenz Meier
2014-04-19 15:14:13 +02:00
@@ -959,7 +959,7 @@ FixedwingEstimator::task_main()
} }
// Publish results // Publish results
if (_initialized) { if (_initialized && (check == OK)) {