Copter: Guided_NoGPS does not require GPS

This commit is contained in:
Randy Mackay 2019-02-06 10:33:36 +09:00
parent 6145711931
commit ee6fd5ad8d

View File

@ -764,7 +764,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; }