Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
AP_Airspeed: Tag a uninit airspeed sensor as a failure when calibrating
This helps catch the case where a GCS commands a calibration, and the command is reported as MAV_RESULT_ACCEPTED, even though the actual state is that at least one sensor backend failed. We are still letting the other sensors be calibrated in this situation as a GCS may not be paying proper attention to what happens with the MAV_RESULT and a user could miss the status text, so it's safer to calibrate everything we can, and then report a failure afterwards.
- Loading branch information