Copter: Guided_NoGPS does not require GPS

This commit is contained in:
Randy Mackay 2019-02-06 10:33:36 +09:00 committed by Andrew Tridgell
parent 30d11f6a40
commit bed8774e1a

View File

@ -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; }