ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I don't know of any object detection built into ROS. My research lab uses PCL, as well as a special feature descriptor called Circular Projection Histogram. PCL can sometimes be a pain to work with, but it's quite powerful and has some of the more cutting-edge object detection techniques.
Look at these pages for more information:
2 | No.2 Revision |
I don't know of any An object detection built into ROS. My recognition package (which is now slightly outdated, but still working) is ORK
You can also use Point Cloud Library (PCL). Our research lab uses PCL, as well as a special specific feature descriptor called Circular Projection Histogram. descriptors, such as CVFH. PCL can sometimes be a pain to work with, but it's quite powerful and has some of the more cutting-edge decent descriptors for object detection techniques.recognition.
Look at these pages for more information: