Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Barış Zeren <[email protected]>
  • Loading branch information
StepTurtle committed Jun 23, 2024
1 parent 4af8eb1 commit 11f47af
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion autoware_map_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ set(msg_files
"msg/AreaInfo.msg"
"msg/LaneletMapBin.msg"
"msg/LaneletMapMetaData.msg"
"msg/LaneletMapTileMetaDataWithID.msg"
"msg/LaneletMapTileMetaData.msg"
"msg/PointCloudMapCellWithID.msg"
"msg/PointCloudMapCellMetaData.msg"
Expand Down
2 changes: 1 addition & 1 deletion autoware_map_msgs/msg/LaneletMapMetaData.msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Header
std_msgs/Header header

LaneletMapTileMetaDataWithID[] metadata_list
LaneletMapTileMetaData[] metadata_list
1 change: 1 addition & 0 deletions autoware_map_msgs/msg/LaneletMapTileMetaData.msg
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Metadata of lanelet map tile

int32 tile_id
string mgrs_code
float64 origin_lat
float64 origin_lon
4 changes: 0 additions & 4 deletions autoware_map_msgs/msg/LaneletMapTileMetaDataWithID.msg

This file was deleted.

2 changes: 1 addition & 1 deletion autoware_map_msgs/srv/GetDifferentialLanelet2Map.srv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Osm file ids which are selected to be loaded
int32[] osm_file_ids
int32[] vector_map_file_ids

---
# Header
Expand Down

0 comments on commit 11f47af

Please sign in to comment.