|
Apollo 10.0
自动驾驶开放平台
|
#include <hesai_component.h>
Public 成员函数 | |
| virtual | ~HesaiComponent2 () |
| bool | Init () override |
| void | ReadScanCallback (const std::shared_ptr< HesaiUdpFrame > &scan_message) override |
| void | SendPointCloud (const LidarDecodedFrame< LidarPointXYZIRT > &msg) |
| void | SendPacket (const UdpFrame_t &hesai_raw_msg, double) |
Public 成员函数 继承自 apollo::drivers::lidar::LidarComponentBase< HesaiUdpFrame > | |
| virtual | ~LidarComponentBase ()=default |
| bool | InitBase (const LidarConfigBase &lidar_config_base) override |
| bool | WriteScan (const std::shared_ptr< HesaiUdpFrame > &scan_message) |
| std::shared_ptr< PointCloud > | AllocatePointCloud () |
| bool | WritePointCloud (const std::shared_ptr< PointCloud > &point_cloud) |
Public 成员函数 继承自 apollo::drivers::lidar::LidarComponentBaseImpl< ScanType, ComponentType > | |
| virtual | ~LidarComponentBaseImpl ()=default |
| virtual void | ReadScanCallback (const std::shared_ptr< ScanType > &scan_message)=0 |
| std::shared_ptr< ScanType > | AcquireScanMessage () |
Public 成员函数 继承自 apollo::cyber::Component< M0, M1, M2, M3 > | |
| Component () | |
| ~Component () override | |
| bool | Initialize (const ComponentConfig &config) override |
| init the component by protobuf object. | |
| bool | Process (const std::shared_ptr< M0 > &msg0, const std::shared_ptr< M1 > &msg1, const std::shared_ptr< M2 > &msg2, const std::shared_ptr< M3 > &msg3) |
Public 成员函数 继承自 apollo::cyber::ComponentBase | |
| virtual | ~ComponentBase () |
| virtual bool | Initialize (const TimerComponentConfig &config) |
| virtual void | Shutdown () |
| template<typename T > | |
| bool | GetProtoConfig (T *config) const |
在文件 hesai_component.h 第 33 行定义.
|
inlinevirtual |
在文件 hesai_component.h 第 35 行定义.
|
overridevirtual |
实现了 apollo::drivers::lidar::LidarComponentBase< HesaiUdpFrame >.
在文件 hesai_component.cc 第 26 行定义.
|
overridevirtual |
实现了 apollo::drivers::lidar::LidarComponentBase< HesaiUdpFrame >.
在文件 hesai_component.cc 第 91 行定义.
| void apollo::drivers::lidar::HesaiComponent2::SendPacket | ( | const UdpFrame_t & | hesai_raw_msg, |
| double | |||
| ) |
在文件 hesai_component.cc 第 143 行定义.
| void apollo::drivers::lidar::HesaiComponent2::SendPointCloud | ( | const LidarDecodedFrame< LidarPointXYZIRT > & | msg | ) |
在文件 hesai_component.cc 第 104 行定义.