Skip to content

Commit 4c7e2b8

Browse files
authored
fix(tier4_autoware_api_launch): add group tag (autowarefoundation#1235)
Signed-off-by: Xinyu Wang <xinyu.wang@tier4.jp>
1 parent 7365d3e commit 4c7e2b8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

launch/tier4_autoware_api_launch/launch/autoware_api.launch.xml

+5-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616

1717
<!-- rosbridge -->
1818
<!-- 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>
19+
<group>
20+
<include file="$(find-pkg-share rosbridge_server)/launch/rosbridge_websocket_launch.xml">
21+
<arg name="respawn" value="$(var respawn_rosbridge)"/>
22+
</include>
23+
</group>
2224
</launch>

0 commit comments

Comments
 (0)