Skip to content

Commit

Permalink
refactor(map_projection_loader): rework parameters (#839)
Browse files Browse the repository at this point in the history
* Added launch argument map_projection_loader_param_path to tier4_map_component.launch.xml
Copied map_projection_loader.launch.xml from universe

Signed-off-by: TaikiYamada4 <[email protected]>

* style(pre-commit): autofix

---------

Signed-off-by: TaikiYamada4 <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
TaikiYamada4 and pre-commit-ci[bot] authored Feb 1, 2024
1 parent b7880fe commit ea4f3b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions autoware_launch/config/map/map_projection_loader.param.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/**:
ros__parameters:
map_projector_info_path: $(var map_projector_info_path)
lanelet2_map_path: $(var lanelet2_map_path)
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@

<arg name="pointcloud_map_loader_param_path" value="$(find-pkg-share autoware_launch)/config/map/pointcloud_map_loader.param.yaml"/>
<arg name="lanelet2_map_loader_param_path" value="$(find-pkg-share autoware_launch)/config/map/lanelet2_map_loader.param.yaml"/>
<arg name="map_projection_loader_param_path" value="$(find-pkg-share autoware_launch)/config/map/map_projection_loader.param.yaml"/>
</include>
</launch>

0 comments on commit ea4f3b8

Please sign in to comment.