Update README.md

This commit is contained in:
Huiming Zhou
2020-07-24 00:28:19 -07:00
committed by GitHub
parent 77e75f95ca
commit 340f4a3ee5
+1
View File
@@ -14,6 +14,7 @@ Directory Structure
├── RTAAstar.py # Real-time Adaptive A*
├── LPAstar.py # Lifelong Planning A*
├── D_star.py # D* (Dynamic A*)
├── Anytime_D_star.py # Anytime D*
└── D_star_Lite.py # D* Lite
└── Search_3D
├── Astar3D.py # A*_3D