Skip to content

Implementation of A* algorithm to find a collision-free path for a point robot

Notifications You must be signed in to change notification settings

abhijitmahalle/A-star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Implementation of A* on a point robot

This repository contains code to find a path between the start node and the goal node for a point robot using A* algorithm.

The action set for this project is:

where, L represents the step size.

The threshold distance to reach the goal node is 1.5 units without any constraint on the orientation.

Required libraries:

  1. NumPy
  2. OpenCV
  3. queue
  4. math
  5. matplotlib

Instructions to run the code:

python A_star.py

Program accepts step size as input. Below output is for step size of 5.

Node exploration

Generated path

About

Implementation of A* algorithm to find a collision-free path for a point robot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages