Apollo 11.0
自动驾驶开放平台
apollo::hdmap::adapter::RoadInternal结构体 参考

#include <common_define.h>

apollo::hdmap::adapter::RoadInternal 的协作图:

Public 成员函数

 RoadInternal ()
 

Public 属性

std::string id
 
PbRoad road
 
bool in_junction
 
std::string junction_id
 
std::string type
 
std::vector< RoadSectionInternalsections
 
std::vector< TrafficLightInternaltraffic_lights
 
std::vector< StopSignInternalstop_signs
 
std::vector< YieldSignInternalyield_signs
 
std::vector< PbCrosswalkcrosswalks
 
std::vector< PbClearAreaclear_areas
 
std::vector< PbSpeedBumpspeed_bumps
 
std::vector< StopLineInternalstop_lines
 
std::vector< PbParkingSpaceparking_spaces
 
std::vector< PbPNCJunctionpnc_junctions
 

详细描述

在文件 common_define.h126 行定义.

构造及析构函数说明

◆ RoadInternal()

apollo::hdmap::adapter::RoadInternal::RoadInternal ( )
inline

类成员变量说明

◆ clear_areas

std::vector<PbClearArea> apollo::hdmap::adapter::RoadInternal::clear_areas

在文件 common_define.h142 行定义.

◆ crosswalks

std::vector<PbCrosswalk> apollo::hdmap::adapter::RoadInternal::crosswalks

在文件 common_define.h141 行定义.

◆ id

std::string apollo::hdmap::adapter::RoadInternal::id

在文件 common_define.h127 行定义.

◆ in_junction

bool apollo::hdmap::adapter::RoadInternal::in_junction

在文件 common_define.h130 行定义.

◆ junction_id

std::string apollo::hdmap::adapter::RoadInternal::junction_id

在文件 common_define.h131 行定义.

◆ parking_spaces

std::vector<PbParkingSpace> apollo::hdmap::adapter::RoadInternal::parking_spaces

在文件 common_define.h145 行定义.

◆ pnc_junctions

std::vector<PbPNCJunction> apollo::hdmap::adapter::RoadInternal::pnc_junctions

在文件 common_define.h146 行定义.

◆ road

PbRoad apollo::hdmap::adapter::RoadInternal::road

在文件 common_define.h128 行定义.

◆ sections

std::vector<RoadSectionInternal> apollo::hdmap::adapter::RoadInternal::sections

在文件 common_define.h135 行定义.

◆ speed_bumps

std::vector<PbSpeedBump> apollo::hdmap::adapter::RoadInternal::speed_bumps

在文件 common_define.h143 行定义.

◆ stop_lines

std::vector<StopLineInternal> apollo::hdmap::adapter::RoadInternal::stop_lines

在文件 common_define.h144 行定义.

◆ stop_signs

std::vector<StopSignInternal> apollo::hdmap::adapter::RoadInternal::stop_signs

在文件 common_define.h139 行定义.

◆ traffic_lights

std::vector<TrafficLightInternal> apollo::hdmap::adapter::RoadInternal::traffic_lights

在文件 common_define.h137 行定义.

◆ type

std::string apollo::hdmap::adapter::RoadInternal::type

在文件 common_define.h133 行定义.

◆ yield_signs

std::vector<YieldSignInternal> apollo::hdmap::adapter::RoadInternal::yield_signs

在文件 common_define.h140 行定义.


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