This project exists to support the development of a physics based flight model of the project boom flight vehicle that utilizes pre-existing JSBSim flight model code.
JSBSim is a physics based c-code that models intended to simulate real flight. The libraries inlcude jet, turbine, and prop engines, sensors, existing aircraft models, and more.
First, build the JSBSim binary following the JSBSim Manual for your environment.
Then, copy the produced JSBSim binary to the bin
folder
# Create bin folder within this repo
mkdir bin
On WSL(Windows Subsystem for Linux) or Linux:
./bin/JSBSim scripts/dev-cruise-a4.xml --root=linux
Step one is to take a look at the JSBSim instructions .txt. Get familiar with the code architecture. Then see the below steps to take when looking to help develop project boom physics models