hedzd / VFH-Obstacle-Avoidance

A mobile robot controller implemented to avoid obstacles and move towards a specific goal.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VFH Obstacle Avoidance

The Vector Field Histogram (VFH) is an obstacle avoidance method which permits the detection of obstacles while steering the mobile robot toward the target simultaneously. (Borenstein & Koren, 1991)

This project includes a detailed implementation of the VFH algorithm. Using this method, the mobile robot is able to detect and avoid walls in a maze and move toward a specific target.

About

A mobile robot controller implemented to avoid obstacles and move towards a specific goal.


Languages

Language:Python 69.6%Language:CMake 30.4%