mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
AP_AHRS: build fix
This commit is contained in:
parent
b2c24a0b58
commit
c1f72d6683
@ -2488,7 +2488,7 @@ bool AP_AHRS_NavEKF::get_innovations(Vector3f &velInnov, Vector3f &posInnov, Vec
|
|||||||
}
|
}
|
||||||
|
|
||||||
// returns true when the state estimates are significantly degraded by vibration
|
// returns true when the state estimates are significantly degraded by vibration
|
||||||
bool AP_AHRS::is_vibration_affected() const
|
bool AP_AHRS_NavEKF::is_vibration_affected() const
|
||||||
{
|
{
|
||||||
switch (ekf_type()) {
|
switch (ekf_type()) {
|
||||||
#if HAL_NAVEKF3_AVAILABLE
|
#if HAL_NAVEKF3_AVAILABLE
|
||||||
|
Loading…
Reference in New Issue
Block a user