|
|
|
@ -132,10 +132,6 @@ MavlinkReceiver::MavlinkReceiver(Mavlink *parent) :
@@ -132,10 +132,6 @@ MavlinkReceiver::MavlinkReceiver(Mavlink *parent) :
|
|
|
|
|
_debug_array_pub(nullptr), |
|
|
|
|
_gps_inject_data_pub(nullptr), |
|
|
|
|
_command_ack_pub(nullptr), |
|
|
|
|
_control_mode_sub(orb_subscribe(ORB_ID(vehicle_control_mode))), |
|
|
|
|
_actuator_armed_sub(orb_subscribe(ORB_ID(actuator_armed))), |
|
|
|
|
_vehicle_attitude_sub(orb_subscribe(ORB_ID(vehicle_attitude))), |
|
|
|
|
_global_ref_timestamp(0), |
|
|
|
|
_hil_frames(0), |
|
|
|
|
_old_timestamp(0), |
|
|
|
|
_hil_local_proj_inited(0), |
|
|
|
|