depth_image_proc not working!
Hi all,
I started using ROS just few days ago. I've read the tutorial and played with the examples, but I'm still quite newbie of ros :)
What I have to do is:getting the depth image from a simulated kinect, transform it into a point cloud, and make some other stuffs.
I started launching turtlebotsimulator, that has a simulated kinect camera. I know that it already publish point cloud, but I need to start from the depth image.
What I have done so far:
1) getting into gazebo.urdf.xacro of turtlebot, I added that line:
well, the launch file runs fine and that nodelet creates a bunch of topics BUT, while echoing them no one give messages.Nothing into the converted /camera/depth/image,nothing into the registered point clouds camera/depthregistered/points. That my problem at the end; understanding how to make depthimage_proc working and getting my visualizable depth image and my freshly made cloud points.
Asked by Engharat on 2012-06-14 10:11:35 UTC
Comments