File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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```
2323python_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 ` .
You can’t perform that action at this time.
0 commit comments