Closed DbzXexpert closed 2 years ago
hi @DbzXexpert i assume ROS is installed in this case the easiest way is to publish your pcd file as a pointcloud topic e.g.
rosrun pcl_ros pcd_to_pointcloud your_pcd_file.pcd _frame_id:=left_os1/os1_lidar _interval:=0.1
the topic name will be: /cloud_pcd
read more: http://wiki.ros.org/pcl_ros
hi @DbzXexpert did you manage to solve it? If yes the issue can be closed now. Feel free to re-open if needed.
How can we use this algorithm on single pcd files?