Replies: 1 comment 1 reply
-
You may already know that but FlightGear is a full featured flight simulator whereas JSBSim is an FDM, and to some extent, FlightGear is a superset of JSBSim. As a consequence, there are much more properties such as those you mentioned which exist in FlightGear than there are in JSBSim. So it is not unexpected that a JSBSim model that has been specifically designed for the purpose of being used in FlightGear makes reference to properties that are specific to FlightGear. This is most unfortunate but some authors of FlightGear aircraft (if not most them) do not check if their FDM successfully runs in JSBSim standalone. It is likely that these authors either do not know that JSBSim is an independent project or they may have no interest in using JSBSim as an independent program. So the short story is that you are not doing anything wrong, just that some FDM from FlightGear indeed need to be cleaned up before being used in JSBSim standalone. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I am (very) new to JSBsim and I thought I should try it as it might be helpful in my own simulation. So I downloaded the latest installer (Release v1.1.6) and I tried to run the example:
./JSBSim.exe --script=scripts/c1721.xml
Cool I thought to myself now let's try another script. I picked
737_cruise.xml
. Excellent. Then I tried to add aircraft straight from flight gear. I tried this one or even the official 738 and I was receiving several errors about the properties. For exampleThe property /sim/model/pushback/position-norm does not exist
.Ok I thought, I don't need pushback for cruise, let's remove the reference to pushback. But then there were other errors following so I started removing any offending part of the script ending up with several modifications. Even then I received a
FATAL ERROR: JSBSim terminated with an exception. The message was: Trim Failed
.Removing parts of the configuration of an aircraft already looks fishy to me and is an indication that I am doing something wrong. So here is my question: am I missing something, or the FG aircraft aren't meant to run by JSBSim out of the box?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions