Skip to content

Commit

Permalink
Merge pull request #16 from Futu-reADS/dev/divided_map
Browse files Browse the repository at this point in the history
Made name of metadata change along with name of pointcloud map
  • Loading branch information
jemmmel authored Dec 20, 2024
2 parents 4a15c8d + 21b804b commit da013d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<launch>
<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="pointcloud_map_metadata_path" value="$(var map_path)/$(var pointcloud_map_file)_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"/>

Expand Down

0 comments on commit da013d6

Please sign in to comment.