Skip to content

Commit

Permalink
chore: add lanelet2 map config (#169)
Browse files Browse the repository at this point in the history
* add_lanelet2_map_config to autoware_launch config

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

* set projector type as default

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

---------

Signed-off-by: melike <[email protected]>
Signed-off-by: meliketanrikulu <[email protected]>
  • Loading branch information
meliketanrikulu authored Feb 13, 2023
1 parent f164e64 commit 1a52b77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions autoware_launch/config/map/lanelet2_map_loader.param.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/**:
ros__parameters:
lanelet2_map_projector_type: MGRS # Options: MGRS, UTM
latitude: 40.81187906 # Latitude of map_origin, using in UTM
longitude: 29.35810110 # Longitude of map_origin, using in UTM

center_line_resolution: 5.0 # [m]
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
<arg name="pointcloud_map_path" value="$(var pointcloud_map_path)"/>

<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"/>
</include>
</launch>

0 comments on commit 1a52b77

Please sign in to comment.