saving depth image into pcd
Hi,
I would like to save the depth images into pcd format files which I viewed in rviz through openni_kinect. Can someone gives some clues? Thanks
Best, Kang
Hi,
I would like to save the depth images into pcd format files which I viewed in rviz through openni_kinect. Can someone gives some clues? Thanks
Best, Kang
Hey Kang,
There is a PCL tutorial on writing point cloud data to PCD files available here. Additionally, there is a simple tool called pointcloud_to_pcd which does this and is located in the pcl_ros folder. You would run something along the lines of:
rosrun pcl_ros pointcloud_to_pcd input:=/camera/depth/points2
if your depth data was being published on /camera/depth/points2. The node would then write a PCD file for each message it received.
Hope this helps,
Peter
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2011-05-19 20:59:17 -0500
Seen: 2,042 times
Last updated: May 19 '11
extract the file.pcd from rviz
depth of points in RGB using kinect driver
static transform publisher - launch file [closed]
failed to load openni_kinect libraries
PCL complains no member functions
ROS Kinect Programming Tutorial
"no map received" in RVIZ, how to create map? I only got real time info in rviz