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

Enable reading Launch Configuration from yaml file #400

Open
tonynajjar opened this issue Jun 26, 2024 · 1 comment
Open

Enable reading Launch Configuration from yaml file #400

tonynajjar opened this issue Jun 26, 2024 · 1 comment

Comments

@tonynajjar
Copy link

tonynajjar commented Jun 26, 2024

Feature request

Feature description

As far as I know, the only way to pass LaunchConfigurations to a launch file is through the command line e.g. ros2 launch nav2_bringup tb3_simulation_launch.py headless:=False. It would be useful to be able to load LaunchConfiguration via a YAML file e.g. ros2 launch nav2_bringup tb3_simulation_launch.py --launch-arguments /path/to/yaml.

This is useful when you want to version control the launch configuration for configuration management purposes (e.g. in environment X, we don't want to run a certain monitoring node)

Implementation considerations

Some requirements from my side:

  • specify multiple yaml files with the same overriding concepts as for nodes
  • launch configurations should be namespaced by e.g. the launch file name for them to be loaded (same as for node).
@tonynajjar
Copy link
Author

tonynajjar commented Jun 26, 2024

Here is a very basic working example (without all the requirements): angsa-robotics@8cbb490

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