#define MAVLINK_ENABLE_TRANSMITTING 1 /**< parameter value to enable transmitting for a mavlink instance */
#define MAVLINK_DISABLE_TRANSMITTING 0 /**< parameter value to disable transmitting for a mavlink instance */
#endif
/* Controls the probation period which is the amount of time required for position and velocity checks to pass before the validity can be changed from false to true*/
/* Controls the probation period which is the amount of time required for position and velocity checks to pass before the validity can be changed from false to true*/
#define POSVEL_PROBATION_TAKEOFF 30 /**< probation duration set at takeoff (sec) */
#define POSVEL_PROBATION_TAKEOFF 30 /**< probation duration set at takeoff (sec) */
@ -1315,9 +1306,7 @@ Commander::run()
/* command ack */
/* command ack */
orb_advert_tcommand_ack_pub=nullptr;
orb_advert_tcommand_ack_pub=nullptr;
orb_advert_tcommander_state_pub=nullptr;
orb_advert_tcommander_state_pub=nullptr;
#ifndef __PX4_QURT
orb_advert_tvehicle_cmd_pub=nullptr;
orb_advert_tvehicle_cmd_pub=nullptr;
#endif
orb_advert_tvehicle_status_flags_pub=nullptr;
orb_advert_tvehicle_status_flags_pub=nullptr;
/* init mission state, do it here to allow navigator to use stored mission even if mavlink failed to start */
/* init mission state, do it here to allow navigator to use stored mission even if mavlink failed to start */