PX4 / PX4-Autopilot

PX4 Autopilot Software
https://px4.io
BSD 3-Clause "New" or "Revised" License
8.6k stars 13.56k forks source link

Cut back number of text messages #2072

Closed LorenzMeier closed 9 years ago

LorenzMeier commented 9 years ago

We want the system to only spit out useful text info, not all it happens to find. This is important for situational awareness. To give a recent extreme example: The engine failure of a Quantas A380 (the engine came apart mid-flight) led to a check list of text messages which took the Co-Pilot over 20 minutes to work through. All it really was trying to say was that the engine failed, and that parts flying out of it had taken out other aircraft systems.

@DonLakeFlyer This will also help with your calibration issue, although we should enforce the constraints you have also on the tech level, as discussed.

LorenzMeier commented 9 years ago

http://en.wikipedia.org/wiki/Qantas_Flight_32

bansiesta commented 9 years ago

Is this targeted at mavlink_log_info/critical or warnx/printf?

LorenzMeier commented 9 years ago

Log info

LorenzMeier commented 9 years ago

We did this pretty much already and will continue - closing this for now.