By default, JSBSim will output data to your terminal or a CSV file, which you can later plot in Excel or MATLAB to analyze flight performance. 3. Anatomy of an Aircraft XML
Instead of a game-like manual, these tutorials treat JSBSim as what it is: a professional-grade, flight dynamics engine used by NASA and academic institutions. Key Highlights JSBSim Reference Manual jsbsim tutorial
By understanding the XML structure and the 6DoF dynamics, you can utilize JSBSim to simulate a vast range of aerospace vehicles. By default, JSBSim will output data to your
my_simulation/ ├── aircraft/ │ └── trainer_x/ │ └── trainer_x.xml ├── engine/ │ ├── piston_180hp.xml │ └── prop_76in.xml └── scripts/ └── training_flight.xml Use code with caution. 3. Building an Aircraft Model from Scratch jsbsim tutorial