Skip to content

Commit

Permalink
AntennaTracker: provide and use base-method implementation for guided…
Browse files Browse the repository at this point in the history
… mode request
  • Loading branch information
peterbarker authored and tridge committed Feb 6, 2024
1 parent f145703 commit 25777ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions AntennaTracker/GCS_Mavlink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down
1 change: 0 additions & 1 deletion AntennaTracker/GCS_Mavlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class GCS_MAVLINK_Tracker : public GCS_MAVLINK
void handle_message_manual_control(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);
bool handle_guided_request(AP_Mission::Mission_Command &cmd) override;
void handle_set_attitude_target(const mavlink_message_t &msg);

void send_global_position_int() override;
Expand Down

0 comments on commit 25777ad

Please sign in to comment.