| > Feels like it would be relatively trivial to have some kind of parachute system that went off automatically on system failure. > if SpaceX can make self landing rockets Failure tolerant design isn't well understood by engineers who do not live in that world. We speak of Fault Tolerance levels, or FT-levels for short. FT0 means any one failure renders the system inoperable. In other words, it can't even tolerate a single failure. What "inoperable" means is --in terms of consequences-- is a function of what the system in question might be. If we are talking about a life support system in a spacecraft, FT0 is a really bad idea. An example of a an FT0 system that might not have a horrible failure mode might be a bicycle tire. If the valve fails, it deflates. For the most part, that's not likely to be horrific. Yes, the tire does not work and becomes horribly inefficient, however, it is unlikely it will kill you. There are other elements of a bike that could definitely kill you with a single failure, particularly at speed. Anything that causes the front wheel to come off qualifies. Higher FT levels provide protection from catastrophic failure. NASA, for example, used to require FT2 for life support systems (tolerate two failures). This, however, changed over the years to a more sophisticated framework. For example, redundancy alone does not fulfill safety requirements. In terms of drones, no, one can't think of a trivial parachute system providing failure tolerance in real terms. Design Failure Mode and Effects Analysis (DFMEA) is the very first step in understanding how a drone could fail and create undesirable consequences; two of which could be harming people or property. This subject area isn't simple. It also isn't impossible to create failure tolerant designs. The issue, outside of aerospace/military applications is that FT designs can get very expensive, very quickly. It can be hard to justify some of the design decisions one might have to make in the context of low cost commercial products. This is the main issue with drones. Wikipedia covers the topic to a reasonable depth: https://en.wikipedia.org/wiki/Fault_tolerance |