mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
lpe : update for compatibility with new navigation limits architechture
This commit is contained in:
committed by
Lorenz Meier
parent
6a9377846f
commit
9483885ed9
@@ -604,8 +604,11 @@ 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;
|
||||
_pub_lpos.get().vxy_max = INFINITY;
|
||||
_pub_lpos.get().vz_max = INFINITY;
|
||||
_pub_lpos.get().hagl_min = INFINITY;
|
||||
_pub_lpos.get().hagl_max = INFINITY;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user