mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 09:38:29 -04:00
Copter: Guided_NoGPS does not require GPS
This commit is contained in:
parent
6145711931
commit
ee6fd5ad8d
@ -764,7 +764,7 @@ public:
|
|||||||
bool init(bool ignore_checks) override;
|
bool init(bool ignore_checks) override;
|
||||||
void run() 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 has_manual_throttle() const override { return false; }
|
||||||
bool allows_arming(bool from_gcs) const override { return from_gcs; }
|
bool allows_arming(bool from_gcs) const override { return from_gcs; }
|
||||||
bool is_autopilot() const override { return true; }
|
bool is_autopilot() const override { return true; }
|
||||||
|
Loading…
Reference in New Issue
Block a user