modules/perception/pointcloud_semantics/README.md
pointcloud_semantics
The pointcloud semantic module assigns a label to each point for pointcloud.
├── pointcloud_semantics // pointcloud_semantics component
├── conf // configuration folder
├── dag // module dag file
├── data // module configuration parameters
├── interface // interface of parser
├── launch // launch file
├── parser // parser method
├── proto // pointcloud semantics module configuration proto file
├── utils // utils of pointcloud semantic
├── BUILD // build file
├── cyberfile.xml // package management file
├── pointcloud_semantic_component.cc // component entrance
├── pointcloud_semantic_component.h
└── README.md
└── README_cn.md
apollo::perception::lidar::PointCloudSemanticComponent
| Name | Type | Description |
|---|---|---|
msg | onboard::LidarFrameMessage | lidar frame message |
| Name | Type | Description |
|---|---|---|
frame | onboard::LidarFrameMessage | lidar frame message |
cyber_launch start /apollo/modules/transform/launch/static_transform.launch
pointcloud_semantic.dag to perception_lidar.launchcyber_launch start /apollo/modules/perception/launch/perception_lidar.launch