Skip to content

Commit 31df46c

Browse files
authored
Merge pull request #23 from ai-winter/v1.1
V1.1
2 parents f6fae2e + 494b2a0 commit 31df46c

1 file changed

Lines changed: 13 additions & 17 deletions

File tree

README.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,22 @@ We also provide [ROS C++](https://github.com/ai-winter/ros_motion_planning) vers
1717
# Quick Start
1818

1919
## Overview
20-
The file structure is shown below
20+
The source file structure is shown below
2121

2222
```
2323
python_motion_planning
24-
├─assets
25-
├─docs
26-
├─examples
27-
└─python_motion_planning
28-
├─global_planner
29-
| ├─graph_search
30-
| ├─sample_search
31-
| └─evolutionary_search
32-
├─local_planner
33-
├─curve_generation
34-
└─utils
35-
├─agent
36-
├─environment
37-
├─helper
38-
├─planner
39-
└─plot
24+
├─global_planner
25+
| ├─graph_search
26+
| ├─sample_search
27+
| └─evolutionary_search
28+
├─local_planner
29+
├─curve_generation
30+
└─utils
31+
├─agent
32+
├─environment
33+
├─helper
34+
├─planner
35+
└─plot
4036
```
4137

4238
* The global planning algorithm implementation is in the folder `global_planner` with `graph_search`, `sample_search` and `evolutionary search`.

0 commit comments

Comments
 (0)