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

echelon's profile - activity

2013-12-09 08:44:19 -0500 received badge  Taxonomist
2013-10-29 09:44:10 -0500 received badge  Famous Question (source)
2013-07-24 23:12:58 -0500 received badge  Notable Question (source)
2013-06-27 10:44:37 -0500 received badge  Popular Question (source)
2013-06-18 10:54:30 -0500 asked a question Local path planning with Kinect

Hello, I am relatively new to ROS and I am confused a bit from the documentation.

I have a robot and I want to enable it to do some local path planning (only - no global path planning - no navigation - no SLAM) within its field of view. As an example: I want to point somewhere within Kinect's field of view and the planner would compute the way including obstacle avoidance. Its sensor is Kinect (no laser scanner, no odometry) and a bunch of infrareds around it.

It's a relatively simple task but I am confused of which modules do I need. All of them seem to do much more complicated things than I want. Moreover I saw that many transform the pointcloud of Kinect into a laser scan and use this for navigation purposes, but I wouldn't like to lose so much information. Is there an integrated solution?

Thank you very much in advance.