How to activate the tailhook of the F-15? #1164
Replies: 6 comments 11 replies
-
You need to provide more details on your setup. In particular, the first piece of information you need to provide is which F-15 model are you using? For example, the F-15 model included in the JSBSim repo doesn't have a tailhook modelled. https://github.com/JSBSim-Team/jsbsim/blob/master/aircraft/f15/f15.xml There could be a number of other F-15 JSBSim models out there. One of the ones I'm familiar with is the one created by Richard Harrison - @Zaretto, which if you search for the word https://github.com/search?q=repo%3AFGMEMBERS%2FF-15%20hook&type=code The next question would be what environment if any are you running this in? FlightGear, or your own JSBSim based app? Since it doesn't help extending the tail-hook if you don't have an environment that is going to setup and model the arrestor cable. If you provide more information up-front it means less guessing for people trying to answer 😉 |
Beta Was this translation helpful? Give feedback.
-
@Zaretto exactly, wanted to make @jijnt12345 aware that once you figure out how to lower the tail hook in say your F-15 model, JSBSim doesn't automagically provide any logic for handling the engagement of the hook with some arrestor cable. That has to be provided by the environment you're using the model in.
It's simple for a FDM to provide a tailhook with a mechanism to raise and lower it etc. but 99% of the work is involved in the environment modelling the location of the arrestor, detecting a snag, applying the relevant force etc. |
Beta Was this translation helpful? Give feedback.
-
You haven't said which aircraft model you're using. Typically a property will be provided that you need to update. But the exact name of the property etc. will depend on the particular aircraft model you're using. |
Beta Was this translation helpful? Give feedback.
-
So if you've found a tailhook component in the F-16's FDM is it not clear what you need to do in order to lower/raise it? |
Beta Was this translation helpful? Give feedback.
-
Simply set the property Lines 939 to 956 in 65618e8 |
Beta Was this translation helpful? Give feedback.
-
In terms of some example code for implementing hook arrestor wire catch detection and applying a retarding force take a look at: jsbsim/examples/FlightGear.cxx Line 1425 in a3101eb |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to activate the tailhook of the F-15 to catch the arrestor wire?
Beta Was this translation helpful? Give feedback.
All reactions