Merge branch 'paul_estimator' into paul_estimator_mavlink2

This commit is contained in:
Lorenz Meier 2014-03-17 15:28:21 +01:00
commit 45cc0262eb

View File

@ -931,6 +931,7 @@ FixedwingEstimator::task_main()
_local_pos.xy_global = true;
_local_pos.z_global = false;
_local_pos.yaw = _att.yaw;
/* lazily publish the local position only once available */
if (_local_pos_pub > 0) {