dubins-path topic
Self-driving-vehicle
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.
CurvesGenerator
Common used curves for motion planning.
dubins_path_planning
Path planning using Hybrid A*/RRT + Dubins Path (as final shot).
hdcp_planning
RAL/IROS 2020: Online Hex-Decomposed Coverage Planning (HDCP) Algorithm
RRT-Dubins
Implementation of a Rapidly Exploring Random Tree using Dubins paths as expansion method
trochoids
Time-optimal path planning for UAVs in wind using trochoids and Dubins set classification. Package also includes a fast Dubins path solver in no-wind scenarios.