Apollo 10.0
自动驾驶开放平台
apollo::routing::Graph结构体 参考
apollo::routing::Graph 的协作图:

Public 属性

optional string hdmap_version = 1
 
optional string hdmap_district = 2
 
repeated Node node = 3
 
repeated Edge edge = 4
 

详细描述

在文件 topo_graph.proto40 行定义.

类成员变量说明

◆ edge

repeated Edge apollo::routing::Graph::edge = 4

在文件 topo_graph.proto44 行定义.

◆ hdmap_district

optional string apollo::routing::Graph::hdmap_district = 2

在文件 topo_graph.proto42 行定义.

◆ hdmap_version

optional string apollo::routing::Graph::hdmap_version = 1

在文件 topo_graph.proto41 行定义.

◆ node

repeated Node apollo::routing::Graph::node = 3

在文件 topo_graph.proto43 行定义.


该结构体的文档由以下文件生成: