Apollo 10.0
自动驾驶开放平台
|
Point cloud ground detection, detecting ground point, and saving indices of all non ground points.
apollo::perception::lidar::PointCloudGroundDetectComponent
Name | Type | Description | Input channal |
---|---|---|---|
frame | apollo::perception::onboard::LidarFrameMessage | lidar frame message | /perception/lidar/pointcloud_map_based_roi |
>Note: The input channel is structure type data. The default trigger channel is /perception/lidar/pointcloud_map_based_roi
. The detailed input channel information is in modules/perception/pointcloud_ground_detection/dag/pointcloud_ground_detection.dag
file. By default, the upstream components of the messages received by the component include pointcloud_map_based_roi
.
Name | Type | Description | Output channal |
---|---|---|---|
frame | apollo::perception::onboard::LidarFrameMessage | lidar frame message | /perception/lidar/pointcloud_ground_detection |
>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_ground_detection/conf/pointcloud_ground_detection_config.pb.txt
file.
modules/perception/pointcloud_ground_detection/dag/pointcloud_ground_detection.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_ground_detection/conf/pointcloud_ground_detection_config.pb.txt
如果您在使用文档的过程中,遇到任何问题,请到我们在【开发者社区】建立的 反馈意见收集问答页面,反馈相关的问题。我们会根据反馈意见对文档进行迭代优化。