mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-17 21:57:36 +08:00
Add more GPS checks for LPE (#4750)
* Added more GPS checks for LPE. * Add logic to force GPS alt init.
This commit is contained in:
@@ -65,6 +65,7 @@ BlockLocalPositionEstimator::BlockLocalPositionEstimator() :
|
||||
_gps_vxy_stddev(this, "GPS_VXY"),
|
||||
_gps_vz_stddev(this, "GPS_VZ"),
|
||||
_gps_eph_max(this, "EPH_MAX"),
|
||||
_gps_epv_max(this, "EPV_MAX"),
|
||||
_vision_xy_stddev(this, "VIS_XY"),
|
||||
_vision_z_stddev(this, "VIS_Z"),
|
||||
_vision_on(this, "VIS_ON"),
|
||||
|
||||
Reference in New Issue
Block a user