mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
Copter: remove has_user_takeoff from ModeAuto class
This commit is contained in:
parent
42e0d85ac9
commit
30318b51f9
@ -484,10 +484,6 @@ public:
|
|||||||
|
|
||||||
bool requires_terrain_failsafe() const override { return true; }
|
bool requires_terrain_failsafe() const override { return true; }
|
||||||
|
|
||||||
// return true if this flight mode supports user takeoff
|
|
||||||
// must_nagivate is true if mode must also control horizontal position
|
|
||||||
virtual bool has_user_takeoff(bool must_navigate) const override { return false; }
|
|
||||||
|
|
||||||
void payload_place_start();
|
void payload_place_start();
|
||||||
|
|
||||||
// for GCS_MAVLink to call:
|
// for GCS_MAVLink to call:
|
||||||
|
Loading…
Reference in New Issue
Block a user