Skip to content

anshulraje/ai_workshop_resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

AI with Space Applications Workshop

RRT

RRT is a random sampling based path planning algorithm. The code to implement this algorithm can be found in the RRT folder above. The code is split into 4 steps, each one bringing us closer to the final result shown below:

RRT.Path.Planning.Algorithm.mp4

But please make sure you have the pygame library installed! If you don't have pygame installed, run the following commands in your terminal:

$ sudo apt get
$ sudo apt install python3-pip
$ pip install pygame

Happy learning!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages