mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-03 19:30:36 +08:00
vehicle_local_position: delete unused and redundant dist_bottom_rate
This commit is contained in:
@@ -1327,8 +1327,6 @@ void Ekf2::Run()
|
||||
_ekf.set_gnd_effect_flag(false);
|
||||
}
|
||||
|
||||
lpos.dist_bottom_rate = -lpos.vz; // Distance to bottom surface (ground) change rate
|
||||
|
||||
_ekf.get_ekf_lpos_accuracy(&lpos.eph, &lpos.epv);
|
||||
_ekf.get_ekf_vel_accuracy(&lpos.evh, &lpos.evv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user