Skip to content

Commit

Permalink
refactor(tier4_map_lcomponent): use map.launch.xml instead of map.lau…
Browse files Browse the repository at this point in the history
…nch.py (#826)

Signed-off-by: Yamato Ando <[email protected]>
  • Loading branch information
YamatoAndo authored Jan 30, 2024
1 parent 7cf64d8 commit 864b927
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<?xml version="1.0"?>
<launch>
<include file="$(find-pkg-share tier4_map_launch)/launch/map.launch.py">
<arg name="lanelet2_map_path" value="$(var map_path)/$(var lanelet2_map_file)"/>
<include file="$(find-pkg-share tier4_map_launch)/launch/map.launch.xml">
<arg name="pointcloud_map_path" value="$(var map_path)/$(var pointcloud_map_file)"/>
<arg name="pointcloud_map_metadata_path" value="$(var map_path)/pointcloud_map_metadata.yaml"/>
<arg name="lanelet2_map_path" value="$(var map_path)/$(var lanelet2_map_file)"/>
<arg name="map_projector_info_path" value="$(var map_path)/map_projector_info.yaml"/>

<arg name="pointcloud_map_loader_param_path" value="$(find-pkg-share autoware_launch)/config/map/pointcloud_map_loader.param.yaml"/>
<arg name="lanelet2_map_loader_param_path" value="$(find-pkg-share autoware_launch)/config/map/lanelet2_map_loader.param.yaml"/>
Expand Down

0 comments on commit 864b927

Please sign in to comment.