←back to thread

291 points Michelangelo11 | 1 comments | | HN request time: 0.205s | source
Show context
freefaler ◴[] No.45038516[source]
So as a pilot you can't override the software to stop it from "thinking that the plane is on the ground" mode?

Something similar happened recently with A320 when it didn't want to land on an airfield during emergency unless it was flown in a special mode. But F-35 doesn't have that?

replies(6): >>45038623 #>>45039289 #>>45039382 #>>45040610 #>>45041772 #>>45045256 #
1. nurple ◴[] No.45045256[source]
I've crashed an RC helicopter because of a similar software issue. Rotorflight is an OSS flight controller, and it has an internal mode for tracking if the vehicle is on the ground or not that isn't always quite accurate at the margins. If you're touching the ground and it's not in ground-handling mode, the I-term in the PID loop winds up really quickly (because the input isn't producing the expected rotation rate) and flips your model on its side.

Betaflight (flight controller for drones, which rotorflight is based on) has a similar function called "air mode" which is common to either disable or set to a switch for aerobatic drones so that they'll still have full rotation rates at zero throttle.