|
Apollo 10.0
自动驾驶开放平台
|
#include <convert.h>
Public 成员函数 | |
| Convert ()=default | |
| virtual | ~Convert ()=default |
| void | init (const Config &velodyne_config) |
| void | ConvertPacketsToPointcloud (const std::shared_ptr< VelodyneScan > &scan_msg, std::shared_ptr< PointCloud > point_cloud_out) |
| Callback for raw scan messages. | |
|
default |
|
virtualdefault |
| void apollo::drivers::velodyne::Convert::ConvertPacketsToPointcloud | ( | const std::shared_ptr< VelodyneScan > & | scan_msg, |
| std::shared_ptr< PointCloud > | point_cloud_out | ||
| ) |
Callback for raw scan messages.
在文件 convert.cc 第 39 行定义.
| void apollo::drivers::velodyne::Convert::init | ( | const Config & | velodyne_config | ) |
在文件 convert.cc 第 26 行定义.