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.
feat: remove overlap with tier4_autoware_api_launch (autowarefoundati…
…on#589) * feat: remove overlap with tier4_autoware_api_launch Signed-off-by: Takagi, Isamu <[email protected]> * fix: merge Signed-off-by: Takagi, Isamu <[email protected]> * fix: merge Signed-off-by: Takagi, Isamu <[email protected]> * fix: merge Signed-off-by: Takagi, Isamu <[email protected]> * feat: move launch files Signed-off-by: Takagi, Isamu <[email protected]> Signed-off-by: Takagi, Isamu <[email protected]> Co-authored-by: Hiroki OTA <[email protected]>
- Loading branch information
1 parent
3ef3d29
commit 90f7743
Showing
5 changed files
with
8 additions
and
170 deletions.
There are no files selected for viewing
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,38 +1,9 @@ | ||
<launch> | ||
|
||
<arg name="respawn" default="true" /> | ||
<arg name="launch_default_ad_api" default="true"/> | ||
<arg name="max_message_size" default="1000000000" /> | ||
|
||
<!-- AD API --> | ||
<group if="$(var launch_default_ad_api)"> | ||
<include file="$(find-pkg-share default_ad_api)/launch/default_ad_api.launch.py"/> | ||
</group> | ||
|
||
<!-- awapi (deprecated) --> | ||
<group> | ||
<include file="$(find-pkg-share awapi_awiv_adapter)/launch/awapi_awiv_adapter.launch.xml"/> | ||
</group> | ||
|
||
<!-- autoware api adaptor --> | ||
<group> | ||
<push-ros-namespace namespace="autoware_api"/> | ||
<include file="$(find-pkg-share autoware_api_launch)/launch/include/external_api_adaptor.launch.py"/> | ||
<include file="$(find-pkg-share autoware_api_launch)/launch/include/internal_api_adaptor.launch.py"/> | ||
<include file="$(find-pkg-share autoware_api_launch)/launch/include/internal_api_relay.launch.xml"/> | ||
</group> | ||
|
||
<!-- autoware api utils --> | ||
<!-- forwarding options --> | ||
<arg name="launch_deprecated_api" default="true"/> | ||
<arg name="rosbridge_enabled" default="true"/> | ||
<arg name="rosbridge_max_message_size" default="1000000000"/> | ||
<group> | ||
<push-ros-namespace namespace="autoware_api/utils"/> | ||
<include file="$(find-pkg-share path_distance_calculator)/launch/path_distance_calculator.launch.xml"/> | ||
<include file="$(find-pkg-share tier4_autoware_api_launch)/launch/autoware_api.launch.xml"/> | ||
</group> | ||
|
||
<!-- rosbridge --> | ||
<!-- TODO: respawn will work once https://github.com/ros2/launch/pull/569 is released. I'll delete this comment when it's done. --> | ||
<include file="$(find-pkg-share rosbridge_server)/launch/rosbridge_websocket_launch.xml"> | ||
<arg name="respawn" value="$(var respawn)"/> | ||
<arg name="max_message_size" value="$(var max_message_size)"/> | ||
</include> | ||
|
||
</launch> |
60 changes: 0 additions & 60 deletions
60
autoware_api_launch/launch/include/external_api_adaptor.launch.py
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
autoware_api_launch/launch/include/internal_api_adaptor.launch.py
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
autoware_api_launch/launch/include/internal_api_relay.launch.xml
This file was deleted.
Oops, something went wrong.
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