AntennaTracker: provide and use base-method implementation for guided mode request
This commit is contained in:
parent
f1457034e2
commit
25777adfb5
@ -161,12 +161,6 @@ void GCS_MAVLINK_Tracker::send_pid_tuning()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool GCS_MAVLINK_Tracker::handle_guided_request(AP_Mission::Mission_Command&)
|
|
||||||
{
|
|
||||||
// do nothing
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
default stream rates to 1Hz
|
default stream rates to 1Hz
|
||||||
*/
|
*/
|
||||||
|
@ -43,7 +43,6 @@ private:
|
|||||||
void handle_message_manual_control(const mavlink_message_t &msg);
|
void handle_message_manual_control(const mavlink_message_t &msg);
|
||||||
void handle_message_global_position_int(const mavlink_message_t &msg);
|
void handle_message_global_position_int(const mavlink_message_t &msg);
|
||||||
void handle_message_scaled_pressure(const mavlink_message_t &msg);
|
void handle_message_scaled_pressure(const mavlink_message_t &msg);
|
||||||
bool handle_guided_request(AP_Mission::Mission_Command &cmd) override;
|
|
||||||
void handle_set_attitude_target(const mavlink_message_t &msg);
|
void handle_set_attitude_target(const mavlink_message_t &msg);
|
||||||
|
|
||||||
void send_global_position_int() override;
|
void send_global_position_int() override;
|
||||||
|
Loading…
Reference in New Issue
Block a user