mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-02 03:54:07 +08:00
Use helper function to switch to gps height
This commit is contained in:
parent
042d9b6615
commit
88c4929c96
@ -92,9 +92,7 @@ bool Ekf::collect_gps(const gps_message &gps)
|
||||
// if the user has selected GPS as the primary height source, switch across to using it
|
||||
if (_params.vdist_sensor_type == VDIST_SENSOR_GPS) {
|
||||
ECL_INFO_TIMESTAMPED("EKF GPS checks passed (WGS-84 origin set, using GPS height)");
|
||||
_control_status.flags.baro_hgt = false;
|
||||
_control_status.flags.gps_hgt = true;
|
||||
_control_status.flags.rng_hgt = false;
|
||||
setControlGPSHeight();
|
||||
// zero the sensor offset
|
||||
_hgt_sensor_offset = 0.0f;
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user