Apollo 10.0
自动驾驶开放平台
|
The point cloud preprocessing module preprocesses the point cloud data output by the driver. Deleting nan value points, points that are too far away, points scanned onto the self vehicle, and point that are too high.
apollo::perception::lidar::PointCloudPreprocessComponent
Name | Type | Description | Input channal |
---|---|---|---|
msg | apollo::drivers::PointCloud | point cloud message | /apollo/sensor/velodyne64/compensator/PointCloud2 |
Point cloud data from driver: If there is one lidar, output point cloud after motion compensation. If there are multiple lidars, concatenate the point clouds into one frame after motion compensation. The default trigger channel is /apollo/sensor/velodyne64/compensator/PointCloud2
. The detailed input channel information is in modules/perception/pointcloud_preprocess/dag/pointcloud_preprocess.dag
file.
Name | Type | Description | Output channal |
---|---|---|---|
frame | apollo::perception::onboard::LidarFrameMessage | lidar frame message | /perception/lidar/pointcloud_preprocess |
>Note: The output channel is structure type data. The message is defined in the modules/perception/common/onboard/inner_component_messages/lidar_inner_component_messages.h
file. The output channel message data can be subscribed by components in the same process. The detailed output channel information is in modules/perception/pointcloud_preprocess/conf/pointcloud_preprocess_config.pb.txt
file.
modules/perception/data/params
, corresponding frame_id and sensor_name, launch transformmodules/perception/pointcloud_preprocess/dag/pointcloud_preprocess.dag
here/apollo/perception/obstacles
, this can be used for individual debugging. Modify relevant channel configurations in modules/perception/data/flag/perception_common.flag
modules/perception/pointcloud_preprocess/conf/pointcloud_preprocess_config.pb.txt
如果您在使用文档的过程中,遇到任何问题,请到我们在【开发者社区】建立的 反馈意见收集问答页面,反馈相关的问题。我们会根据反馈意见对文档进行迭代优化。