pranav-deo / sc635-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sc635-project

Multi-UAV Surveillance With Minimum Information Idleness and Latency Constraints

Dependencies:

python-tsp networkx

How to run code:

python main_h1.py

  1. Check the Graph in image and change it in main_h1.py if required
  2. Enter the Sensing location : Example: 8
  3. Enter maximum Number of UAVs: Example: 3
  4. Enter maximum Latency: Example: 3

Note:

  1. Current implementation supports cooperative mission only one SL. This is due to limitation of available doccumentation of functions used by authors. We could not reproduce the functions as we couldn't find any clue how the stated functions in the paper work.
  2. We can easily extend this code to N SLs if we get the relevant function pseudocodes/logic.

About


Languages

Language:Python 100.0%