How to open PCD file
Hi guys. I'm working with my kinect to extract point clouds. So I run at first openni_launch and after i run : rosrun pcl_ros pointcloud_to_pcd input:=/camera/depth_registered/points So after this, ROS saves every point clouds that kinect gets. SO my question is: how can I extract data from a PCD? I want to extract fields about sensor_msgs/PointField[]. It exists another method to get every information about a PCD file? thanks to all!
If you installed pcl library you can use
otherwise use
with the following command
Thanks man!! I've another question. Is there a method to discover the distance between my image/object and my kinect? Thank you :)