Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
/ A-star Public archive

Implementation of the A* algorithm for path planning

License

Notifications You must be signed in to change notification settings

pranitbauva1997/A-star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This repository demonstrates the use of the A-star (A*) algorithm in path planning problems.

Requirements

The dependency for this project in opencv.

Compilation

To compile this project use make.

Run

To run this project: ./main.

Clean

To clean the binary files during compilation: make clean

About

Implementation of the A* algorithm for path planning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published