# area-patrol-by-drone
> *For NFU indefendent study.*
> #### Group Member:
> * *40743157* --- [*jp6ru8958958*](https://github.com/jp6ru8958958)
> * *40743133* --- [*clever1129*](https://github.com/clever1129)
> * *40743117* --- [*InfinityRain*](https://github.com/InfinityRain)
> * *40743233* --- [*Trinker1*](https://github.com/Trinker1)
>
> ### Purpose:
> 1. Create a system let drone can auto patrol selected area and aerial photography, then, using those photo to analysis building wehther have daneged.
>2. Using mentioned previously features, we can build a database to save every plant like trees's stage infomation, to monitor their growth situation.
# Preparing develop environment :
## Python - Built-in [venv](https://docs.python.org/zh-tw/3/tutorial/venv.html)
* #### Create your virtual environment :
```
python3 -m venv venv
```
* #### And enable it:
```
. venv/bin/activate
```
* #### Use pip to install Python depedencies:
```
pip install -r requirements.txt
```
---
### You can edit this README.md by [Markdown](https://markdown.tw/) language.