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:
James Goppert
2016-06-06 19:40:41 -05:00
parent c64b0d4573
commit 97e6a57501
5 changed files with 24 additions and 3 deletions
@@ -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"),