Auterion / px4-jsbsim-bridge

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

Handle jsbsim bridge configurations #10

Closed Jaeyoung-Lim closed 3 years ago

Jaeyoung-Lim commented 3 years ago

Problem Description There needs a way to be able to configure the jsbsim in various ways.

Solution This adds a configuration parser that configures the jsbsim bridge with three systems. The lower elements on the list have higher priorities.

This also improves what are passed as command line arguments. The improvements are as the following.

Additional Context

Jaeyoung-Lim commented 3 years ago

@bkueng This is ready for review now!

Jaeyoung-Lim commented 3 years ago

@bkueng Done!

Jaeyoung-Lim commented 3 years ago

@bkueng Thanks!