Hi everyone. A friend and I are using arduplane 4.1.0 dev in order to use the DJI FPV system OSD. I have a matek f405 and he is using omnibusf4pro. The issue is neither of us have a compass on our planes, and we cannot deselect EKF3, and EKF3 will not arm without compass even with COMPASS_ENABLE = 0. I have tried turning AHRS_EKF_TYPE = 0 and EK3_ENABLE = 0 then rebooting, anytime I enable EKF and reboot it just resorts back to EK3. . Tried EKF type to 2 and EK3_ENABLE=0, still not working. I have ARMING_CHECK set to 1018 (no compass required)
Specifically it looks like the INS parameter in the arming checks does this. I can disable all and it will arm, currently at 426 for the bitmask and it will arm without INS
I uploaded today’s build and now I can’t arm with arming_check at 1018 but I just get the message “AHRS Not healthy”. velocity_horiz is red with a value of “Off” and pos_horiz_abs is red with a value of “Off”.
EDIT: I disabled airspeed check (arming_check now 506) and it will arm. So INS checks are now passing.