|
Apollo 10.0
自动驾驶开放平台
|
#include <rslidar_component.h>
Public 成员函数 | |
| bool | Init () override |
| void | ReadScanCallback (const std::shared_ptr< robosense::RobosenseScanPacket > &scan_message) override |
| void | RsPacketCallback (const ::robosense::lidar::Packet &lidar_packet) |
| std::shared_ptr< PointCloudMsg > | RsCloudAllocateCallback () |
| void | RsCloudPutCallback (std::shared_ptr< PointCloudMsg > rs_cloud) |
| void | PreparePointsMsg (PointCloud &msg) |
| void | ProcessCloud () |
Public 成员函数 继承自 apollo::drivers::lidar::LidarComponentBase< robosense::RobosenseScanPacket > | |
| virtual | ~LidarComponentBase ()=default |
| bool | InitBase (const LidarConfigBase &lidar_config_base) override |
| bool | WriteScan (const std::shared_ptr< robosense::RobosenseScanPacket > &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 |
在文件 rslidar_component.h 第 41 行定义.
|
overridevirtual |
| void apollo::drivers::lidar::RslidarComponent::PreparePointsMsg | ( | PointCloud & | msg | ) |
| void apollo::drivers::lidar::RslidarComponent::ProcessCloud | ( | ) |
|
overridevirtual |
| std::shared_ptr< PointCloudMsg > apollo::drivers::lidar::RslidarComponent::RsCloudAllocateCallback | ( | ) |
| void apollo::drivers::lidar::RslidarComponent::RsCloudPutCallback | ( | std::shared_ptr< PointCloudMsg > | rs_cloud | ) |
| void apollo::drivers::lidar::RslidarComponent::RsPacketCallback | ( | const ::robosense::lidar::Packet & | lidar_packet | ) |