We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef184c4 commit cc2dbd7Copy full SHA for cc2dbd7
autoware_launch/launch/components/tier4_autoware_api_component.launch.xml
@@ -1,7 +1,8 @@
1
<?xml version="1.0"?>
2
<launch>
3
<!-- Fork the repository and add the parameters here if needed. -->
4
- <arg name="scenario_simulation" default="false"/>
5
- <arg name="launch_deprecated_api" default="$(var scenario_simulation)"/>
+ <arg name="launch_deprecated_api" default="true"/>
+ <arg name="rosbridge_enabled" default="true"/>
6
+ <arg name="rosbridge_max_message_size" default="1000000000"/>
7
<include file="$(find-pkg-share tier4_autoware_api_launch)/launch/autoware_api.launch.xml"/>
8
</launch>
0 commit comments