ros-bridge icon indicating copy to clipboard operation
ros-bridge copied to clipboard

Conversion of Radar PointCloud to PCL format

Open curio-code opened this issue 3 years ago • 0 comments

I am subscribing to the radar point cloud and trying to convert the Radar PointCloud (sensor_msgs/PointCloud2) to PCL Pointcloud( pcl::PointCloud< pcl::PointXYZI>) using pcl::fromROSMsg command but I am losing out the important information such as velocity. Is there any way to solve this?

Is it possible that while converting to PCL format, putting the velocity data in intensity variable?

curio-code avatar Mar 04 '21 11:03 curio-code