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

Run Multiple Openscenario Files #1046

Open
Giorgior27 opened this issue Jan 11, 2024 · 1 comment
Open

Run Multiple Openscenario Files #1046

Giorgior27 opened this issue Jan 11, 2024 · 1 comment

Comments

@Giorgior27
Copy link

Hello,

I'm using the Scenario Runner to execute OpenSCENARIO files in CARLA. I can successfully run a single simulation using the command python scenario_runner.py --openscenario <path/to/xosc-file>. However, I'm now looking to run multiple scenarios in sequence. I couldn't find any information in the documentation about executing a list of OpenSCENARIO files in this manner. Is there a feature or method that I might have missed?

As a workaround, I've been using a for loop to run scenarios one after the other. This approach works, but I'm interested in finding a more integrated solution that could run a complete list of scenarios and consolidate the results at the end. Has anyone in the community developed a solution for this, or are there any plans to include such a feature in future Scenario Runner updates?

Thank you for your assistance.

  • OS: Windows 11
  • CARLA Version 0.9.15
  • Python version 3.8
  • Version 0.9.15
@starrye
Copy link
Contributor

starrye commented Feb 18, 2024

I also use a loop on the scenario_runner layer for a multi-scenario call,I wonder if there's a better strategy?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants