This package aims to provide a Julia interface to the JSBSim library.
JSBSim is a multi-platform, general purpose object-oriented Flight Dynamics Model (FDM) written in C++. The FDM is essentially the physics & math model that defines the movement of an aircraft, rocket, etc., under the forces and moments applied to it using the various control mechanisms and from the forces of nature. JSBSim can be run in a standalone batch mode flight simulator (no graphical displays) for testing and study, or integrated with FlightGear or other flight simulator.
Just like any registered package, in pkg mode (]
at the REPL)
add JSBSim
JSBSim.jl
depends on the JSBSim_jll
JLL package and on CxxWrap
to provide a Julia interface to the C++ library JSBSim.
For general support about JSBSim, please visit the JSBSim project.
For issues specific to JSBSim.jl
, please open a ticket in this project.