Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

MengLinMaker/Modified-RRT-Path-Finding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Modified RRT Path Finding

  

Robot path planning algorithm based on RRT.

With ellipsoidal heuristics.

Modified version for pushing objects.

   

How to run

  1. Clone to local repository
  2. Execute:
python3 src/main.py

Alternatively, also run

python3 src/RRT.py

Or

python3 src/RRT_star.py
   

Caveats

This repo demonstrates ideas for optimising path finding algorithm.

It is not refined for reliability.

This will not be maintained any further due to these reasons:

  • Python is slow and resource intensive compared cpp implementation
  • There is no check for unsolvable maps

About

Path planning based on a modified RRT algorithm

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages