PX4 Software-In-The-Loop simulation with JSBSim

This post is written by Jaeyoung Lim

JSBSim is a open source flight simulator (“flight dynamics model (FDM)”) that runs on Microsoft Windows, Apple Macintosh, Linux, IRIX, Cygwin (Unix on Windows), etc. Its features include: fully configurable aerodynamics and a propulsion system that can model complex flight dynamics of an aircraft. Rotational earth effects are also modeled into the dynamics.

To run this example, simply run the following command in the root of the PX4-Autopilot repository

make px4_sitl jsbsim

The repository can be found in https://github.com/Auterion/px4-jsbsim-bridge

Installation instructions can be found in: http://docs.px4.io/master/en/simulation/jsbsim.html

Leave a comment