package map

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message AvailablePhase

light.proto:36

Used in: Junction

enum CenterLineType

map.proto:125

Used in: Lane

地图元信息 Map meta information

Used in: Map

message Junction

map.proto:341

Junction,用于描述路口 Junction, describing road intersections

Used in: Map

message JunctionLaneGroup

map.proto:318

车道组,用于描述路口内的车道组合 Lane group, describing the combination of lanes within an intersection 具有相同入口道路和出口道路的车道组成一个车道组 Lanes with the same entrance and exit roads form a lane group 车道组是信控处理、路口通行的基本单元 Lane group is the basic unit for signal control and traffic in the junction.

Used in: Junction

message Lane

map.proto:134

Lane,用于描述道路上的车道、人行道等 Lane, used to describe lanes, sidewalks, etc. on the road

Used in: Map

message LaneConnection

map.proto:116

车道连接信息 Lane connection information

Used in: Lane

enum LaneConnectionType

map.proto:102

车道连接类型 Lane connection type

Used in: LaneConnection

message LaneOverlap

map.proto:88

两个lane的冲突区域 Conflict area between two lanes

Used in: Lane

enum LaneTurn

map.proto:68

车道转向 lane turn type

Used in: JunctionLaneGroup, Lane

enum LaneType

map.proto:54

车道类型 Lane type

Used in: Lane

enum LightState

light.proto:10

交通灯的状态 traffic light state

Used in: AvailablePhase, Phase

message Map

map.proto:367

地图,对应一个地图pb文件或一个地图mongodb collection Map, corresponding to a map pb file or a map MongoDB collection

message NextRoadLane

map.proto:207

Used in: NextRoadLanePlan

message NextRoadLanePlan

map.proto:218

Used in: Road

message Phase

light.proto:27

交通灯相位 traffic light phase

Used in: TrafficLight

message Polyline

map.proto:13

折线,用于定义车道等的形状 Polyline, used to define the shape of lanes, etc.

Used in: Lane

message Road

map.proto:284

Road,用于描述道路 Road, describing roads

Used in: Map

message RoadConnection

map.proto:251

RoadConnection,用于描述道路之间的连接(平行对向道路) RoadConnection, used to describe the connection between roads

Used in: Road

message RoadEdge

map.proto:273

RoadEdge,用于描述道路边界 RoadEdge, used to describe road boundaries

Used in: Junction, Road

enum RoadEdgeType

map.proto:265

车道边界类型 参考https://github.com/waymo-research/waymo-open-dataset

Used in: RoadEdge

message RoadLine

map.proto:240

车道线 road line

Used in: Junction, Road

enum RoadLineType

map.proto:226

车道线类型 参考https://github.com/waymo-research/waymo-open-dataset

Used in: RoadConnection, RoadLine

message TrafficLight

light.proto:46

交通灯 traffic light

Used in: Junction