Giter VIP home page Giter VIP logo

astar_path_planning's Introduction

A* Path Planning for mobile robot

  1. Download the file and extract it. Open terminal from this folder.
  2. Run python3 akhilv_vishaal.py from the terminal (make sure the script is executable). Or Copy code to an IDE then run it.
  3. If the script is not executable, from the script directory open new terminal and run chmod +x akhilv_vishaal.py
  4. Enter the Start, Goal x, y coordinates and theta
  5. Input coordinates are referenced such that the origin is at the top-left corner

  6. Visualization is done after the map is explored and path is found.
  7. The videos show the path generated for:
    1. Starting Values = (250, 150, 0) Goal Values = (115, 45, 60) Step size = 8

    2. Start coordinates = (30, 130, 30) Goal coordinates = (120, 180, 0) step size = 6

Note: Plotting the exploration may take some time depending on start and end positions.

Note: Please take into consideration the clearance allotted for the map. ie, x>15 y>15. (x,y) = (10,10) will give an error.

astar_path_planning's People

Contributors

akhilrajan-v avatar

Watchers

 avatar

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.