dubins-path topic

List dubins-path 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.

CurvesGenerator

179
Stars
58
Forks
Watchers

Common used curves for motion planning.

dubins_path_planning

113
Stars
30
Forks
Watchers

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

hdcp_planning

29
Stars
10
Forks
Watchers

RAL/IROS 2020: Online Hex-Decomposed Coverage Planning (HDCP) Algorithm

RRT-Dubins

33
Stars
5
Forks
Watchers

Implementation of a Rapidly Exploring Random Tree using Dubins paths as expansion method

trochoids

19
Stars
5
Forks
Watchers

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.