Skip to content

hichenway/sampling-based-path-planning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

sampling-based-path-planning

RRT and Pruning

RRT is a path planning algorithm based on random sampling. It can search the whole state space quickly and is widely used to the high-dimensional problems.

Pruning is a simple but efficient algorithm thought.It's intention is to avoid unnecessary search and opearation, or to clip unnecessary parts in result to gain better effect.

Batch Informed Trees

Python Implement For Batch-Informed-Trees

Additionally, this code requires the installation of several python libraries, namely:

- shapely
- numpy
- yaml
- matplotlib
- descartes

About

This code provides a implementation of RRT and Pruning.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages