Skip to content

AlexTLeo/robot-pathfinding-astar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

robot-pathfinding-astar

An implementation of the A Star algorithm for a robot moving on a NxN tile. The robot can only see and move to adjacent tiles but retains memory of visited tiles. The A-Star algorithm is used in conjunction with a Depth-First-Search algorithm, tailored specifically to support the A-Star in moving the robot towards non-adjacent tiles. The algorithm's speed is acceptable.

Exclaimer: the GridWorld classes and its inner classes were written by Dr. Armando Tacchella, Università Di Genova

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages