Skip to content
Snippets Groups Projects
Commit c2943933 authored by Paul Riseborough's avatar Paul Riseborough Committed by ChristophTobler
Browse files

local_position_estimator: update local_position publication

Ensure all data is set.
parent 642a4a5f
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment