Skip to content

Commit 6e6cfdb

Browse files
committed
Revert "fix(api): disable rosbridge to fix duplicated node (#497)"
This reverts commit 1b04604.
1 parent 595d630 commit 6e6cfdb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

autoware_launch/launch/components/tier4_autoware_api_component.launch.xml

+2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
<launch>
33
<!-- Fork the repository and add the parameters here if needed. -->
44
<arg name="launch_deprecated_api" default="true"/>
5+
<arg name="rosbridge_enabled" default="true"/>
6+
<arg name="rosbridge_max_message_size" default="1000000000"/>
57
<include file="$(find-pkg-share tier4_autoware_api_launch)/launch/autoware_api.launch.xml"/>
68
</launch>

0 commit comments

Comments
 (0)