iNavFlight / inav

INAV: Navigation-enabled flight control software
https://inavflight.github.io
GNU General Public License v3.0
3.01k stars 1.44k forks source link

Show calibration status of sensors on status output #9997

Open mmosca opened 2 months ago

mmosca commented 2 months ago

Current Behavior

INAV status will show status OK for sensors that require calibration, even when they haven't been calibrated. This may result in navigation not being safe, and the user with no clue for the cause.

Desired Behavior

On status page, instead of showing OK for uncalibrated sensors, show UNCALIBRATED.

Suggested Solution

Change status screen to show UNCALIBRATED for Compass, Acc and Gyro when appropriate.

Who does this impact? Who is this for?

This should make it easier to diagnose navigation unsafe issues.

Phil-MC commented 2 months ago

Definitely a good idea. Anything that helps diagnose faults is helpful, particularly when dealing with inexperienced users.