Published January 1, 2023
| Version v1.0
Software
Open
2D Path planner algorithm based on Splines and Differential Evolution
Description
This code repository is a library for two new path planners based on Differential Evolution, DE-Spline and DE-NURBS, which use the L-SHADE algorithm and curve parameterizations to provide a smoother path for robots to reach their targets. Compared to a widely used Vector Field-based planner, DE-Spline and DE-NURBS consider the robot's starting and goal angles, resulting in a smoother path along the shortest route. In addition, DE-NURBS also provides greater planning freedom than DE-Spline.
Files
eliasjof/DEPathPlanner2D-v1.0.zip
Files
(5.0 MB)
Name | Size | Download all |
---|---|---|
md5:0c1b2ba6f4ca7a107fd27b81f1ef9629
|
5.0 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/eliasjof/DEPathPlanner2D/tree/v1.0 (URL)