Skip to content

Commit

Permalink
fix: cherry-pick necessary changes from tier4/main
Browse files Browse the repository at this point in the history
Signed-off-by: Takayuki Murooka <[email protected]>
  • Loading branch information
takayuki5168 committed Apr 4, 2024
1 parent 2421ff7 commit 9c2a486
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<?xml version="1.0"?>
<launch>
<!-- Fork the repository and add the parameters here if needed. -->
<arg name="scenario_simulation" default="false"/>
<arg name="launch_deprecated_api" default="$(var scenario_simulation)"/>
<arg name="launch_deprecated_api" default="true"/>
<arg name="rosbridge_enabled" default="true"/>
<arg name="rosbridge_max_message_size" default="1000000000"/>
<include file="$(find-pkg-share tier4_autoware_api_launch)/launch/autoware_api.launch.xml"/>
</launch>

0 comments on commit 9c2a486

Please sign in to comment.