mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 06:14:14 +08:00
ekf2: remove unnecessary variables found during review
This commit is contained in:
committed by
Beat Küng
parent
d19a62a8f6
commit
246dc5421b
@@ -152,17 +152,6 @@ private:
|
||||
uint32_t _balt_time_ms_last_used =
|
||||
0; // time stamp in msec of the last averaged barometric altitude measurement used by the EKF
|
||||
|
||||
int _sensors_sub = -1;
|
||||
int _gps_sub = -1;
|
||||
int _airspeed_sub = -1;
|
||||
int _params_sub = -1;
|
||||
int _optical_flow_sub = -1;
|
||||
int _range_finder_sub = -1;
|
||||
int _ev_pos_sub = -1;
|
||||
int _actuator_armed_sub = -1;
|
||||
int _vehicle_land_detected_sub = -1;
|
||||
int _status_sub = -1;
|
||||
|
||||
bool _prev_landed = true; // landed status from the previous frame
|
||||
|
||||
float _acc_hor_filt = 0.0f; // low-pass filtered horizontal acceleration
|
||||
|
||||
Reference in New Issue
Block a user