Amazon’s Drone Delivery Dream Is Crashing
1–10 of 21 posts
Re: Amazon’s Drone Delivery Dream Is Crashing
#2Re: Amazon’s Drone Delivery Dream Is Crashing
#3Re: Amazon’s Drone Delivery Dream Is Crashing
#48 Prediction for the World in 2030 by WEF in 2016
Re: Amazon’s Drone Delivery Dream Is Crashing
#5Re: Amazon’s Drone Delivery Dream Is Crashing
#6Feels like it would be relatively trivial to have some kind of parachute system that went off automatically on system failure. Combine it with a GPS beacon and a separate loudspeaker and battery that goes off so people are alerted to it coming down so they can get out of the way.
Either way, if SpaceX can make self landing rockets, I'm pretty sure we as a species can figure out how to do drone delivery properly.
Re: Amazon’s Drone Delivery Dream Is Crashing
#7There was never a drone delivery dream. This has been PR since Day 1. And this article is proof that it worked.
Re: Amazon’s Drone Delivery Dream Is Crashing
#8> “The computer, the ACS, the brain of the whole thing, is constantly telling the aircraft what to do and how to do it,” they say. “So when that restarts, you’re no longer getting power or signals or command to the motors. Everything goes offline. It turns into a brick and falls from the sky.” Feels like it would be relatively trivial to have some kind of parachute system that went off automatically on system failure…
A lot of automation simply isn't possible without AGI.
Re: Amazon’s Drone Delivery Dream Is Crashing
#9> “The computer, the ACS, the brain of the whole thing, is constantly telling the aircraft what to do and how to do it,” they say. “So when that restarts, you’re no longer getting power or signals or command to the motors. Everything goes offline. It turns into a brick and falls from the sky.” 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:
Re: Amazon’s Drone Delivery Dream Is Crashing
#10> “The computer, the ACS, the brain of the whole thing, is constantly telling the aircraft what to do and how to do it,” they say. “So when that restarts, you’re no longer getting power or signals or command to the motors. Everything goes offline. It turns into a brick and falls from the sky.” Feels like it would be relatively trivial to have some kind of parachute system that went off automatically on system failure…