hybrid-a-star
Here are 17 public repositories matching this topic...
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.
-
Updated
Sep 6, 2023 - C#
路径规划算法,A*,A-star启发搜索,Hybrid-A*,混合A*算法,Dijkstra迪杰斯特拉算法,GBFS贪婪最佳优先搜索算法,DFS深度优先搜索,BFS广度优先搜索算法等,车辆路径规划算法,小黑子路径规划
-
Updated
Aug 2, 2023 - Python
Path planning using Hybrid A*/RRT + Dubins Path (as final shot).
-
Updated
Jul 15, 2022 - Python
Motion planning algorithm implementation
-
Updated
Jul 2, 2019 - Python
Autonomous driving trajectory planning solution for U-Turn scenario
-
Updated
Oct 17, 2021 - C++
We use hybrid a star and optimization-based method for trajectory planning of the autonomous vehicle parking
-
Updated
Jul 27, 2024 - Python
Hybrid A* Motion Planner for a Car using kinematic & Reeds-Shepp Model
-
Updated
Oct 19, 2021 - Python
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
-
Updated
Mar 29, 2020 - Python
A Hybrid-A* planner with early stopping for efficient path planning and extended motion primitives to account for the motion capabilities of the U-Shift II vehicle. Author: Oliver Schumann
-
Updated
Nov 19, 2024 - C++
This repository contains ROS2 Humble packages implementing hybrid path planning algorithms, including reeds_shepp_hybrid_astar and dubins_hybrid_star
-
Updated
Nov 10, 2024 - C++
This repository contains my Implementation of hybrid A star for a vehicle with Ackerman steering to perform complex parking maneuvers in tight parking spaces
-
Updated
Mar 23, 2023 - Python
Implementation of an Anti-Jackknife Controller to Enhance Motion Planning for Truck-Trailers
-
Updated
Jun 19, 2023 - C#
泊⻋路径规划是指从⾃⻋位置规划出⼀条到达满⾜⻋位姿态的⽆碰撞路径。⽬前泊⻋路径规划在⼯业 界已有实现应⽤,但在狭窄拥挤的空间下能够成功规划并降低耗时依然是⼀个挑战。
-
Updated
Jun 18, 2023 - Makefile
This is my implementation of a complete 2D navigation package, including global planner, local planner, and motion controller.
-
Updated
Mar 7, 2022 - C++
car-like tractor with a trailer
-
Updated
Nov 5, 2024 - C++
Improve this page
Add a description, image, and links to the hybrid-a-star topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the hybrid-a-star topic, visit your repo's landing page and select "manage topics."