Apollo  6.0
Open source self driving car software
Classes | Namespaces | Macros | Functions
base_radar_obstacle_perception.h File Reference
#include <string>
#include <vector>
#include "modules/perception/radar/lib/interface/base_detector.h"
#include "modules/perception/radar/lib/interface/base_preprocessor.h"
#include "modules/perception/radar/lib/interface/base_roi_filter.h"
#include "modules/perception/radar/lib/interface/base_tracker.h"
Include dependency graph for base_radar_obstacle_perception.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  apollo::perception::radar::RadarPerceptionOptions
 
class  apollo::perception::radar::BaseRadarObstaclePerception
 

Namespaces

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

Macros

#define PERCEPTION_REGISTER_RADAR_OBSTACLE_PERCEPTION(name)   PERCEPTION_REGISTER_CLASS(BaseRadarObstaclePerception, name)
 

Functions

 apollo::perception::radar::PERCEPTION_REGISTER_REGISTERER (BaseRadarObstaclePerception)
 

Macro Definition Documentation

◆ PERCEPTION_REGISTER_RADAR_OBSTACLE_PERCEPTION

#define PERCEPTION_REGISTER_RADAR_OBSTACLE_PERCEPTION (   name)    PERCEPTION_REGISTER_CLASS(BaseRadarObstaclePerception, name)