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

Using PointCloud data for object detection

asked 2013-07-29 12:30:43 -0500

mozcelikors gravatar image

updated 2013-11-14 10:58:59 -0500

tfoote gravatar image

Hello,

I'm working on a project that uses Kinect as sensor for a robot. I intend to use PointCloud library for ROS. However, I don't know how to resolve or use the PointCloud data in order to detect objects. The object detection will be used in order to avoid obstacles using potential fields principle. So, I need to transform PointCloud data to obtain all possible obstacles (their coordinates, width, height, distance) in order to create forces to be used in the robot navigation. I don't know which tutorial should I follow? I would really appreciate if anybody gives me some guidance. Thanks in advance.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2013-07-29 20:42:13 -0500

jep31 gravatar image

updated 2013-07-29 20:51:20 -0500

I don't know if something like this already exists but I suggest you to use Octomap to have a collisionMap. Maybe with that, you can then isolate obstacles easier. See this link

You will need to have a filter to erase the ground, this octomap server has this too.

EDIT: If you know the object, you can use tabletop_object_detector but I don't believe this is what you are looking for.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2013-07-29 12:30:43 -0500

Seen: 2,841 times

Last updated: Jul 29 '13