mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-18 08:10:36 +08:00
gps_alt: rename getGpsAltVar -> getGpsHeightVariance
This commit is contained in:
+1
-1
@@ -1244,7 +1244,7 @@ void Ekf::updateBaroHgtOffset()
|
||||
}
|
||||
}
|
||||
|
||||
float Ekf::getGpsAltVar()
|
||||
float Ekf::getGpsHeightVariance()
|
||||
{
|
||||
// observation variance - receiver defined and parameter limited
|
||||
const float lower_limit = fmaxf(_params.gps_pos_noise, 0.01f);
|
||||
|
||||
Reference in New Issue
Block a user