Skip to content

Commit 2d0cdc9

Browse files
authored
Merge pull request #60 from guilyx/feat/elastic-bands
Path Planner: Elastic Bands
2 parents 04e3f28 + e95468b commit 2d0cdc9

File tree

8 files changed

+636
-1
lines changed

8 files changed

+636
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ Planning with dynamic obstacle replanning
131131
#### Dijkstra
132132
Planning(Reduce frames by sampling every nth node to prevent memory exhaustion)
133133
![](src/simulations/path_planning/dijkstra_path_planning/dijkstra_search.gif)
134+
#### Elastic Bands
135+
A* seed path smoothed with Elastic Bands optimisation
136+
![](src/simulations/path_planning/elastic_bands_path_planning/elastic_bands_search.gif)
134137
#### RRT
135138
Planning
136139
![](src/simulations/path_planning/rrt_path_planning/rrt_search.gif)
@@ -187,4 +190,4 @@ Any contribution by creating an issue or sending a pull request is welcome!! Ple
187190

188191

189192
## Author
190-
[Shisato Yano](https://github.com/ShisatoYano)
193+
[Shisato Yano](https://github.com/ShisatoYano)

0 commit comments

Comments
 (0)