How to automate flight operations #811
Unanswered
jonyMarino
asked this question in
Q&A
Replies: 1 comment
-
Have you looked at some of the scripts that exist in the repo? Some of them demonstrate triggers etc.
Doesn't look like it's optional. So for now you'll need to add a very large number. jsbsim/src/input_output/FGScript.cpp Lines 134 to 139 in 5ac73c2 Out of interest what are you using JSBSim for? Is this for something AirSim related? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I want to be able to execute flight operations for an airplane; it would be a way of automating things.
For example, having a trigger to start a takeoff or move to a point, or land in any order and number of times.
I guess scripts can be used for that. How? And in that case, is there any way to remove the execution time limit (end=...) from them?
Beta Was this translation helpful? Give feedback.
All reactions