Name Last Update
..
.github/workflows Loading commit data...
cmake Loading commit data...
configs Loading commit data...
data_out Loading commit data...
include Loading commit data...
launch Loading commit data...
models Loading commit data...
scenario Loading commit data...
scene Loading commit data...
scripts Loading commit data...
src Loading commit data...
systems Loading commit data...
.gitignore Loading commit data...
.gitmodules Loading commit data...
CMakeLists.txt Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
package.xml Loading commit data...

JSBSim Bridge

Build Tests

JSBSim bridge is a integration of the PX4 mavlink HIL interface to communicate with jsbsim

Installation (JSBSim)

JSBSim rolling releases is available in the release page of JSBSim

To have the visualization available, install flightgear.

apt install flightgear

Running the bridge

When run from the Firmware, an example can be run with the following

make px4_sitl jsbsim

To run without the flightgear visualization,

HEADLESS=1 make px4_sitl jsbsim