mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-04 03:20:35 +08:00
mc_pos_control: remove mavlink_log_info
This commit is contained in:
committed by
Lorenz Meier
parent
f11a65a74f
commit
ac2c49218d
@@ -100,7 +100,6 @@ private:
|
||||
bool _task_should_exit = false; /**<true if task should exit */
|
||||
bool _in_smooth_takeoff = false; /**<true if takeoff ramp is applied */
|
||||
|
||||
orb_advert_t _mavlink_log_pub{nullptr}; /**< mavlink log advert */
|
||||
orb_advert_t _att_sp_pub{nullptr}; /**< attitude setpoint publication */
|
||||
orb_advert_t _local_pos_sp_pub{nullptr}; /**< vehicle local position setpoint publication */
|
||||
orb_id_t _attitude_setpoint_id{nullptr};
|
||||
@@ -672,8 +671,6 @@ MulticopterPositionControl::task_main()
|
||||
}
|
||||
}
|
||||
|
||||
mavlink_log_info(&_mavlink_log_pub, "[mpc] stopped");
|
||||
|
||||
_control_task = -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user