We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7365d3e commit 4c7e2b8Copy full SHA for 4c7e2b8
launch/tier4_autoware_api_launch/launch/autoware_api.launch.xml
@@ -16,7 +16,9 @@
16
17
<!-- rosbridge -->
18
<!-- TODO: respawn will work once https://github.com/ros2/launch/pull/569 is released. I'll delete this comment when it's done. -->
19
- <include file="$(find-pkg-share rosbridge_server)/launch/rosbridge_websocket_launch.xml">
20
- <arg name="respawn" value="$(var respawn_rosbridge)"/>
21
- </include>
+ <group>
+ <include file="$(find-pkg-share rosbridge_server)/launch/rosbridge_websocket_launch.xml">
+ <arg name="respawn" value="$(var respawn_rosbridge)"/>
22
+ </include>
23
+ </group>
24
</launch>
0 commit comments