Metadata-Version: 2.2
Name: uav4res-visualizer
Version: 0.2.1
Summary: uav4res-visualizer
Home-page: https://github.com/UAV4Res/uav4res-visualizer
Download-URL: https://github.com/UAV4Res/uav4res-visualizer/archive/0.2.1.tar.gz
Author: UAV4Res
Author-email: nhphuong.code@gmail.com
License: MIT
Keywords: uav4res_visualizer
Classifier: Environment :: X11 Applications
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: pygame>=2.4.0
Requires-Dist: numpy
Requires-Dist: opencv-python
Requires-Dist: Pillow
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# UAV4Res Visualizer
 
## Install with PIP
```
pip install uav4res-visualizer
uav4res_visualizer
```
## Run with sourcecode
```
git clone https://github.com/UAV4Res/uav4res-visualizer
cd uav4res_visualizer
python -m uav4res_visualizer
```

# Reference
Theta*: https://arxiv.org/pdf/1401.3843 

A*: https://vi.wikipedia.org/wiki/Gi%E1%BA%A3i_thu%E1%BA%ADt_t%C3%ACm_ki%E1%BA%BFm_A*

BFS: https://wiki.vnoi.info/algo/graph-theory/breadth-first-search.md

Path planning system: https://ieeexplore.ieee.org/document/8955663
