AP_Vehicle: added set_land_descent_rate scripting method
This commit is contained in:
parent
b3de3364e2
commit
510d979b79
@ -189,6 +189,9 @@ public:
|
||||
// returns true if the EKF failsafe has triggered
|
||||
virtual bool has_ekf_failsafed() const { return false; }
|
||||
|
||||
// allow for landing descent rate to be overridden by a script, may be -ve to climb
|
||||
virtual bool set_land_descent_rate(float descent_rate) { return false; }
|
||||
|
||||
// control outputs enumeration
|
||||
enum class ControlOutput {
|
||||
Roll = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user