Skip to content

Commit

Permalink
remove unnecessary subline info in AOI
Browse files Browse the repository at this point in the history
  • Loading branch information
chenchenplus committed Nov 12, 2024
1 parent ad05548 commit e974e63
Show file tree
Hide file tree
Showing 38 changed files with 454 additions and 1,359 deletions.
13 changes: 0 additions & 13 deletions city/map/v2/map.proto
Original file line number Diff line number Diff line change
Expand Up @@ -401,13 +401,6 @@ message PublicTransportSubline {
repeated HeuristicTAZCost taz_costs = 8;
}

// 描述公交线和lane的配对关系
// corresponding relations between sublines and driving lanes
message SublineDrivingLanePair {
int32 subline_id = 1;
int32 driving_lane_id = 2;
}

// Aoi,用于描述地图上的区域
// Aoi, describing a region on the map
message Aoi {
Expand Down Expand Up @@ -457,12 +450,6 @@ message Aoi {
// Aoi包含的Poi
// Pois contained in Aoi
repeated int32 poi_ids = 9;
// Aoi所在的所有公共交通线路ID
// Subline IDs contained this Aoi
repeated int32 subline_ids = 13;
// subline id对应连接的lane id
// The lane id connecting to the subline id
repeated SublineDrivingLanePair subline_driving_lane_pairs = 14;
}

// Poi,用于描述地图上的兴趣点
Expand Down
452 changes: 62 additions & 390 deletions cpp/city/map/v2/map.pb.cc

Large diffs are not rendered by default.

Loading

0 comments on commit e974e63

Please sign in to comment.