forked from autowarefoundation/autoware_launch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request autowarefoundation#745 from tier4/sync-awf-autowar…
…e-launch chore: sync awf/autoware_launch
- Loading branch information
Showing
1 changed file
with
3 additions
and
6 deletions.
There are no files selected for viewing
9 changes: 3 additions & 6 deletions
9
autoware_launch/launch/components/tier4_autoware_api_component.launch.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |