|
Apollo 11.0
自动驾驶开放平台
|
#include <radar_preprocessor.h>
Public 成员函数 | |
| RadarPreprocessor () | |
| virtual | ~RadarPreprocessor () |
| bool | Init (const PreprocessorInitOptions &options) override |
| Init RadarPreprocessor config | |
| bool | Preprocess (const std::shared_ptr< apollo::drivers::OculiiPointCloud const > &message, const PreprocessorOptions &options, RadarFrame *frame) override |
| Process radar point cloud. | |
| std::string | Name () const override |
| The name of the RadarPreprocessor | |
Public 成员函数 继承自 apollo::perception::radar4d::BasePreprocessor | |
| BasePreprocessor ()=default | |
| Construct a new Base Preprocessor object | |
| virtual | ~BasePreprocessor ()=default |
在文件 radar_preprocessor.h 第 29 行定义.
|
inline |
在文件 radar_preprocessor.h 第 31 行定义.
|
inlinevirtual |
在文件 radar_preprocessor.h 第 32 行定义.
|
overridevirtual |
Init RadarPreprocessor config
| options | init options |
实现了 apollo::perception::radar4d::BasePreprocessor.
在文件 radar_preprocessor.cc 第 33 行定义.
|
inlineoverridevirtual |
The name of the RadarPreprocessor
实现了 apollo::perception::radar4d::BasePreprocessor.
在文件 radar_preprocessor.h 第 62 行定义.
|
overridevirtual |
Process radar point cloud.
| message | raw data obtained from radar driver |
| options | preprocess options |
| frame | radar frame with preprocessed point cloud |
实现了 apollo::perception::radar4d::BasePreprocessor.
在文件 radar_preprocessor.cc 第 45 行定义.