mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 00:00:35 +08:00
Write out yaw into position topics
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user