mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
AP_Vehicle: implement has_ekf_failsafed for use by lua
This commit is contained in:
parent
23ad8b23ac
commit
21ee06d362
@ -228,6 +228,8 @@ public:
|
|||||||
// allow for VTOL velocity matching of a target
|
// allow for VTOL velocity matching of a target
|
||||||
virtual bool set_velocity_match(const Vector2f &velocity) { return false; }
|
virtual bool set_velocity_match(const Vector2f &velocity) { return false; }
|
||||||
|
|
||||||
|
// returns true if the EKF failsafe has triggered
|
||||||
|
virtual bool has_ekf_failsafed() const { return false; }
|
||||||
|
|
||||||
// control outputs enumeration
|
// control outputs enumeration
|
||||||
enum class ControlOutput {
|
enum class ControlOutput {
|
||||||
|
Loading…
Reference in New Issue
Block a user