PathPlanning

Results 7 repositories owned by PathPlanning

Continuous-CBS

178
Stars
49
Forks
Watchers

Continuous CBS - a modification of conflict based search algorithm, that allows to perform actions (move, wait) of arbitrary duration. Timeline is not discretized, i.e. is continuous.

AA-SIPP-m

94
Stars
37
Forks
Watchers

Algorithm for prioritized multi-agent path finding (MAPF) in grid-worlds. Moves into arbitrary directions are allowed (each agent is allowed to follow any-angle path on the grid). Timeline is continuo...

3D-AStar-ThetaStar

37
Stars
17
Forks
Watchers

Basic algorithms for height map based 3D path planning: BFS, Dijkstra, A*, Theta*

AStar-JPS-ThetaStar

42
Stars
26
Forks
Watchers

Basic algorithms for single-shot grid-based 2D path finding: BFS, Dijkstra, A*, Jump Point Search (JPS), Theta*

LPAstar

21
Stars
3
Forks
Watchers

Lifelong Planning A* (LPA*) is a replanning method that is an incremental version of A* algorithm for single-shot grid-based 2D path finding.

ORCA-algorithm

40
Stars
9
Forks
Watchers

Implementation of ORCA algorithm

SuboptimalSIPP

18
Stars
8
Forks
Watchers

Implementation of different versions of Safe Interval Path Planning algorithm that can find bounded-suboptimal solutions.