Tracker: move handling of command-int MAV_CMD_DO_SET_HOME up

This commit is contained in:
Peter Barker 2018-07-06 13:30:42 +10:00 committed by Peter Barker
parent 4cdbcab723
commit bf5eae3f72
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ protected:
return 0; // what if we have been picked up and carried somewhere?
}
bool set_home_to_current_location(bool lock) override { return false; }
bool set_home(const Location& loc, bool lock) override { return false; }
private:
void packetReceived(const mavlink_status_t &status, mavlink_message_t &msg) override;