pathplanning topic

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

MotionPlanning

1.9k
Stars
546
Forks
Watchers

Motion planning algorithms commonly used on autonomous vehicles. (path planning + path tracking)

Motion-Planning-Course

180
Stars
84
Forks
Watchers

Motion Planning for Mobile Robots Course

path_planning

374
Stars
93
Forks
Watchers

This repository contains path planning algorithms in C++ for a grid based search.

CleanIt

254
Stars
15
Forks
Watchers

Open-source Autonomy Software in Rust-lang using gRPC for the Roomba series robot vacuum cleaners. Under development.

Obstacle_Avoidance_for_UAV

107
Stars
25
Forks
Watchers

ROS workspace that creates a trajectory for a UAV to follow passing through a set of given waypoints and avoiding a set of given cylindrical obstacles.

ros_autonomous_slam

199
Stars
69
Forks
Watchers

ROS package which uses the Navigation Stack to autonomously explore an unknown environment with help of GMAPPING and constructs a map of the explored environment. Finally, a path planning algorithm fr...

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