Skip to content

Commit

Permalink
Merge pull request autowarefoundation#745 from tier4/sync-awf-autowar…
Browse files Browse the repository at this point in the history
…e-launch

chore: sync awf/autoware_launch
  • Loading branch information
tier4-autoware-public-bot[bot] authored Feb 3, 2023
2 parents 2e8ddda + 7b748bb commit 12ca9e3
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
<?xml version="1.0"?>
<launch>
<!-- Fork the repository and add the parameters here if needed. -->
<arg name="launch_deprecated_api" default="true"/>
<arg name="rosbridge_enabled" default="true"/>
<arg name="rosbridge_max_message_size" default="1000000000"/>
<group>
<include file="$(find-pkg-share tier4_autoware_api_launch)/launch/autoware_api.launch.xml"/>
</group>
<arg name="scenario_simulation" default="false"/>
<arg name="launch_deprecated_api" default="$(var scenario_simulation)"/>
<include file="$(find-pkg-share tier4_autoware_api_launch)/launch/autoware_api.launch.xml"/>
</launch>

0 comments on commit 12ca9e3

Please sign in to comment.