Kinect laser scan [closed]

asked 2013-06-12 04:03:00 -0500

CarolineQ gravatar image

updated 2016-10-24 08:35:04 -0500

ngrennan gravatar image

Hi !

I am working with a Turtlebot and ros groovy. I would like to use Kinect data with gmapping to map and to avoid obstacles. I found two solutions to transform Kinect data in a laser scan :

http://www.ros.org/wiki/pointcloud_to_laserscan

http://www.ros.org/wiki/depthimage_to_laserscan

I would like to use Kinect data between 0cm (the ground) and 50cm (just above my robot) and to aggregate the data into a laser scan for gmapping. Which one of the two methods should I use ? For real time applications which one is better ?

UPDATE : I saw on other questions in ros answers that pointcloud_to_laserscan is no longer available in Groovy and has been replaced by depthimage_to_laserscan which is faster. I am still not sure how to use the new package to take data between 0cm and 50cm... Depthimage_to_laserscan takes a specific number of pixels but centered vertically in the image. Is it possible to use depthimage_to_laserscan with pixels not centered in the image ?

Thanks for help, Caroline

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2015-05-29 13:04:12.229305