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

navigation using kinect without laser scan

asked 2015-06-12 10:56:03 -0500

wsAndy gravatar image

Hello, I'm new for ROS. And nowadays, I'm thinking about how to let my robot avoid obstacles and navigation only use a Kinect. I find a video in https://www.youtube.com/watch?v=NmnepqAQIlk I wonder if there are some important and useful information that you can tell me.

Thanks first.

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2015-06-12 12:40:04 -0500

Airuno2L gravatar image

A really nice node called pointcloud_to_laserscan is used to create a fake laser scan from a kinect's point cloud. It is actually better than using a lidar in some cases since it doesn't just look at a single slice of space, but rather a swath that is defined using the max_height and min_height parameters. Once you have that fake laserscan, you can use it as input to any of the navigation algorithms that are meant for lidars. (I've never used this node, so I'm assuming this is what it does).

edit flag offensive delete link more

Comments

Thank you, pointcloud_to_laserscan is really a good choose . But I don't know how to use it, I use another package named perception_pcl instead. This package could work correctly, but its' status is not good as there are few laserscan points.

wsAndy gravatar image wsAndy  ( 2015-06-12 21:55:12 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2015-06-12 10:56:03 -0500

Seen: 644 times

Last updated: Jun 12 '15