mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-03 04:03:59 -04:00
Plane: correct bug that prevents QACRO rudder disarm
This commit is contained in:
parent
ce361e51bf
commit
913d1b81b2
@ -476,6 +476,7 @@ public:
|
|||||||
|
|
||||||
bool is_vtol_mode() const override { return true; }
|
bool is_vtol_mode() const override { return true; }
|
||||||
bool is_vtol_man_throttle() const override { return true; }
|
bool is_vtol_man_throttle() const override { return true; }
|
||||||
|
virtual bool is_vtol_man_mode() const override { return true; }
|
||||||
|
|
||||||
// methods that affect movement of the vehicle in this mode
|
// methods that affect movement of the vehicle in this mode
|
||||||
void update() override;
|
void update() override;
|
||||||
@ -522,7 +523,7 @@ public:
|
|||||||
|
|
||||||
// var_info for holding parameter information
|
// var_info for holding parameter information
|
||||||
static const struct AP_Param::GroupInfo var_info[];
|
static const struct AP_Param::GroupInfo var_info[];
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
AP_Int16 target_alt;
|
AP_Int16 target_alt;
|
||||||
AP_Int16 target_dist;
|
AP_Int16 target_dist;
|
||||||
|
Loading…
Reference in New Issue
Block a user