Apollo
6.0
Open source self driving car software
|
#include <string>
#include <memory>
#include "cyber/common/macros.h"
#include "modules/perception/lib/registerer/registerer.h"
#include "modules/drivers/proto/pointcloud.pb.h"
#include "modules/perception/lidar/common/lidar_frame.h"
Go to the source code of this file.
Classes | |
struct | apollo::perception::lidar::PointCloudPreprocessorInitOptions |
struct | apollo::perception::lidar::PointCloudPreprocessorOptions |
class | apollo::perception::lidar::BasePointCloudPreprocessor |
Namespaces | |
apollo | |
PlanningContext is the runtime context in planning. It is persistent across multiple frames. | |
apollo::perception | |
apollo::perception | |
apollo::perception::lidar | |
Macros | |
#define | PERCEPTION_REGISTER_POINTCLOUDPREPROCESSOR(name) PERCEPTION_REGISTER_CLASS(BasePointCloudPreprocessor, name) |
Functions | |
apollo::perception::lidar::PERCEPTION_REGISTER_REGISTERER (BasePointCloudPreprocessor) | |
#define PERCEPTION_REGISTER_POINTCLOUDPREPROCESSOR | ( | name | ) | PERCEPTION_REGISTER_CLASS(BasePointCloudPreprocessor, name) |