Skip to content

๐Ÿค– A* algorithm implemented for robot path-planning

Notifications You must be signed in to change notification settings

lucasmsa/a-star-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

13 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

A* Algorithm in Python ๐Ÿ•ธ

Using the A* algorithm to traverse an occupancy grid. By executing the algorithm, the user is prompted to set the start and end points inside the grid. Then, the robot will find the shortest path to the goal, displaying the path on the map and saving it to a file afterwards


Group ๐ŸŽข

Installating dependencies ๐Ÿ”ง

  • Inside the root directory of the project, run the following command: pip install -r requirements.txt

Running the program ๐Ÿš€

  • On the root directory, execute: python src/a_star.py

Result ๐Ÿงฉ

About

๐Ÿค– A* algorithm implemented for robot path-planning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages