Skip to content

deltazita/uav-scheduling

Repository files navigation

UAV target coverage

Migration of gforge.inria.fr website

Related papers:

"Energy efficient mobile target tracking using flying drones"
"Optimal drone placement and cost-efficient target coverage"

Errata in first paper:

  • Formula 10 (right part): h_u+h_{u'} > dist(u,u')*tan\theta'
  • the same at line 9 of Algorithm 1

Input scenarios (targets with random positions):

Energy consumption models:

  • EC_i^t = \alpha * altitude_i^t, computed as the potential energy of an object (mass*gravity*height) (less realistic)
  • EC_i = (\beta + \alpha*h_i)*\Delta t + P_{max}*h_i/U, where \alpha and \beta are motors coefficients, \Delta t is the amount of time the drone i will stay at altitude h_i, P_{max} is the maximum power of the motors, and U is the vertical speed of the drone. (\beta + \alpha*h_i)*\Delta t corresponds to the energy needed to maintain the drone at altitude h and P_{max}*h_i/U is the energy needed to rise the drone at the same altitude (more realistic).

Source code

Check Perl scripts

Animated pictures

"Attractors" mobility model
"RWP" mobility model (fast animation)
"Random" mobility model\

Videos

"Attractors" mobility model
"Random Way Point" mobility model
"Random" mobility model
"Random" mobility model with call-n-go's\

About

Migration of gforge.inria.fr website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages