|
Apollo 11.0
自动驾驶开放平台
|
#include <base_preprocessor.h>
Public 成员函数 | |
| BasePreprocessor ()=default | |
| Construct a new Base Preprocessor object | |
| virtual | ~BasePreprocessor ()=default |
| virtual bool | Init (const PreprocessorInitOptions &options)=0 |
| Init base preprocessor config | |
| virtual bool | Preprocess (const std::shared_ptr< apollo::drivers::OculiiPointCloud const > &message, const PreprocessorOptions &options, RadarFrame *frame)=0 |
| Process radar point cloud. | |
| virtual std::string | Name () const =0 |
| The name of the radar base Preprocessor | |
在文件 base_preprocessor.h 第 45 行定义.
|
default |
Construct a new Base Preprocessor object
|
virtualdefault |
|
pure virtual |
Init base preprocessor config
| options | init options |
|
pure virtual |
The name of the radar base Preprocessor
|
pure virtual |
Process radar point cloud.
| message | raw data obtained from radar driver |
| options | preprocess options |
| frame | radar frame with preprocessed point cloud |