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

Add vehicle_id Parameter for Launch File Configuration #1521

Open
MertClk opened this issue Feb 4, 2025 · 1 comment
Open

Add vehicle_id Parameter for Launch File Configuration #1521

MertClk opened this issue Feb 4, 2025 · 1 comment

Comments

@MertClk
Copy link

MertClk commented Feb 4, 2025

Description
Currently, the scenario_test_runner.launch.py file does not support a straightforward way to load vehicle-specific configuration files via vehicle_id, parameter. This requires users to manually modify launch files or environment variables, which can be error-prone and inconvenient when working with multiple vehicles.

Introducing a vehicle_id launch parameter would allow users to specify the vehicle configuration dynamically.

The vehicle_id parameter is essential for launching Autoware in a multi-vehicle repository, as it ensures that each vehicle loads the correct configuration files while preventing conflicts.

Solution

  • Add vehicle_id as a launch parameter to scenario_test_runner.launch.py and use it when launching planning_sim internally.
@MertClk
Copy link
Author

MertClk commented Feb 4, 2025

What do you think about the necessity of this feature?

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

1 participant