Skip to content

A Project Based On Image processing And Breadth First Search Path Finding Algorithm

License

Notifications You must be signed in to change notification settings

tech-wiz18/Vision

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vision

A Project Based On Image processing And Breadth First Search Path Finding Algorithm

This project is based on the instructions given in the following Problem Statement.

Installation Guidelines

Along with this repository, it is needed to have the following repository:

Follow the steps given in these repositories and install the packages required.

You can either run the code directly on visual studio using Vision.sln or can run Solution.py.

Approach

  1. The arena was converted into a 2D matrix using image processing techniques where a particular node number denoted each square of the arena.
  2. Breadth First Search Path Finding Algorithm was used to determine the shortest path to the destination node.
  3. We used the differential drive to run the bot more efficiently

Project Features

  1. Visual representation of the arena and the bot movements were done using PyBullet
  2. Image processing techniques were used to manipulate the data, i.e., shape, colour and aruco marker detection in programmable form
  3. Breadth First Search Path Finding Algorithm determined the shortest path to reach the destination node.

References

About

A Project Based On Image processing And Breadth First Search Path Finding Algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%