mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-01 03:04:04 -04:00
Sub: poshold requires GPS
This commit is contained in:
parent
7667a04e03
commit
025df2550a
@ -420,7 +420,7 @@ public:
|
||||
|
||||
bool init(bool ignore_checks) override;
|
||||
|
||||
bool requires_GPS() const override { return false; }
|
||||
bool requires_GPS() const override { return true; }
|
||||
bool has_manual_throttle() const override { return false; }
|
||||
bool allows_arming(bool from_gcs) const override { return true; }
|
||||
bool is_autopilot() const override { return true; }
|
||||
|
Loading…
Reference in New Issue
Block a user