diff --git a/ArduCopter/mode.h b/ArduCopter/mode.h index 50b0688a29..49f104c7cd 100644 --- a/ArduCopter/mode.h +++ b/ArduCopter/mode.h @@ -846,7 +846,7 @@ public: bool init(bool ignore_checks) override; void run() override; - bool requires_GPS() const override { return true; } + bool requires_GPS() const override { return false; } bool has_manual_throttle() const override { return false; } bool allows_arming(bool from_gcs) const override { return from_gcs; } bool is_autopilot() const override { return true; }