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

From Laserscan to obstacle avoidance

asked 2011-07-18 17:05:16 -0500

lakshmen gravatar image

updated 2011-07-19 04:55:28 -0500

tfoote gravatar image

I have got the laser scan from the kinect using the openni_driver. Now i would like to use it for obstacle avoidance. For obstacle avoidance, i am using vector field histogram. Any suggestions or directions i could take?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2011-07-19 04:55:20 -0500

tfoote gravatar image

This question is overly generic. Please take a look at the navigation stack There are lots of tutorials and documentation on how to use the existing implementations to do path planning with obstacle avoidance.

edit flag offensive delete link more

Comments

Thanks for the package. But i am using vector field histogram for obstacle avoidance. how does this link with the navigation stack? i am not sure abt it...
lakshmen gravatar image lakshmen  ( 2011-07-20 03:10:24 -0500 )edit
You could adhere to the base local planner interface when writing your VFH implementation in order to take advantage of all the other components the navigation stack has to offer. You may find the nav_core package interesting: http://www.ros.org/wiki/nav_core
eitan gravatar image eitan  ( 2011-07-20 05:54:20 -0500 )edit
I would like to explain in more in detail. I am putting a kinect camera on UAV and using it for obstacle avoidance. Hence, the UAV has no sonar and odometer. I am using VFH to do obstacle avoidance.I have downloaded the vfh.cc to do obstacle avoidance but not really sure how to use it...
lakshmen gravatar image lakshmen  ( 2011-07-20 17:56:56 -0500 )edit

Where you able to use VFH with kinect

q8wwe gravatar image q8wwe  ( 2020-01-25 15:58:12 -0500 )edit

Question Tools

Stats

Asked: 2011-07-18 17:05:16 -0500

Seen: 6,011 times

Last updated: Jul 19 '11