Apollo 10.0
自动驾驶开放平台
|
#include <vanjeelidar_component.h>
Public 成员函数 | |
bool | Init () override |
void | ReadScanCallback (const std::shared_ptr< vanjee::VanjeeScanPacket > &scan_message) override |
void | VanjeePacketCallback (const ::vanjee::lidar::Packet &lidar_packet) |
std::shared_ptr< PointCloudMsg > | VanjeeCloudAllocateCallback () |
void | VanjeeCloudPutCallback (std::shared_ptr< PointCloudMsg > vanjee_cloud) |
void | PreparePointsMsg (PointCloud &msg) |
void | ProcessCloud () |
![]() | |
virtual | ~LidarComponentBase ()=default |
bool | InitBase (const LidarConfigBase &lidar_config_base) override |
bool | WriteScan (const std::shared_ptr< vanjee::VanjeeScanPacket > &scan_message) |
std::shared_ptr< PointCloud > | AllocatePointCloud () |
bool | WritePointCloud (const std::shared_ptr< PointCloud > &point_cloud) |
![]() | |
virtual | ~LidarComponentBaseImpl ()=default |
virtual void | ReadScanCallback (const std::shared_ptr< ScanType > &scan_message)=0 |
std::shared_ptr< ScanType > | AcquireScanMessage () |
![]() | |
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) |
![]() | |
virtual | ~ComponentBase () |
virtual bool | Initialize (const TimerComponentConfig &config) |
virtual void | Shutdown () |
template<typename T > | |
bool | GetProtoConfig (T *config) const |
在文件 vanjeelidar_component.h 第 41 行定义.
|
overridevirtual |
void apollo::drivers::lidar::VanjeelidarComponent::PreparePointsMsg | ( | PointCloud & | msg | ) |
void apollo::drivers::lidar::VanjeelidarComponent::ProcessCloud | ( | ) |
|
overridevirtual |
std::shared_ptr< PointCloudMsg > apollo::drivers::lidar::VanjeelidarComponent::VanjeeCloudAllocateCallback | ( | ) |
void apollo::drivers::lidar::VanjeelidarComponent::VanjeeCloudPutCallback | ( | std::shared_ptr< PointCloudMsg > | vanjee_cloud | ) |
void apollo::drivers::lidar::VanjeelidarComponent::VanjeePacketCallback | ( | const ::vanjee::lidar::Packet & | lidar_packet | ) |