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

ROS package for detecting objects bounding box using kinect

asked 2015-04-21 19:35:32 -0500

D3GAN gravatar image

I was looking for a package which works with ROS indigo and have the ability to detect objects position using Kinect and point cloud of the scene. I searched the ROS wiki but All the packages are either old or not working. If anyone worked with one of these packages and could make them work please help with finding a good package.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2015-06-26 20:49:35 -0500

Joseph Duchesne gravatar image

PCL ( pointclouds.org ) with pcl_ros can do this. You can subscribe to the PointCloud2 messages from the kinect as pcl::PointCloud<> and pcl_ros will handle conversion for you. Then you can basically follow the tutorials on the PCL website.

edit flag offensive delete link more

Comments

Do you have any idea how to make robot follow the bounding box? I have this problem link text

Karz gravatar image Karz  ( 2015-09-17 05:08:11 -0500 )edit
0

answered 2015-09-17 05:06:07 -0500

Karz gravatar image

that's true, using point cloud will simplify your destination. I'm using hydro and pcl works well.

edit flag offensive delete link more

Question Tools

2 followers

Stats

Asked: 2015-04-21 19:19:21 -0500

Seen: 1,018 times

Last updated: Sep 17 '15