diff --git a/libraries/AP_Vehicle/AP_Vehicle.h b/libraries/AP_Vehicle/AP_Vehicle.h index c4d47f0f35..3e5539e146 100644 --- a/libraries/AP_Vehicle/AP_Vehicle.h +++ b/libraries/AP_Vehicle/AP_Vehicle.h @@ -99,6 +99,8 @@ public: return control_mode_reason; } + virtual bool current_mode_requires_mission() const { return false; } + // perform any notifications required to indicate a mode change // failed due to a bad mode number being supplied. This can // happen for many reasons - bad mavlink packet and bad mode