-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Systems: Auto-GCAS #601
base: master
Are you sure you want to change the base?
Systems: Auto-GCAS #601
Conversation
This is super awesome. I can see you have it set to 8 seconds, I will see if I have docs on that time. Not knowing how the real one works, may I suggest: Does nothing happen if pilots stick is non-zero? |
Based on what I've researched, that time can be configured. I would assume through the DED? Also, I believe it should trigger right when the pull-up cues are initiated, which are currently set to 8 seconds. Also, maybe it should be slightly variable based on speed? Obviously, the distance changes because it's time-based, but you still have much less reaction time at higher speeds.
I do agree with this. Currently it disengages immediately once it clears the terrain, maybe it should pitch up an additional +5 degrees after. I don't think time-based would work because the pitch rate (constant +5G) varies based on speed.
IRL, it still engages. The pilot has to paddle it off. In FG, currently it doesn't engage if the stick isn't centered. After talking with jmav, I think it would be a good idea to make the functionality toggleable between centered-stick and paddle-override.
Yes. Currently, the autopilot will also re-engage after the recovery is successful. Not sure if this should be the case, or if it should disengage.
No, I didn't. Great stuff, should be helpful. |
Wow, that data is even better. 👍 |
https://www.combataircraft.com/en/News/2009/11/10/Software-prevents-fatal-crashes,-scientists-say/ That one say 1.5 seconds. Another thing, this system is fairly new, so should not be in all blocks. Block 60 for sure. |
Auto-GCAS
Fixes #524
TODO