Created
June 29, 2021 19:45
-
-
Save RDaneelOlivav/a6817478fdcdd6b57ca45e9a9e78bb74 to your computer and use it in GitHub Desktop.
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
# params/lanelet2_map_publisher.param.yaml | |
--- | |
/**: | |
ros__parameters: | |
map_osm_file: "/home/ubuntu/dev_ws/src/simple_2.osm" | |
# The earth-map transform is given by the point cloud map, but when the osm file is projected | |
# into the map frame, they might not match exactly. These parameters allow specifying a small | |
# correction to the position of the map frame origin for the purpose of this projection. | |
# Added as part of issue #847. The values are in degrees. | |
origin_offset_lat: 0.0 #-5.239983224214484e-06 | |
origin_offset_lon: 0.0 #4.5845488187978845e-06 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment