|
Apollo
v5.5.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 | |
| 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) |
1.8.13