hybrid-a-star topic

List hybrid-a-star repositories

Self-driving-vehicle

328
Stars
95
Forks
Watchers

Simulation of path planning for self-driving vehicles in Unity. This is also an implementation of the Hybrid A* pathfinding algorithm which is useful if you are interested in pathfinding for vehicles.

hybrid-a-star-annotation

694
Stars
231
Forks
Watchers

Hybrid A*路径规划器的代码注释

motionplanning

120
Stars
37
Forks
Watchers

Motion planning algorithm implementation

Hybrid-A-Star-U-Turn-Solution

110
Stars
41
Forks
Watchers

Autonomous driving trajectory planning solution for U-Turn scenario

dubins_path_planning

113
Stars
30
Forks
Watchers

Path planning using Hybrid A*/RRT + Dubins Path (as final shot).

Hybrid-A-Star

75
Stars
16
Forks
Watchers

Hybrid A* Motion Planner for a Car using kinematic & Reeds-Shepp Model

Path-Planning

123
Stars
21
Forks
Watchers

路径规划算法,A*,A-star启发搜索,Hybrid-A*,混合A*算法,Dijkstra迪杰斯特拉算法,GBFS贪婪最佳优先搜索算法,DFS深度优先搜索,BFS广度优先搜索算法等,车辆路径规划算法,小黑子路径规划

A_star_and_Hybrid_A_star

23
Stars
5
Forks
Watchers

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...

AutomatedValetParking

90
Stars
15
Forks
Watchers

We use hybrid a star and optimization-based method for trajectory planning of the autonomous vehicle parking

hybrid-a-star

22
Stars
2
Forks
Watchers

C++ hybrid-a-star extracted from ROS2 nav2 stack