Apollo  v5.5.0
Open source self driving car software
Public Attributes | List of all members
apollo::perception::base::HdmapStruct Struct Reference

#include <hdmap_struct.h>

Collaboration diagram for apollo::perception::base::HdmapStruct:
Collaboration graph

Public Attributes

std::vector< RoadBoundaryroad_boundary
 
std::vector< PointCloud< PointD > > road_polygons
 
std::vector< PointCloud< PointD > > hole_polygons
 
std::vector< PointCloud< PointD > > junction_polygons
 

Member Data Documentation

◆ hole_polygons

std::vector<PointCloud<PointD> > apollo::perception::base::HdmapStruct::hole_polygons

◆ junction_polygons

std::vector<PointCloud<PointD> > apollo::perception::base::HdmapStruct::junction_polygons

◆ road_boundary

std::vector<RoadBoundary> apollo::perception::base::HdmapStruct::road_boundary

◆ road_polygons

std::vector<PointCloud<PointD> > apollo::perception::base::HdmapStruct::road_polygons

The documentation for this struct was generated from the following file: