Skip to content

Commit

Permalink
Blimp: provide and use base-method implementation for guided mode req…
Browse files Browse the repository at this point in the history
…uest
  • Loading branch information
peterbarker authored and tridge committed Feb 6, 2024
1 parent 25777ad commit e3d00f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions Blimp/GCS_Mavlink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -407,15 +407,6 @@ const struct GCS_MAVLINK::stream_entries GCS_MAVLINK::all_stream_entries[] = {
MAV_STREAM_TERMINATOR // must have this at end of stream_entries
};

bool GCS_MAVLINK_Blimp::handle_guided_request(AP_Mission::Mission_Command &cmd)
{
// #if MODE_AUTO_ENABLED == ENABLED
// // return blimp.mode_auto.do_guided(cmd);
// #else
return false;
// #endif
}

void GCS_MAVLINK_Blimp::packetReceived(const mavlink_status_t &status,
const mavlink_message_t &msg)
{
Expand Down
1 change: 0 additions & 1 deletion Blimp/GCS_Mavlink.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ class GCS_MAVLINK_Blimp : public GCS_MAVLINK
private:

void handle_message(const mavlink_message_t &msg) override;
bool handle_guided_request(AP_Mission::Mission_Command &cmd) override;
bool try_send_message(enum ap_message id) override;

void packetReceived(const mavlink_status_t &status,
Expand Down

0 comments on commit e3d00f2

Please sign in to comment.