Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vis6 authored Apr 25, 2021
1 parent 09bac0b commit 51753f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
## Course project
- Implement two path finding algorithms using A* and RRT. Use the same simulation environment (the grid map with two partial walls used in the A* demo in reference[1]) and compare the path.

## Path planning results
### A*
![image](gif/a_star.gif)
### RRT
![image](gif/rrt.gif)

## Reference:
1. https://github.com/AtsushiSakai/PythonRobotics
2. [Autonomous Navigation, Part 4: Path Planning with A* and RRT](https://youtu.be/QR3U1dgc5RE)
Expand Down

0 comments on commit 51753f9

Please sign in to comment.