Skip to content

Commit

Permalink
chore: change tile_id with cell_id
Browse files Browse the repository at this point in the history
Signed-off-by: Barış Zeren <[email protected]>
  • Loading branch information
StepTurtle committed Jul 4, 2024
1 parent 0771393 commit 6af0340
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoware_map_msgs/msg/LaneletMapTileMetaData.msg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Metadata of lanelet map tile
# Metadata of lanelet map cell

int32 tile_id
int32 cell_id
float64 min_x
float64 max_x
float64 min_y
Expand Down

0 comments on commit 6af0340

Please sign in to comment.