|
Apollo
v5.5.0
Open source self driving car software
|
#include <string>#include "cyber/common/macros.h"#include "modules/perception/lib/registerer/registerer.h"#include "modules/perception/lidar/common/lidar_frame.h"

Go to the source code of this file.
Classes | |
| struct | apollo::perception::lidar::GroundDetectorInitOptions |
| struct | apollo::perception::lidar::GroundDetectorOptions |
| class | apollo::perception::lidar::BaseGroundDetector |
Namespaces | |
| apollo | |
| apollo::perception | |
| apollo::perception::lidar | |
Macros | |
| #define | PERCEPTION_REGISTER_GROUNDDETECTOR(name) PERCEPTION_REGISTER_CLASS(BaseGroundDetector, name) |
Functions | |
| apollo::perception::lidar::PERCEPTION_REGISTER_REGISTERER (BaseGroundDetector) | |
| #define PERCEPTION_REGISTER_GROUNDDETECTOR | ( | name | ) | PERCEPTION_REGISTER_CLASS(BaseGroundDetector, name) |
1.8.13