Pfheonix t1_itsd3p8 wrote on October 25, 2022 at 11:10 PM Reply to comment by EndlessEmergency in TIL that flight recorders must be able to withstand an acceleration of 3400 g for 6.5 milliseconds and that this is roughly equivalent to an impact velocity of 270 knots (310 mph; 500 km/h). by IchBinKoloss Flight Control loop: >if(maneuver.WillCrash()) { > >maneuver.Don't(); > >} Permalink Parent 7
Pfheonix t1_itsd3p8 wrote
Reply to comment by EndlessEmergency in TIL that flight recorders must be able to withstand an acceleration of 3400 g for 6.5 milliseconds and that this is roughly equivalent to an impact velocity of 270 knots (310 mph; 500 km/h). by IchBinKoloss
Flight Control loop:
>
if(maneuver.WillCrash()) {
>
>
maneuver.Don't();
>
>
}