motion-planning / rrt-algorithms

n-dimensional RRT, RRT* (RRT-Star)
MIT License
600 stars 173 forks source link

Path Shortening / Smoothing #4

Open SZanlongo opened 6 years ago

SZanlongo commented 6 years ago

Final path should be shortened or smoothed using something like the Ramer-Douglas-Peucker Algorithm, while also respecting obstacles.