You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried v1.12.3. On our application we use VIO only, and do not use magnetometer and barometer.
Tried do disable barometer and magnetometer chacks via SYS_HAS_* parameters (to avoid unwanted checks or other issues if unused HW is faulty)
After setting SYS_HAS_MAG = 0, works ok.
When SYS_HAS_BARO = 0, EKF2 does not start (or does not initialize). With SYS_HAS_BARO = 1, works OK, even if not used.
The text was updated successfully, but these errors were encountered:
aet2230
changed the title
EKF2 do not work when SYS_HAS_BARO = 0
v1.12.3: EKF2 do not work when SYS_HAS_BARO = 0
Sep 12, 2021
Tried v1.12.3. On our application we use VIO only, and do not use magnetometer and barometer.
Tried do disable barometer and magnetometer chacks via SYS_HAS_* parameters (to avoid unwanted checks or other issues if unused HW is faulty)
After setting SYS_HAS_MAG = 0, works ok.
When SYS_HAS_BARO = 0, EKF2 does not start (or does not initialize). With SYS_HAS_BARO = 1, works OK, even if not used.
The text was updated successfully, but these errors were encountered: