motion-planning / rrt-algorithms

n-dimensional RRT, RRT* (RRT-Star)
MIT License
613 stars 175 forks source link

Add classical cost calculation for RRT* #16

Closed tahsinkose closed 5 years ago

tahsinkose commented 5 years ago

This PR adds the classical cost calculation on nearest vertices. It also stores the old version since it produces better paths.