Skip to content

Commit da88f96

Browse files
committed
chore: unify with point cloud
Signed-off-by: Barış Zeren <[email protected]>
1 parent 9218f34 commit da88f96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autoware_map_msgs/msg/LaneletMapCellMetaData.msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Metadata of lanelet map cell
22

3-
int32 cell_id
3+
string cell_id
44
float64 min_x
55
float64 max_x
66
float64 min_y

autoware_map_msgs/srv/GetSelectedLanelet2Map.srv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Osm file ids which are selected to be loaded
2-
int32[] vector_map_file_ids
2+
string[] cell_ids
33

44
---
55
# Header

0 commit comments

Comments
 (0)