Can JSBSim achieve the cruise function of f15? #1341
Circular123
started this conversation in
Support requests
Replies: 1 comment 1 reply
-
|
JSBSim doesn't have any native support for following a flight plan. You need to implement the autopilot yourself. Here are some example snippets, although none are in C++. https://github.com/JSBSim-Team/jsbsim/blob/master/systems/GNCUtilities.xml https://github.com/JSBSim-Team/jsbsim/blob/master/systems/Autopilot.xml https://github.com/JSBSim-Team/jsbsim/blob/master/aircraft/c310/c310ap.xml |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Can JSBSim achieve the cruise function of f15, such as automatically flying to the target point given one or more target points? It is best to develop it through UE or UE based on c++. I hope everyone can offer some ideas and reference projects. Thank you.
Beta Was this translation helpful? Give feedback.
All reactions