Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 530 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 530 Bytes

VFH Obstacle Avoidance

Implementation of a new real-time obstacle avoidance method for mobile robots, named "vector field histogram (VFH)". This method first introduced in THE VECTOR FIELD HISTOGRAM - FAST OBSTACLE AVOIDANCE FOR MOBILE ROBOTS

Method

The VFH method uses a two-dimensional Cartesian histogram grid as a world model. This world model is updated continuously with range data sampled by on-board range sensors.