jvirdi2 / A_star_and_Hybrid_A_star

Given a graph, A* finds the optimal path, if it exists, joining the start node to the goal node. Hybrid A* takes vehicle dynamics into consideration and generates a smoother path which the vehicle can follow. Both the implementations are optimized using dictionaries & heaps
23Updated 4 years ago

Alternatives and similar repositories for A_star_and_Hybrid_A_star:

Users that are interested in A_star_and_Hybrid_A_star are comparing it to the libraries listed below