Skip to content

thaondc/Robot-GraphAlgorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Đồ án Trí Tuệ Nhân Tạo - Robot Tìm Đường

Nhóm 22

  • 1712159 - Nguyễn Đỗ Chí Thảo
  • 1712202 - Nguyễn Trọng Văn
  • 1712209 - Lê Quang Vũ

Khởi tạo môi trường phát triển

Git

Clone project về với lệnh

    git clone https://github.com/remtori/pathfinding-robot.git

Python

Python 3.5 trở lên, bao gồm công cụ cài đặt pip

Virtual enviroment

  • Windows:
    python -m pip install venv
  • Linux/Unix:
    python3 -m pip install venv

Cài đặt môi trường

Bước 1: Trong thư mục chứa mã nguồn, tạo môi trường độc lập cho ứng dụng

  • Windows:
    python -m venv env
  • Linux/Unix:
    python3 -m venv env

Bước 2: Kích hoạt môi trường

  • Windows:
    env\Scripts\activate
  • Linux/Unix:
    source env/bin/activate

Bước 3: Cài các thư viện cần sử dụng.

  • Windows:
    python -m pip install -r requirements.txt
  • Linux/Unix:
    python3 -m pip install -r requirements.txt

Chương trình

Chạy chương trình bằng lệnh

  • Windows:
python src/main.py
  • Linux/Unix:
python3 src/main.py

Note

Nếu dùng VSCode có thể bấm Ctrl + Shift + B để chạy hoặc F5 để Debug

Links

https://www.learnpyqt.com/courses/start/basic-widgets/

https://stackoverflow.com/questions/15829782/how-to-restrict-user-input-in-qlineedit-in-pyqt

http://www.angelfire.com/linux/myp/ConvexPolRas/ConvexPolRas.html

About

Graph Algorithm - Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages