ArduPilot / ardupilot

ArduPlane, ArduCopter, ArduRover, ArduSub source
http://ardupilot.org/
GNU General Public License v3.0
10.99k stars 17.52k forks source link

Copter: OLED display always says EKF:ok #6352

Open rmackay9 opened 7 years ago

rmackay9 commented 7 years ago

It seems the "EKF: ok" message is always displayed even if the EKF isn't healthy. To reproduce the problem:

My guess is that only the case of an EKF failsafe does the EKF go bad. But we currently don't allow an EKF failsafe to trigger while we're disarmed so this will never be seen.

This issue was raised on AC3.5 beta testing thread and confirmed by me (randy): http://discuss.ardupilot.org/t/oled-display-not-update-ekf/17954/4

oled wiki page: http://ardupilot.org/copter/docs/common-display-onboard.html

peterbarker commented 7 years ago

This is designed to address the problem: https://github.com/ArduPilot/ardupilot/pull/6392

IamPete1 commented 3 years ago

Is this still a issue?

rmackay9 commented 3 years ago

@IamPete1,

I've retested and this issue still persists I'm afraid.