Codes related to Robotics club path planning which includes - RRT RRT* etc.
RRT is a way to rapidly find a path between Start and End point avoiding obstacles along the way.

A* algorithms are used to find the shortest path between two points
A* using PRM:
