-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add lanelet2 map config (#169)
* add_lanelet2_map_config to autoware_launch config Signed-off-by: melike <melike.153t@gmail.com> * set projector type as default Signed-off-by: meliketanrikulu <melike@leodrive.ai> --------- Signed-off-by: melike <melike.153t@gmail.com> Signed-off-by: meliketanrikulu <melike@leodrive.ai>
- Loading branch information
1 parent
f164e64
commit 1a52b77
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters