Closed ktiwari9 closed 9 years ago
Hi,
I haven't built it with ROS but with PCL, but you can rebuild the same code with ROS&PCL.
In the TableObjectSegmentation, it is assumed that any objects that are placed on the tabletop detected in the point cloud are objects of interest, so all of them will be segmented out. You can add other constraints or user interface to focus attention on the objects that you are interested in dealing with.
In your case, you are dealing with a green rectangle Printed Circuit Board on the table, then
Hey there, I want to use your project with ROS Groovy to detect objects on a white table top. Have you built this project to work with ROS ? Also, how can i define the object of interest ? I am interested in looking for a green rectangle Printed Circuit Board on the table. How can i use your code to realise this ? Please help