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

Dina Abdel-Hamid's profile - activity

2016-01-26 12:27:59 -0500 received badge  Nice Question (source)
2012-08-20 03:35:10 -0500 received badge  Famous Question (source)
2012-02-19 08:55:56 -0500 received badge  Notable Question (source)
2011-12-08 04:43:00 -0500 received badge  Student (source)
2011-11-02 04:38:17 -0500 received badge  Popular Question (source)
2011-07-19 17:32:24 -0500 marked best answer table top segmentation from kinect

Use the openni_kinect package to set up your Kinect. You should be able to view the published point cloud topic in RViz.

Then, you can go through the pcl tutorials and pcl_ros tutorials. Tutorial 6 from the pcl_ros tutorials (SACSegmentationFromNormals planar segmentation) should do exactly what you need.

2011-06-20 21:44:43 -0500 asked a question table top segmentation from kinect

Hello,

Does anyone know how to best achieve table top object segmentation from kinect sensor? is there any module/tutorial you can recommend me to use?