Apollo
6.0
Open source self driving car software
|
#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"
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) | |
#define PERCEPTION_REGISTER_RADAR_OBSTACLE_PERCEPTION | ( | name | ) | PERCEPTION_REGISTER_CLASS(BaseRadarObstaclePerception, name) |