Update README.md

This commit is contained in:
Huiming Zhou
2020-12-08 19:19:43 -08:00
committed by GitHub
parent c1fb6670d8
commit 040d1a6a10
+2 -1
View File
@@ -1,6 +1,6 @@
Overview Overview
------ ------
This repository implements some common path planning algorithms used in robotics, including Search-based algorithms and Sampling-based algorithms. We designed animation for each algorithm to display the running process. This repository implements some common path planning algorithms used in robotics, including Search-based algorithms and Sampling-based algorithms. We designed animation for each algorithm to display the running process. The related papers are listed in [Papers](https://github.com/zhm-real/PathPlanning#papers).
Directory Structure Directory Structure
------ ------
@@ -32,6 +32,7 @@ Directory Structure
├── Spline-RRT* ├── Spline-RRT*
├── Fast Marching Trees (FMT*) ├── Fast Marching Trees (FMT*)
└── Batch Informed Trees (BIT*) └── Batch Informed Trees (BIT*)
└── Papers
## Animations - Search-Based ## Animations - Search-Based
### Best-First & Dijkstra ### Best-First & Dijkstra