Skip to content

Commit 668c9b0

Browse files
chore(map): rework parameters of map (#843)
* Added reference to launch parameters to yaml files of map/ Signed-off-by: anhnv3991 <anh.nguyen.2@tier4.jp> * style(pre-commit): autofix --------- Signed-off-by: anhnv3991 <anh.nguyen.2@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b191415 commit 668c9b0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/**:
22
ros__parameters:
33
center_line_resolution: 5.0 # [m]
4+
lanelet2_map_path: $(var lanelet2_map_path) # The lanelet2 map path

autoware_launch/config/map/pointcloud_map_loader.param.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77

88
# only used when downsample_whole_load enabled
99
leaf_size: 3.0 # downsample leaf size [m]
10+
pcd_paths_or_directory: [$(var pointcloud_map_path)] # Path to the pointcloud map file or directory
11+
pcd_metadata_path: $(var pointcloud_map_metadata_path) # Path to pointcloud metadata file

0 commit comments

Comments
 (0)