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

Implementation of VFH in ROS

asked 2012-10-23 11:42:49 -0500

Mike Gao gravatar image

updated 2014-01-28 17:14:02 -0500

ngrennan gravatar image

Hello, I would like to know, is there the implementation of the Vector Field Histogram(VFH) method for 2D mobile robot navigation in ROS?

I know ROS has implemented the Dynamic Window Approach(DWA) in the "navigation" stack, but it seems that this is not very suitable for the holonomic robot. Although the "Player" has the implementation of VFH, it cannot be used directly in ROS, so is there the ROS version of it? Or is there the implementation of other state of the art for local motion plan especially for holonomic robot in ROS? I would appreciate for any clues or suggestions, thanks!

edit retag flag offensive close merge delete

Comments

2 Answers

Sort by ยป oldest newest most voted
1

answered 2012-10-24 01:43:36 -0500

KruseT gravatar image

Note that the DWA local planner is used on the PR2 (holonomic base), though it was written to drive mostly forward because of 3d sensor coverage in front of the robot (tilting laser). With suitable parameters / customisation the DWA approach works well for holonomic bases.

edit flag offensive delete link more
0

answered 2012-10-23 16:07:02 -0500

cagatay gravatar image

Hello, There are several robots running ros I believe that if you search ros stacks and packages by several universities,companies etc.. you can find one or more robots using vfh as its local planner. There is robotino which is a holonomic robot has its own local planner you can check out its wiki here , then check out the source code it may be useful for you. Hope this answer helps you

edit flag offensive delete link more

Question Tools

Stats

Asked: 2012-10-23 11:42:49 -0500

Seen: 2,224 times

Last updated: Oct 24 '12