Apollo 10.0
自动驾驶开放平台
|
This module consists of two parts, the first part is the LIDAR driver, which reads the LIDAR data and parses it when it starts. The second part is the LIDAR parser, which receives the raw radar data published by the driver and publishes the converted point cloud data.
apollo::drivers::lidar::LidarDriverComponent
Name | Type | Description |
---|---|---|
socket | scan raw packet buffer | raw packet |
Name | Type | Description |
---|---|---|
msg | apollo::drivers::velodyne::VelodyneScan | scan raw output |
msg | apollo::drivers::PointCloud | raw pointcloud |
msg | apollo::drivers::PointCloud | compensation pointcloud |
file path | type / struct | Description |
---|---|---|
modules/drivers/lidar/lidar_config.pb.txt | apollo::drivers::lidar::config | lidar config |
如果您在使用文档的过程中,遇到任何问题,请到我们在【开发者社区】建立的 反馈意见收集问答页面,反馈相关的问题。我们会根据反馈意见对文档进行迭代优化。