Property List and waypoint navigation #408
Replies: 1 comment
-
Hi @harryl2021 and welcome to JSBSim !
Sure. If you are using the executable > JSBSim.exe --aircraft=737 --catalog If you are using python code, you should use one of the methods
You must tell JSBSim which initialization file you are using: Option 1 - Using the command line interfaceYou can supply the option > JSBSim.exe --aircraft=737 --initfile=cruise_init.xml Option 2 - Updating the script fileAlternatively you can modify the Line 13 in 375f5be Here again, the file cruise_init.xml must be located in the same folder than the 737
|
Beta Was this translation helpful? Give feedback.
-
I'm new to jsbsim and trying to understand it. I want to know is there a way to list all the properties that jsbsim make use of such as
position/lat-rad, position /long-rad
etc. Also I want to know if there is no autopilot file for some aircraft then how do I specify waypoints so that the aircraft travels along those waypoints. I tried to copy the C310ap for 737 aircraft(same for script and initialization files of the c310 aircraft by making the changes to use aircraft property element etc. in 737wp_.xml script file). But this is not working as the aircraft is not at all moving from its initial position.Beta Was this translation helpful? Give feedback.
All reactions