Get desktop application:
View/edit binary Protocol Buffers messages
Used in:
描述最大压力信控的可行相位,由每个lane的灯控情况组成,lane与Junction.lane_ids一一对应 Describes the feasible phase for max pressure algorithm, consisting of the lighting control situation for each lane in the junction, nd the lane corresponds one-to-one with junction.lane_ids
Used in:
地图元信息 Map meta information
Used in:
地图名称 Map name
地图创建时间 Map creation time
最大纬度对应的y坐标 y coordinate corresponding to the maximum latitude
最小纬度对应的y坐标 y coordinate corresponding to the minimum latitude
最大经度对应的x坐标 x coordinate corresponding to the maximum longitude
最小经度对应的x坐标 x coordinate corresponding to the minimum longitude
PROJ.4 投影字符串,用以支持xy坐标到其他坐标系的转换 PROJ.4 projection string to support the conversion of xy coordinates to other coordinate systems
Junction,用于描述路口 Junction, describing road intersections
Used in:
路口id(从3_0000_0000开始) Junction id (starting from 3_0000_0000)
属于该路口Junction的所有车道/人行道等lane All driving/walking lanes belonging to this junction.
属于该路口Junction的所有行车车道组 All driving lane groups belonging to this junction
所有可用信号灯相位 All available phases for max pressure algorithm
默认固定相位信号灯 Default fixed phases traffic light
路口内部车道线 Junction internal road lines
路口道路边界 Junction road boundary
车道组,用于描述路口内的车道组合 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:
该车道组的入口道路 The entrance road to this lane group
该车道组的入口角度(弧度制) The entrance angle of this lane group (in radians)
该车道组的出口道路 The exit road for this lane group
该车道组的出口角度(弧度制) The exit angle of this lane group (in radians)
该车道组包含的车道 Lanes in the group
该车道组的转向属性 The turn type of this lane group
Lane,用于描述道路上的车道、人行道等 Lane, used to describe lanes, sidewalks, etc. on the road
Used in:
车道id(从0开始) lane id (starts from 0)
车道类型 lane type
车道转向 lane turn type
限速 (m/s) max speed (m/s)
中心线长度(单位:米) centerline length (in meters)
车道宽度(单位:米) lane width (in meters)
车道中心线(车辆/行车轨迹线) Lane center line (vehicle/driving line)
车道左边界线 Lane left boundary line
弃用 deprecated
车道右边界线 Lane right boundary line
弃用 deprecated
Lanes can drive / walk from 对于Junction内的车道至多1个前驱 For lanes within junction, there is at most 1 predecessor 对于LANE_TYPE_DRIVING,连接类型必为LANE_CONNECTION_TYPE_TAIL For LANE_TYPE_DRIVING, the connection type must be LANE_CONNECTION_TYPE_TAIL 对于LANE_TYPE_WALKING连接类型,两种都有可能 For LANE_TYPE_WALKING, both connection types are possible
Lanes can drive / walk to 对于Junction内的车道至多1个后继 For lanes within junction, there is at most 1 successor 对于LANE_TYPE_DRIVING,连接类型必为LANE_CONNECTION_TYPE_HEAD For LANE_TYPE_DRIVING, the connection type must be LANE_CONNECTION_TYPE_HEAD 对于LANE_TYPE_WALKING连接类型,两种都有可能 For LANE_TYPE_WALKING, both connection types are possible
左侧相邻车道(按从近到远排列) Adjacent lanes on the left (arranged from nearest to far)
右侧相邻车道(按从近到远排列) Adjacent lanes on the right (arranged from nearest to far)
所属的道路road id或路口junction id The road id or junction id it belongs to
车道之间的冲突点(仅在Junction内有效),保证按照self_s从小到大排序 Conflict points between lanes (valid only within Junction), guaranteed to be sorted from small to large according to self_s
车道中心线类型 Center line type
车道连接信息 Lane connection information
Used in:
所连接的车道Lane的ID ID of the connected lane
连接类型 Connection type
车道连接类型 Lane connection type
Used in:
未指定 unspecified
连接处为道路开头 The connection is at the lane head
连接处为道路结尾 The connection is at the lane tail
两个lane的冲突区域 Conflict area between two lanes
Used in:
冲突点在本车道上的坐标 Coordinates of the conflict point on this lane
冲突点在冲突车道上的坐标 Coordinates of the conflict point on the conflicted lane
本车道是否有优先通行权 Whether this lane has priority
车道转向 lane turn type
Used in: ,
未指定 unspecified
直行 go straight
左转 turn left
右转 turn right
掉头 turn around
车道类型 Lane type
Used in:
未指定 unspecified
行车 driving
步行 walking
交通灯的状态 traffic light state
Used in: ,
未指定 unspecified
红灯 red light
绿灯 green light
黄灯 yellow light
地图,对应一个地图pb文件或一个地图mongodb collection Map, corresponding to a map pb file or a map MongoDB collection
Used in:
下一条路的id ID of the next road
我们假定能去往对应道路的车道id范围是连续的,用[a,b]表示 We assume that the range of lane IDs of the next road is continuous, represented by [a, b]
Used in:
记录去往目标next_road的可行lane集合 set of feasible lanes for going to the next_road
交通灯相位 traffic light phase
Used in:
相位持续时间,单位秒 Phase duration in seconds
描述该相位下每个lane的灯控情况,lane与Junction.lane_ids一一对应 The lighting control situation of each lane in this phase, and the lane corresponds one-to-one with junction.lane_ids
折线,用于定义车道等的形状 Polyline, used to define the shape of lanes, etc.
Used in:
折线上的点 Points of the polyline
Road,用于描述道路 Road, describing roads
Used in:
道路id(从2_0000_0000开始) Road ID (starting from 2_0000_0000)
道路名字 road name
属于该道路Road的所有车道/人行道等lane All lanes/sidewalks belonging to the road lane_id是按从最左侧车道到最右侧车道(从前进方向来看)的顺序给出的 lane_ids are given in order from the leftmost lane to the rightmost lane (viewed from the forward direction)
对于包含动态车道的道路,需要通过这一项来指定所有的候选方案 For roads containing dynamic lanes, this is required to specify all candidates
车道线 road lines
车道边界 road edges
道路连接 road connections
RoadConnection,用于描述道路之间的连接(平行对向道路) RoadConnection, used to describe the connection between roads
Used in:
车道线类型 Road line type
车道线上的点 Points on the road line
连接的道路id ID of the connected road
RoadEdge,用于描述道路边界 RoadEdge, used to describe road boundaries
Used in: ,
车道边界类型 Road edge type
车道边界线上的点 Points on the road edge line
车道边界类型 参考https://github.com/waymo-research/waymo-open-dataset
Used in:
车道线 road line
Used in: ,
车道线类型 Road line type
车道线上的点 Points on the road line
车道线类型 参考https://github.com/waymo-research/waymo-open-dataset
Used in: ,
交通灯 traffic light
Used in:
所在路口id ID of the junction where the traffic light is at
相位循环的一个循环周期 One cycle of phase cycling