|
|
|
@ -16,7 +16,6 @@
@@ -16,7 +16,6 @@
|
|
|
|
|
static FirmwarePluginFactoryRegister* _instance = NULL; |
|
|
|
|
|
|
|
|
|
const char* guided_mode_not_supported_by_vehicle = "Guided mode not supported by Vehicle."; |
|
|
|
|
const char* landing_aborted = "Landing aborted."; |
|
|
|
|
|
|
|
|
|
const char* FirmwarePlugin::px4FollowMeFlightMode = "Follow Me"; |
|
|
|
|
|
|
|
|
@ -232,12 +231,6 @@ void FirmwarePlugin::pauseVehicle(Vehicle* vehicle)
@@ -232,12 +231,6 @@ void FirmwarePlugin::pauseVehicle(Vehicle* vehicle)
|
|
|
|
|
qgcApp()->showMessage(guided_mode_not_supported_by_vehicle); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void FirmwarePlugin::abortLanding(Vehicle* vehicle) |
|
|
|
|
{ |
|
|
|
|
Q_UNUSED(vehicle); |
|
|
|
|
qgcApp()->showMessage(landing_aborted); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
void FirmwarePlugin::guidedModeRTL(Vehicle* vehicle) |
|
|
|
|
{ |
|
|
|
|
// Not supported by generic vehicle
|
|
|
|
|