We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6873d1 commit b1242b2Copy full SHA for b1242b2
autoware_map_msgs/msg/LaneletMapTileMetaData.msg
@@ -1,6 +1,7 @@
1
# Metadata of lanelet map tile
2
3
int32 tile_id
4
-string mgrs_code
5
-float64 origin_lat
6
-float64 origin_lon
+float64 min_x
+float64 max_x
+float64 min_y
7
+float64 max_y
0 commit comments