Skip to content

Commit

Permalink
feat(map_loader, route_handler)!: add format_version validation (#993)
Browse files Browse the repository at this point in the history
feat(map_loader): add format_version validation

Signed-off-by: Mamoru Sobue <[email protected]>
  • Loading branch information
soblin authored Jul 9, 2024
1 parent 457bf8d commit 2a965cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoware_launch/config/map/lanelet2_map_loader.param.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**:
ros__parameters:
allow_unsupported_version: true # flag to load unsupported format_version anyway. If true, just prints warning.
center_line_resolution: 5.0 # [m]
use_waypoints: true # "centerline" in the Lanelet2 map will be used as a "waypoints" tag.
lanelet2_map_path: $(var lanelet2_map_path) # The lanelet2 map path

0 comments on commit 2a965cd

Please sign in to comment.