mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 09:58:28 -04:00
AP_NavEKF2: added enabled() function
This commit is contained in:
parent
b71678b901
commit
760dafbb9d
@ -43,6 +43,9 @@ public:
|
||||
|
||||
NavEKF2(const AP_AHRS *ahrs, AP_Baro &baro, const RangeFinder &rng);
|
||||
|
||||
// allow logging to determine if enabled
|
||||
bool enabled(void) const { return _enable != 0; }
|
||||
|
||||
// Initialise the filter
|
||||
bool InitialiseFilter(void);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user