-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathREADME
More file actions
27 lines (20 loc) · 752 Bytes
/
README
File metadata and controls
27 lines (20 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Author:
Menglong Zhu, menglong AT cis upenn edu
DESCRIPTION:
Path planning package. Two approaches are implemented in this package
1. uniform grid over map
2. quadtree decomposition over the map
Planning algorithm is A* search
video of quadtree decomposition:
http://www.youtube.com/watch?v=jqjlsIAQDT0
visualization use ROS markers in rviz
COMPILATION:
Cmake file is provided.
$ cmake .
$ make
Only the visualization part depends on ROS rviz package. Other part of the code are stand alone. If you don't have ROS installed, simply comment out the visualization part of the code in run_planner.cpp.
HOW TO RUN:
./run_planner <map path>
which generate intermidiate text file for output.
NOTE:
This implementaion assume obstacles are all circles