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

Convert point cloud data into laserscan in ROS Indigo

asked 2014-07-31 06:53:07 -0500

noonv gravatar image

updated 2014-07-31 06:53:58 -0500

What the way to convert point cloud data from Kinect sensor into laserscan in ROS Indigo? In Electric i'd made it via pointcloud_to_laserscan from turtlebot-robot stack. Thanks!

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
1

answered 2014-07-31 20:46:22 -0500

updated 2014-07-31 20:46:37 -0500

In ROS Indigo you can find this functionality on the package depthimage_to_laserscan.

Good luck!

edit flag offensive delete link more

Comments

Thank you!

noonv gravatar image noonv  ( 2014-07-31 23:53:57 -0500 )edit
1

answered 2014-07-31 21:20:52 -0500

2ROS0 gravatar image

Use the depthimage_to_laserscan package. However, it uses the depth image provided by your sensor (in your case, the Kinect) as opposed to the point cloud (practically the same thing).

I had some trouble with the distortion model from my sensor when I used it. Ensure that your camera_info provides all the parameters that the package requires.

edit flag offensive delete link more

Comments

I see. Thanks!

noonv gravatar image noonv  ( 2014-07-31 23:53:45 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-07-31 06:53:07 -0500

Seen: 1,476 times

Last updated: Jul 31 '14