mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-02 03:30:35 +08:00
mavlink receiver delete unused orb_adverts
This commit is contained in:
@@ -106,7 +106,6 @@ MavlinkReceiver::MavlinkReceiver(Mavlink *parent) :
|
||||
_local_pos_pub(nullptr),
|
||||
_attitude_pub(nullptr),
|
||||
_gps_pub(nullptr),
|
||||
_sensors_pub(nullptr),
|
||||
_gyro_pub(nullptr),
|
||||
_accel_pub(nullptr),
|
||||
_mag_pub(nullptr),
|
||||
@@ -120,7 +119,6 @@ MavlinkReceiver::MavlinkReceiver(Mavlink *parent) :
|
||||
_distance_sensor_pub(nullptr),
|
||||
_offboard_control_mode_pub(nullptr),
|
||||
_actuator_controls_pub(nullptr),
|
||||
_global_vel_sp_pub(nullptr),
|
||||
_att_sp_pub(nullptr),
|
||||
_rates_sp_pub(nullptr),
|
||||
_pos_sp_triplet_pub(nullptr),
|
||||
|
||||
Reference in New Issue
Block a user