-
Notifications
You must be signed in to change notification settings - Fork 737
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
Vehicles - Add Auto-Throttle to Planes #8275
Vehicles - Add Auto-Throttle to Planes #8275
Conversation
Close #2818 (I think) |
Why only planes? Most cars today have cruise control / tempomat. I assume the PID tune would be different though, so if you don't want to do that, that's fine. :D |
ground vics are getting in-engine cruise in 2.06 |
Ah right! We have another PR somewhere for that already as well. |
I don't think there is a way to control the throttle in non-plane vehicles, so I'd have to go into the config and |
|
Somewhat unrelated to this PR
Engine setCruiseControl has hardcoded PID params that might not be optimal |
When merged this pull request will:
Uses a basic PID Controller to control the throttle of a plane to keep it at some speed. PID was tuned in Simulink, so values work well. Once you have speed limiter on, you don't have to touch the throttle again.
Video of it in action