pauls estimator: Added NaN guard before publishing

This commit is contained in:
Lorenz Meier
2014-04-09 17:06:06 +02:00
parent 8e0e0c164a
commit 63dae04c22
@@ -959,7 +959,7 @@ FixedwingEstimator::task_main()
}
// Publish results
if (_initialized) {
if (_initialized && (check == OK)) {