The project entailed coding an rapidly-growing random tree (RRT), the backbone of robot path planning, in three different assignments. For more detail on RRTs and the tasks, click here. simplerrt.py: ...
RRT is a generally effective algorithm for pathfinding from a start point to a goal point. It is commonly used to guide robots by discovering a viable path through an unknown configuration space. This ...