mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-02 19:53:57 -04:00
AP_NavEKF2: Publish the number of instances
This commit is contained in:
parent
46e4c45537
commit
6c2dc3ccf8
@ -43,9 +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;
|
||||
// allow logging to determine the number of active cores
|
||||
uint8_t activeCores(void) const {
|
||||
return num_cores;
|
||||
}
|
||||
|
||||
// Initialise the filter
|
||||
|
Loading…
Reference in New Issue
Block a user