8000 GitHub - LihaoWang1991/improved-RRT-algorithm
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

LihaoWang1991/improved-RRT-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

improved-RRT-algorithm

This repository contains the improved RRT (Rapid Random Tree) for motion planning problems. The original RRT algorithm is written by Yanjiang Zhao and the original code can be find here.

The major improvement I have done is the consideration of moving obstacles. In the original only the static obstacles are considered, so the collision check are very easy. In order to check the collision with moving obstacles, I have used geometry overlapping method to realize this check.

Here is a comparison of the original RRT algorithm and the improved one.

Original RRT (only static obstacles are considered):

Improved RRT (both static and moving obstacles are considered, click image to see video):

Watch the video

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0