forked from Archive/PX4-Autopilot
ekf_att_pos_estimator remove unused _mission_sub
This commit is contained in:
parent
ed1b442065
commit
05cf34a510
|
@ -150,7 +150,6 @@ private:
|
|||
int _vehicle_land_detected_sub;
|
||||
int _params_sub; /**< notification of parameter updates */
|
||||
int _manual_control_sub; /**< notification of manual control updates */
|
||||
int _mission_sub;
|
||||
int _home_sub; /**< home position as defined by commander / user */
|
||||
int _landDetectorSub;
|
||||
int _armedSub;
|
||||
|
|
|
@ -136,7 +136,6 @@ AttitudePositionEstimatorEKF::AttitudePositionEstimatorEKF() :
|
|||
_vehicle_land_detected_sub(-1),
|
||||
_params_sub(-1),
|
||||
_manual_control_sub(-1),
|
||||
_mission_sub(-1),
|
||||
_home_sub(-1),
|
||||
_armedSub(-1),
|
||||
|
||||
|
|
Loading…
Reference in New Issue