davidcaron / pclpy

Python bindings for the Point Cloud Library (PCL)
MIT License
413 stars 59 forks source link

Create point clouds from pcd file #68

Open msrivaastava opened 3 years ago

msrivaastava commented 3 years ago

I have a pcd file with points. I want to visualize point clouds from the points in the pcd file. Please let me know if anyone can help. Thank you

msrivaastava commented 3 years ago

@davidcaron If possible can you help me with this? Thank you

Caicaiyoko commented 3 years ago

save it to pcd file,and use open3d to visualize it.This package can't do visualization

niranjanreddy891 commented 3 years ago

@Mayank756 Please check my project on how to work with pcd files