modules/perception/pointcloud_motion/README.md
pointcloud_motion
The pointcloud motion module assigns a motion label to each point for pointcloud.
├── pointcloud_motion // pointcloud_motion component
├── conf // configuration folder
├── dag // module dag file
├── data // module configuration parameters
├── interface // interface of parser
├── launch // launch file
├── parser // parser method
├── proto // pointcloud motion module configuration proto file
├── BUILD // build file
├── cyberfile.xml // package management file
├── pointcloud_motion_component.cc // component entrance
├── pointcloud_motion_component.h
└── README
| 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_motion.dag to perception_lidar.launchcyber_launch start /apollo/modules/perception/launch/perception_lidar.launch