Closed h-ohta closed 2 years ago
@clalancette Could you confirm this? Thank you.
@h-ohta include
actions don't scope (almost no action does), only group
actions do. https://github.com/ros2/launch/issues/618 is somewhat related.
@hidmic Thank you for your response!
I understand that this issue is correct behavior and I have to use <group>
to scope any actions.
Could you close If you don't have any problems?
Bug report ?
Required Info:
Steps to reproduce issue
include1.launch.xml
include2.launch.xml
Actual behavior
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