Apollo  6.0
Open source self driving car software
Classes | Namespaces | Typedefs
hdmap_struct.h File Reference
#include <memory>
#include <vector>
#include "modules/common/util/eigen_defs.h"
#include "modules/perception/base/point_cloud.h"
Include dependency graph for hdmap_struct.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  apollo::perception::base::RoadBoundary
 
struct  apollo::perception::base::LaneBoundary
 
struct  apollo::perception::base::HdmapStruct
 

Namespaces

 apollo
 PlanningContext is the runtime context in planning. It is persistent across multiple frames.
 
 apollo::perception
 apollo::perception
 
 apollo::perception::base
 

Typedefs

using apollo::perception::base::HdmapStructPtr = std::shared_ptr< HdmapStruct >
 
using apollo::perception::base::HdmapStructConstPtr = std::shared_ptr< const HdmapStruct >