Apollo 10.0
自动驾驶开放平台
|
Public 属性 | |
optional string | lane_id = 1 |
optional double | length = 2 |
repeated CurveRange | left_out = 3 |
repeated CurveRange | right_out = 4 |
optional double | cost = 5 |
optional apollo::hdmap::Curve | central_curve = 6 |
optional bool | is_virtual = 7 [default = true] |
optional string | road_id = 8 |
在文件 topo_graph.proto 第 16 行定义.
optional apollo::hdmap::Curve apollo::routing::Node::central_curve = 6 |
在文件 topo_graph.proto 第 22 行定义.
optional double apollo::routing::Node::cost = 5 |
在文件 topo_graph.proto 第 21 行定义.
optional bool apollo::routing::Node::is_virtual = 7 [default = true] |
在文件 topo_graph.proto 第 23 行定义.
optional string apollo::routing::Node::lane_id = 1 |
在文件 topo_graph.proto 第 17 行定义.
repeated CurveRange apollo::routing::Node::left_out = 3 |
在文件 topo_graph.proto 第 19 行定义.
optional double apollo::routing::Node::length = 2 |
在文件 topo_graph.proto 第 18 行定义.
repeated CurveRange apollo::routing::Node::right_out = 4 |
在文件 topo_graph.proto 第 20 行定义.
optional string apollo::routing::Node::road_id = 8 |
在文件 topo_graph.proto 第 24 行定义.