Giter VIP home page Giter VIP logo

pixelate's Introduction

Pixelate

An Autonomous Bot Based On Image processing And A-Star 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 repositories:

  1. Pixelate_Sample_Arena
  2. Pixelate_Main_Arena

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

You can then either run the code directly on the visual studio using Pixelate.sln or can run Pixelate.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. A-Star Path Finding Algorithm was used to determine the shortest path to the destination node; here, we used manhattan distance as the heuristic measure
  3. Movement through one-ways was considered by disconnecting it from the graph whenever required
  4. We used the differential drive to run the bot more efficiently

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 the programmable form
  3. A-Star Path Finding Algorithm determined the shortest path to reach the destination node
  4. The program also supports manual override to run the bot

References

  1. Run-on Pixelate_Sample_Arena
  2. Run-on Pixelate_Main_Arena

pixelate's People

Contributors

milind-prajapat avatar tech-wiz18 avatar

Watchers

 avatar

Forkers

tech-wiz18

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.