Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid a need of use different PX4 firmware branch to run FG multi-vehicle simulation #19

Open
kaklik opened this issue May 3, 2020 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@kaklik
Copy link
Contributor

kaklik commented May 3, 2020

The current Firmware master branch could be only used with more complicated multi-vehicle startup script.

The branch difference is in sitl_run.sh and sitl_run_multi.sh scripts.

The supposed best solution is a merge of sitl_run.sh and sitl_run_multi.sh into one script (probably sitl_run.sh) which checks the presence of the PX4_ID variable. The new sitl_run.sh script should decide its behavior according to the single or multi-vehicle simulation required. In the case the requirement of multi-vehicle simulation is detected automatically the special target __multi is not needed.

@kaklik kaklik added enhancement New feature or request help wanted Extra attention is needed labels May 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant