Skip to content

luca-drf/a_star_pathfinder_robot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinder Robot Simulator using A* with Manhattan Method heuristic.

Usage: $ ./astar -i path/to/some/input_file -d {f|b} -t {s|l} [-A]

Where f and b indicates forward and backward search, respectively; s and
l indicates tie-breaking in favor of smaller and larger g-values,
respectively; and -A indicates running with Adaptive A*.


About

Pathfinder Robot Simulator using Adaptive A* search.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages