Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
input pointcloud_map_path to map_hash_generator (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
Taichi Higashide authored Dec 2, 2021
1 parent 0efb63d commit becf3ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions map_launch/launch/map.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def generate_launch_description():
parameters=[
{
"lanelet2_map_path": LaunchConfiguration("lanelet2_map_path"),
"pointcloud_map_path": LaunchConfiguration("pointcloud_map_path"),
}
],
)
Expand Down

0 comments on commit becf3ff

Please sign in to comment.