Auterion / px4-jsbsim-bridge

JSBSim bridge for PX4 SITL/HITL simulations
BSD 3-Clause "New" or "Revised" License
25 stars 38 forks source link

Add initial support for jsbsim bridge #1

Closed Jaeyoung-Lim closed 3 years ago

Jaeyoung-Lim commented 3 years ago

This commit includes initial implementation of the jsbsim bridge.

The jsbsim_bridge is a direct integration of PX4 into jsbsim. This integration allows jsbsim to interact with PX4 through mavlink HIL messages to enable SITL/HIL testing against jsbimsim.

Run the default rascal model with the following. This will open up a flightgear gui to visualize the flight.

make px4_sitl jsbsim_rascal

ezgif com-video-to-gif (7)

In case you want to run the simulation headless, you can run

HEADLESS=1 make px4_sitl jsbsim_rascal

Additional Context