mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -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
|
||||
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
|
||||
enum class ControlOutput {
|
||||
|
Loading…
Reference in New Issue
Block a user