mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-17 13:40:36 +08:00
local_position_estimator: update local_position publication
Ensure all data is set.
This commit is contained in:
committed by
ChristophTobler
parent
642a4a5fc7
commit
c294393377
@@ -660,6 +660,8 @@ void BlockLocalPositionEstimator::publishLocalPos()
|
||||
//TODO provide calculated values for these
|
||||
_pub_lpos.get().evh = 0.0f;
|
||||
_pub_lpos.get().evv = 0.0f;
|
||||
_pub_lpos.get().vxy_max = 0.0f;
|
||||
_pub_lpos.get().limit_hagl = false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user