ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
2

How do you use depth_image_proc?

asked 2012-04-15 02:41:13 -0500

Kevin gravatar image

updated 2016-10-24 08:58:59 -0500

ngrennan gravatar image

Since there is no tutorial for this, how do I use these nodelets to convert a Kinect depth image into a PCL point cloud?

kinect -> point_cloud_xyz -> cloud

or do I need to use convert_metric?

kinect -> convert_metric -> point_cloud_xyz -> cloud

and if I want and xyzrgb pcl cloud (note this is a simplification and I don't know if I need convert_metric)

kinect -> register -> point_cloud_xyzrgb -> cloud

I would greatly appreciate an example roslaunch file if anyone has it. Thanks

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2012-04-16 07:40:23 -0500

bhaskara gravatar image

updated 2012-04-16 07:41:25 -0500

Here's one that I use: https://gist.github.com/2400165 . It assumes depth_registration is turned on. In answer to your question, you do need convert_metric, to convert from mm to m.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-04-15 02:41:13 -0500

Seen: 5,196 times

Last updated: Apr 16 '12