-
Notifications
You must be signed in to change notification settings - Fork 146
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
$(arg) is overwritten when including multiple launch files #620
Comments
@clalancette Could you confirm this? Thank you. |
@hidmic Thank you for your response! |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report ?
Required Info:
Steps to reproduce issue
outside.launch.xml
Expected behavior
$ ros2 launch outside.launch.xml [INFO] [launch]: All log files can be found below /home/hrkota/.ros/log/2022-06-16-14-28-00-475031-npc2103034-543336 [INFO] [launch]: Default logging verbosity is set to INFO [INFO] [launch.user]: include1 has 1 [INFO] [launch.user]: include2 has 2
Actual behavior
$ ros2 launch outside.launch.xml [INFO] [launch]: All log files can be found below /home/hrkota/.ros/log/2022-06-16-14-28-00-475031-npc2103034-543336 [INFO] [launch]: Default logging verbosity is set to INFO [INFO] [launch.user]: include1 has 1 [INFO] [launch.user]: include2 has 1
Additional information
Now, I can avoid this problem by using
<group>
tag.Is it bug or correct behavior?
I can't get some information about it.
Feature request
Feature description
Implementation considerations
The text was updated successfully, but these errors were encountered: