Robotics StackExchange | Archived questions

How to see output of tabletop_segmentation

Hi,

I am new to ROS, been going through all tutorials for a week now, the goal is to run plane detection part of tabletopobjectdetector and see how accurate it is wrt detecting the dominant plane. Quite desperate now, almost a week down - little to show for it, so any help - highly appreciated.

I cant seem to make nodes 'click' together.

My setup: XBOX 360 Kinect, 12.04 Precise, Fuerte

All according to documentation, I think.

plane detection node keeps on logging:

There are no such topics published, however, after launching openni - rostopic list shows following topics:

So, should I just map /camera/depth/camera_info to /narrowstereotextured/left/camera_info and /camera/depth/camera_info to /narrowstereotextured /disparity ?

And how do I see the output of fastplanedetection in rviz?

Thanks a lot, Greg

Asked by Greg S on 2013-05-22 17:12:03 UTC

Comments

Just a small remark: IIRC, fast_plane_detection has nothing to do with tabletop_object_detector, so you may be looking in the wrong place. Also, the Kinect outputs RGB and depth, the stereo cam outputs disparity. Not sure if conversion from depth to disparity is trivial, never worked with stereo.

Asked by Martin Günther on 2013-05-23 02:19:43 UTC

Thanks, I'll re-post the question with tabletop_detector-only question.

Asked by Greg S on 2013-05-23 11:11:01 UTC

Answers