Apollo 10.0
自动驾驶开放平台
|
Public 类型 | |
enum | DirectionType { FORWARD = 0 , LEFT = 1 , RIGHT = 2 } |
Public 属性 | |
optional string | from_lane_id = 1 |
optional string | to_lane_id = 2 |
optional double | cost = 3 |
optional DirectionType | direction_type = 4 |
在文件 topo_graph.proto 第 27 行定义.
枚举值 | |
---|---|
FORWARD | |
LEFT | |
RIGHT |
在文件 topo_graph.proto 第 28 行定义.
optional double apollo::routing::Edge::cost = 3 |
在文件 topo_graph.proto 第 36 行定义.
optional DirectionType apollo::routing::Edge::direction_type = 4 |
在文件 topo_graph.proto 第 37 行定义.
optional string apollo::routing::Edge::from_lane_id = 1 |
在文件 topo_graph.proto 第 34 行定义.
optional string apollo::routing::Edge::to_lane_id = 2 |
在文件 topo_graph.proto 第 35 行定义.