Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Barış Zeren <[email protected]>
  • Loading branch information
StepTurtle committed Jun 6, 2024
1 parent b2e7d87 commit dceb6cb
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
<?xml version="1.0"?>
<launch>
<arg name="enable_differential_map_loading" default="false"/>

<include file="$(find-pkg-share tier4_map_launch)/launch/map.launch.xml">
<arg name="enable_differential_map_loading" default="false"/>
<arg name="enable_differential_map_loading" value="$(var enable_differential_map_loading)"/>

<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"/>
Expand All @@ -11,7 +13,7 @@

<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"/>
<arg name="dynamic_lanelet_provider_param_path" value="$(find-pkg-share autoware_launch)/config/dynamic_lanelet_provider.param.yaml"/>
<arg name="dynamic_lanelet_provider_param_path" value="$(find-pkg-share autoware_launch)/config/map/dynamic_lanelet_provider.param.yaml"/>
<arg name="map_tf_generator_param_path" value="$(find-pkg-share autoware_launch)/config/map/map_tf_generator.param.yaml"/>
<arg name="map_projection_loader_param_path" value="$(find-pkg-share autoware_launch)/config/map/map_projection_loader.param.yaml"/>
</include>
Expand Down

0 comments on commit dceb6cb

Please sign in to comment.