Skip to content

Commit bca7481

Browse files
committed
update parameters
Signed-off-by: Ryohsuke Mitsudome <ryohsuke.mitsudome@tier4.jp>
1 parent 59594d2 commit bca7481

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

map/autoware_core_map/config/lanelet2_map_loader.param.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
center_line_resolution: 5.0 # [m]
55
use_waypoints: true # "centerline" in the Lanelet2 map will be used as a "waypoints" tag.
66
lanelet2_map_path: $(var lanelet2_map_path) # The lanelet2 map path
7+
enable_selected_map_loading: true # expose service/get_selected_lanelet2_map and publish cell metadata
8+
metadata_file_path: $(var metadata_file_path) # path to lanelet2_map_metadata.yaml; if empty or missing, bboxes are computed from map points

map/autoware_map_loader/config/lanelet2_map_loader.param.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
center_line_resolution: 5.0 # [m]
55
use_waypoints: true # "centerline" in the Lanelet2 map will be used as a "waypoints" tag.
66
lanelet2_map_path: $(var lanelet2_map_path) # Path to a lanelet2 .osm map file, or a directory containing .osm files
7-
enable_selected_map_loading: false # expose service/get_selected_lanelet2_map and publish cell metadata
7+
enable_selected_map_loading: true # expose service/get_selected_lanelet2_map and publish cell metadata
88
metadata_file_path: $(var metadata_file_path) # path to lanelet2_map_metadata.yaml; if empty or missing, bboxes are computed from map points

0 commit comments

Comments
 (0)