Next Article in Journal
High-Rise Building 3D Reconstruction with the Wrapped Interferometric Phase
Next Article in Special Issue
Asymptotically Optimal Deployment of Drones for Surveillance and Monitoring
Previous Article in Journal
LSPR Biosensing Approach for the Detection of Microtubule Nucleation
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Proactive Deployment of Aerial Drones for Coverage over Very Uneven Terrains: A Version of the 3D Art Gallery Problem

School of Electrical Engineering and Telecommunications, University of New South Wales, Sydney 2052, Australia
*
Author to whom correspondence should be addressed.
Sensors 2019, 19(6), 1438; https://doi.org/10.3390/s19061438
Submission received: 10 March 2019 / Revised: 20 March 2019 / Accepted: 20 March 2019 / Published: 23 March 2019

Abstract

:
The paper focuses on surveillance and monitoring using aerial drones. The aim is to estimate the minimal number of drones necessary to monitor a given area of a very uneven terrain. The proposed problem may be viewed as a drone version of the 3D Art Gallery Problem. A computationally simple algorithm to calculate an upper estimate of the minimal number of drones together with their locations is developed. Computer simulations are conducted to demonstrate the effectiveness of the proposed method.

1. Introduction

Aerial Drones or Unmanned Aerial Vehicles (UAVs), which were initially used in military applications, have now been applied widely in various civilian tasks [1], such as infrastructure inspection [2], wireless communication support [3], parcel delivery [4,5,6,7], traffic monitoring [8], surveillance [9], and 3D surface reconstruction of large-scale elements which is of interest in different fields including topography, archaeological research and reconstruction of urban textures or industrial installations [10,11,12,13]. An important class of problems is the deployment of aerial drones for coverage of a certain ground area. In some such problems, drones are deployed to provide communications to users in either disaster areas or during occasional events attracting a lot of participants [3,14,15,16,17,18]. In other problems, the aim is to ensure monitoring of the ground area [19,20,21,22,23,24].
In surveillance and monitoring applications, aerial drones are equipped with some specific sensors, such as video cameras. They fly into the sky and monitor ground targets of interest, such as humans, buildings, pipelines, roads, vehicles, landmarks, and animals, for the purpose of surveillance, security, etc. [20,21,22,25]. A common scenario is when each drone is equipped with a ground facing video camera with some visibility angle. The video camera can see a circular area on the ground and the radius of this area depends on the altitude and the visibility angle. If a point is within this circle, it is considered to be covered by the drone. The altitude of each drone must be in a given range. A typical problem is to deploy the minimal number of drones necessary to cover a given ground area. A well-studied scenario is using a fleet of drones to monitor a given ground area and a general approach is to partition the area first and then plan paths for drones in the sub-areas [26]. A shortcoming of this partition-based method is that it does not guarantee the coverage of any point of the area at any time. Once the motion pattern of the drones is learned, intruders may be able to avoid the monitoring. Thus, a stronger requirement of monitoring applications is to ensure that any point of the area is seen from some drone and a very difficult and practically important extension of this problem is deployment of aerial drones over very uneven terrains, rather than ground areas. Uneven terrains are geometrically complex environments that cannot be approximated with a sufficient accuracy by a plane. In such environments, the visibility cones of drones’ video cameras may be occluded by buildings, walls, mountains, hills, etc. Very uneven terrains are quite typical for dense urban areas with tall buildings and narrow streets [18,27]. This problem will get especially important in the future with the use of small low flying drones [27]. One approach to this problem is to first find a set of positions such that every point on the terrain can be seen from at least one of the positions in the set [28,29] and then construct a tour for the drone to visit these positions such that every position is visited exactly once and the tour completion time is minimized. In contrast to [28,29], this paper focuses on the scenario where any point on the terrain must be monitored all the time. To achieve this, a constructive solution of this UAV deployment problem that may be called a drone version of the three-dimensional (3D) Art Gallery Problem is presented. The Art Gallery Problem is a well-known problem of combinatorial/computational geometry that deals with determining the minimal number of observers necessary to cover an art gallery room such that every point is seen by at least one observer. This problem was formulated by Victor Klee in 1973 [30] and is well studied, especially for the two-dimensional case [30,31,32]. In [33], the Art Gallery Theorem was published that gives an upper bound on the minimal number of observers in the 2D Art Gallery Problem. The proof of [33] was later simplified in [34] via a so-called 3-coloring method. In [35], a 3D version of the Art Gallery Problem was considered where observers are to be placed on uneven terrain modelled as a non-convex polytope. In this paper, a drone version of the 3D Art Gallery Problem in which observers (aerial drones) are to be placed above uneven terrain in a certain range of altitudes (not on the terrain as in [35]) is considered. Moreover, unlike [35], visibility cone constraints should be satisfied. An upper estimate of the minimal number of drones necessary together with an algorithm of calculating drone locations is given. This approach uses 3-coloring method of [34].
The remainder of the paper is organized as follows. The model of very uneven terrains and the problem statement are presented in Section 2. The proposed deployment algorithm together with the main result are given in Section 3. Section 4 presents simulations of the developed drone deployment algorithm. Finally, Section 5 provides a brief conclusion together with some possible directions of future research.

2. Problem Statement

Let ( x , y ) be Cartesian coordinates on the ground plane and z be the coordinate axis perpendicular to the ground plane. A terrain is a graph of a function F ( x , y ) that assigns to every point ( x , y ) on the ground plane an elevation z = F ( x , y ) . The case F ( x , y ) = 0 for all ( x , y ) corresponds to a perfectly flat (even) terrain. Moreover, let D be a given bounded subset of the ground plane z = 0 . The objective is to deploy several aerial drones to monitor the corresponding area of the terrain that is the set D ^ : = ( x , y , F ( x , y ) ) where ( x , y ) D . Also, let Z m i n and Z m a x be given minimum and maximum altitudes for drone deployment, Z m a x > Z m i n > 0 . Assume that each drone can be deployed only at some points ( x d , y d , z d ) such that
( x d , y d ) D , z d [ Z m i n , Z m a x ] .
Furthermore, let ρ i j be the distance between the drones i and j, and ρ i be the minimum distance between the drone i and the terrain. The following safety constraints should hold:
ρ i j c 1 , ρ i c 2
where c 1 > 0 and c 2 > 0 are some given safety margins. The requirements (2) allow the avoidance of collisions of drones with the terrain and each other, which is very important in navigation and deployment, see e.g., [36,37,38,39].
Moreover, drones have a given observation angle 0 < α < π , which defines the visibility cone of each drone, so that a drone with the coordinates ( x d , y d , z d ) can only see points ( x , y , z ) of the terrain that are inside of the circle of radius
r ( z ) : = tan ( α 2 ) ( z d z )
centered at ( x d , y d , z ) where z < z d . A point P on the terrain is visible from a drone located at the point D if P is inside of the visibility cone of the drone, and there is not any other point of the terrain on the straight line segment ( D , P ) , see Figure 1.
Definition 1.
Deployment of several drones is said to be covering if the constraints (1), (2) are satisfied and every point on the terrain region D ^ is visible to at least one of the drones.
Terrain Model: This paper considers the following class of very uneven terrains. First it is assumed that the set D is a polygon with n vertices. Furthermore, let D 1 , , D k be some non-overlapping polygons inside D with n 1 , , n k vertices, respectively. These polygons represent very uneven areas inside D such as buildings, hills, mountains, walls, etc. These areas are modelled as polytopes as follows. Let E 1 , , E k be some other polygons inside the polygons D 1 , , D k , respectively. It is assumed that each polygon E i has the same number n i of vertices with the polygon D i . It should be pointed out that D , D 1 , , D k and E 1 , , E k may be non-convex. Each D i represents the “base” face of the polytope modelling the corresponding very uneven area whereas E i represents its “top” face. Furthermore, it is assumed that this polytope has k i “side” faces. Each “side” face is a convex quadrilateral with one side that is a side of D i and with the opposite side that is a side of E i , see Figure 2. These quadrilaterals are called side quadrilaterals. Notice that the case when some side of E i is a subinterval of D i means that the corresponding side face is a vertical wall. Also, the planes of the “top” faces are not assumed to be parallel to the ground plane z = 0 , see Figure 2. However, they are assumed to be not orthogonal to it. For example, a standard rectangular building is modelled by two identical rectangles E i and D i . Moreover, it is assumed that the rest of polygon D that is outside of the very uneven areas D 1 , , D k , is "relatively even". More precisely, suppose that the following assumption holds.
Assumption 1.
Any point ( x , y , z ) of the terrain outside the "very uneven" areas satisfies
| z | ϵ ,
where ϵ > 0 is some given constant. Moreover, any two such points outside of the very uneven areas of the terrain satisfy the following constraint: the angle between the straight line connecting these two pints and the ground plane is less than β : = ( π 2 α 2 ) .
It is also assumed need the following technical assumptions that usually hold in practice.
Assumption 2.
The inequality ϵ + c 2 Z m i n holds.
Assumption 3.
The altitude of any point ( x , y , z ) corresponding to any vertex of any E i satisfies z > ϵ .
The problem studied in this paper that may be called the drone version of the 3D Art Gallery Problem can be stated as follows.
Problem Statement: What is the minimum number of aerial drones for which covering deployment exists and where should they be deployed? Moreover, it is preferred not only to deploy the minimum number of drones but also deploy the drones at as low altitudes as possible to make them closer to the observed region of the terrain.

3. Deployment Algorithm

The deployment algorithm requires some geometric constructions. Let P be the polygon that is obtained from the polygon D with all the interior points of the polygons D 1 , , D k taken away. It is a non-convex polygon with k “holes” and n + n 1 + + n k vertices. The proposed algorithm consists of the following steps.
Step A1: Choose k non-intersecting diagonals of the polygon P that cut it into a polygon Q without “holes”. More precisely, each of the k diagonals connects either two vertices of D i and D j for some i j or two vertices of D i and D . Now consider each of the k diagonals as two different sides of the polygon Q and each vertex of this diagonal as two different vertices of the polygon Q , see Figure 3. Hence the polygon Q is a polygon without “holes” with n + n 1 + + n k + 2 k vertices.
Step A2: Make some triangulation T of the polygon Q . It means that Q is cut into triangles of vertices of which are vertices of the polygon Q , and all sides are either sides of Q or its non-intersecting diagonals, see Figure 4. Since Q has n + n 1 + + n k + 2 k vertices and no “holes”, the number of triangles in any such a triangulation T is n + n 1 + + n k + 2 k 2 .
Step A3: Build a triangulation T ^ by enlarging the triangulation T by adding some triangles as follows. For any i, add all the vertices e i j of E i to T . So n 1 + n 2 + + n k vertices have been added to the triangulation. n 1 + n 2 + + n k new triangles as added as follows. For any added vertex e i j , add the triangle ( d i j d i j + 1 e i j ) where d i j , d i j + 1 are the corresponding vertices of D i , see Figure 5.
Step A4: Paint the vertices of the triangulation T ^ into three different colors so that any triangle of the triangulation has vertices of three different colors. The following is to prove that such three-coloring exists and give a method to build it. First, build the so-called dual graph of the triangulation T ^ in which the vertices correspond to the triangles of the triangulation T ^ , and two vertices are connected by an edge if and only if the corresponding triangles have a common side. It is obvious that this dual graph is a tree. Indeed, if it is not a tree, then it has a cycle, hence there exists a hole inside of this cycle in the polygon Q , which contradicts to the fact that Q has no holes. Furthermore, since this dual graph is a tree, it should have a hanging vertex (a vertex with only one edge). Let denote this vertex V 1 and take it away from the graph. The remaining graph is a tree again, hence it has a hanging vertex. Let denote this vertex V 2 and take it away from the graph. this operation is done step by step until last vertex V M of the dual graph is got. Now, paint all the vertices of the triangulation T ^ into three colors as follows. First, paint three vertices of the triangle corresponding to V M into three different colors. Then for i = 1 , , M 1 , if all the vertices of all the triangles corresponding to V M , , V M i + 1 have been painted, take the triangle corresponding to V M i . By the above construction, this triangle has a common side with one of the triangles corresponding to V M , , V M i + 2 , V M i + 1 and no common sides with all other of these triangles. The two vertices corresponding to the common side have already been painted (they are vertices of the triangle corresponding to some V j where M j M i + 1 . Now paint the third vertex into the third remaining color. So, step by step all the vertices of the triangulation T ^ have been painted.
Step A5: The set of vertices of the triangulation T ^ is now divided into three non-intersecting subsets corresponding to three different colors. Among these three subsets, take the one with the minimum number of vertices. Place the drones at points with ( x , y ) coordinates corresponding to the vertices of this subset. If some vertex is a vertex of a cutting diagonal, which now corresponds to two vertices of the polygon Q , only one drone is placed at that vertex.
Step A6: Select the altitude of each drone as follows. If the corresponding vertex is not a vertex of any polygons D i , E i , let d l be the maximum of the lengths of all the triangulation triangles sides for which this vertex is one of the two end points. Then place a drone at this vertex at the altitude
z d : = max { Z m i n , ϵ + d l tan ( α 2 ) } .
If the corresponding vertex is a vertex of some polygons D i , E i , let d ^ l be the maximum of the lengths of all the triangulation triangles sides for which this vertex is one of the two end points and the distances to all the vertices of the two side quadrilaterals for which this point is a vertex. Moreover, let a be the maximum altitude of all the terrain points corresponding to the vertices of the two side quadrilaterals for which this point is a vertex. Furthermore, let d m be the maximum distance from this vertex to the vertices of the corresponding top side polygon E i , and b be the maximum altitude of all the terrain points corresponding to the vertices of E i and the two corresponding side quadrilaterals. Also, let d ^ m : = max { d ^ l , d m } . Then for each i, select one vertex that is a vertex of some polygon D i or E i and place a drone at this vertex at the altitude
z d : = max { Z m i n , b + c 2 + d ^ m tan ( α 2 ) } .
For all other selected vertices that are vertices of either polygon D i or E i , place a drone at this vertex at the altitude
z d : = max { Z m i n , a + c 2 + d ^ l tan ( α 2 ) } .
Remark 1.
It should be pointed out that in the proposed algorithmA1A6, this approach always considers triangulations on the ground plane z = 0 . So, all vertices of triangulations are projections of the points on the actual uneven terrain, and the lengths of triangulations sides and quadrilaterals diagonals are also taken on the plane, not on the actual terrain.
Remark 2.
In the case when two selected vertices on the triangulation correspond to the same point of the actual terrain, which can happen when either there are two vertices from one which is the end point of a cutting diagonal inA1or a vertex of D i coincides with a vertex of E i , place just one drone at the point corresponding these two vertices.
Remark 3.
StepA4of the algorithm is based on the 3-coloring method of [34].
For the main result, the following assumptions are needed.
Assumption 4.
The drone altitudes z d defined by (5)–(7) satisfy z d Z m a x .
Assumption 5.
The length d of any side of any triangle of the triangulation T satisfies d c 1 .
The following notation is also needed. For any number x 0 , x denotes the integer part of x, i.e., the maximal integer i such that i x .
Now it is the position to state the main result of the paper.
Theorem 1.
A number N of drones are deployed by the algorithmA1A6. Suppose that Assumptions 1–5 hold. This deployment is covering and
N n + 2 n 1 + + 2 n k + 2 k 3 .
Proof of Theorem 1.
It is obvious that the number of vertices in the constructed triangulation T ^ is n + 2 n 1 + + 2 n k + 2 k . Since all these vertices are painted into three colors and take a color with the minimum number of vertices, the number of these vertices N satisfies (8). Now prove that this deployment of drones is covering. Indeed, by the construction, any triangle of T ^ has a drone deployed at one of its three vertices. Furthermore, any point outside of the very uneven areas belongs to one of the triangles of the triangulation T , and the drone altitudes (5)–(7) and Assumption 1 guarantee that this point is visible from the drone that is located at one of the three vertices of this triangle. Moreover, it obviously follows from the construction that for any side face of any very uneven area, there is a drone deployed at one of its four vertices. The drone altitude selection rules (6) and (7) guarantee that any point of the side face is visible from a drone located at one of these four vertices. Furthermore, it is obvious that any point of the top face of any very uneven area is visible from the drone with altitude selected by (7). Moreover, for any drone location ( x d , y d , z d ) , by the construction ( x d , y d ) D , it follows from (5)–(7) that z d Z m i n , and Assumption 4 guarantees that z d Z m a x . Therefore, the requirements (1) hold. Finally, (5)–(7) and Assumptions 2–5 imply that the requirements (2) are satisfied. This completes the proof of Theorem 1. □

4. Simulation Results

This section demonstrates how the proposed approach works through a case study using MATLAB. Consider a 20 m by 20 m square area of interest shown in Figure 6a with k = 3 very uneven area (a 3D view of them is available in Figure 6f). It can be seen from the top view in Figure 6a that n 1 = 3 , n 2 = 4 , n 3 = 5 . The parameters are set as c 1 = 1 m, c 2 = 0.5 m, ϵ = 0.2 m, Z m i n = 4 m, and α = π 2 . Firstly, k = 3 non-intersecting diagonals are added to construct the polygon Q , see Figure 6b. It is worth pointing out that there is more than one option to insert this kind of diagonals and only one option is demonstrated here. Clearly, according to the proposed constructed, these diagonals build a Q with no holes. Then, following Step A2 and A3, the triangulation T ^ is constructed as shown in Figure 6c. This triangulation has 34 ( n + 2 n 1 + 2 n 2 + 2 n 3 + 2 k ) vertices and 32 ( n + 2 n 1 + 2 n 2 + 2 n 3 + 2 k 2 ) triangles. By selecting a starting triangle, all the triangles are numbered in Figure 6c. Then, the dual graph of the triangulation T ^ is constructed as shown in Figure 6d. The dual graph has 32 vertices corresponding to the 32 triangles of the triangulation T ^ . Following Step A4, all the vertices of the dual graph are numbered from 1 to 32 and they are painted in three colors (red, green, and blue). The numbers of vertices with these colors are 13, 10, and 11, respectively, see Figure 6e. Hence, the subset of vertices with the color of green is selected. Obviously,
N = 10 34 3 = 11 .
This also shows that the estimate of Theorem 1 is quite close. Finally, the altitudes of the drones are computed by (5)–(7), and the deployment of the aerial drones is shown in Figure 6f.

5. Conclusions and Future Research

A novel aerial drone deployment problem was introduced. In this problem, drones are to be placed over a very uneven terrain with the aim to cover every point of a given terrain area. A computationally simple algorithm was developed to give an upper estimate of the minimal number of drones necessary and calculate their locations. This problem may be viewed as a drone version of the 3D Art Gallery Problem. Simulation results demonstrated the effectiveness of the algorithm. There several possible directions in which this research may be extended. One important question is how to approximate a real uneven terrain by the terrain model proposed in this paper. Another practically important direction is to extend the developed Drone Art Gallery Theorem to the case when the drone placement region does not coincide with the ground surveillance region. Such situations happen when there are some ”no-fly zones” over which aerial drones are not allowed to be deployed for safety reasons. Another direction of future research is to apply the proposed method to surveillance and monitoring problems in which aerial drones are not steady but flying over an uneven terrain region [27]. This would naturally lead to 3D version of the so-called sweep coverage problem [40] for groups of drones and very uneven terrains.

Author Contributions

Conceptualization, A.V.S.; methodology, A.V.S.; software, H.H.; validation, H.H.; formal analysis, A.V.S.; investigation, H.H.; resources, H.H.; data curation, H.H.; writing–original draft preparation, A.V.S., H.H.; writing–review and editing, A.V.S., H.H.; visualization, A.V.S.; supervision, A.V.S.; project administration, A.V.S., H.H.; funding acquisition, A.V.S.

Funding

This work is supported by Australian Research Council.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Huang, H.; Savkin, A.V. Towards the Internet of Flying Robots: A Survey. Sensors 2018, 18, 4038. [Google Scholar] [CrossRef] [PubMed]
  2. Zhou, Z.; Zhang, C.; Xu, C.; Xiong, F.; Zhang, Y.; Umer, T. Energy-Efficient Industrial Internet of UAVs for Power Line Inspection in Smart Grid. IEEE Trans. Ind. Inform. 2018, 14, 2705–2714. [Google Scholar] [CrossRef]
  3. Huang, H.; Savkin, A.V. A Method for Optimized Deployment of Unmanned Aerial Vehicles for Maximum Coverage and Minimum Interference in Cellular Networks. IEEE Trans. Ind. Inform. 2018. [Google Scholar] [CrossRef]
  4. Murray, C.C.; Chu, A.G. The flying sidekick traveling salesman problem: Optimization of drone-assisted parcel delivery. Transp. Res. Part C Emerg. Technol. 2015, 54, 86–109. [Google Scholar] [CrossRef]
  5. Dorling, K.; Heinrichs, J.; Messier, G.G.; Magierowski, S. Vehicle routing problems for drone delivery. IEEE Trans. Man Cybern. Syst. 2017, 47, 70–85. [Google Scholar] [CrossRef]
  6. Hong, I.; Kuby, M.; Murray, A.T. A range-restricted recharging station coverage model for drone delivery service planning. Transp. Res. Part C Emerg. Technol. 2018, 90, 198–212. [Google Scholar] [CrossRef]
  7. Kim, S.; Moon, I. Traveling Salesman Problem With a Drone Station. IEEE Trans. Syst. Man Cybern. Syst. 2019, 49, 42–52. [Google Scholar] [CrossRef]
  8. Kanistras, K.; Martins, G.; Rutherford, M.J.; Valavanis, K.P. Survey of unmanned aerial vehicles (UAVs) for traffic monitoring. In Handbook of Unmanned Aerial Vehicles; Springer: Berlin, Germany, 2015; pp. 2643–2666. [Google Scholar]
  9. Gu, J.; Su, T.; Wang, Q.; Du, X.; Guizani, M. Multiple Moving Targets Surveillance Based on a Cooperative Network for Multi-UAV. IEEE Commun. Mag. 2018, 56, 82–89. [Google Scholar] [CrossRef]
  10. Mancini, F.; Dubbini, M.; Gattelli, M.; Stecchi, F.; Fabbri, S.; Gabbianelli, G. Using Unmanned Aerial Vehicles (UAV) for High-Resolution Reconstruction of Topography: The Structure from Motion Approach on Coastal Environments. Remote Sens. 2013, 5, 6880–6898. [Google Scholar] [CrossRef] [Green Version]
  11. Nikolakopoulos, K.G.; Soura, K.; Koukouvelas, I.K.; Argyropoulos, N.G. UAV vs. classical aerial photogrammetry for archaeological studies. J. Archaeol. Sci. Rep. 2017, 14, 758–773. [Google Scholar] [CrossRef]
  12. Calì, M.; Ambu, R. Advanced 3D Photogrammetric Surface Reconstruction of Extensive Objects by UAV Camera Image Acquisition. Sensors 2018, 18, 2815. [Google Scholar] [CrossRef]
  13. Fraundorfer, F. Building and site reconstruction from small scale unmanned aerial vehicles (UAV’s). In Proceedings of the Joint Urban Remote Sensing Event (JURSE), Lausanne, Switzerland, 30 March–1 April 2015; pp. 1–4. [Google Scholar]
  14. Yang, P.; Cao, X.; Yin, C.; Xiao, Z.; Xi, X.; Wu, D. Proactive Drone-Cell Deployment: Overload Relief for a Cellular Network Under Flash Crowd Traffic. IEEE Transa. Intell. Transp. Syst. 2017, 18, 2877–2892. [Google Scholar] [CrossRef]
  15. Savkin, A.V.; Huang, H. Deployment of Unmanned Aerial Vehicle Base Stations for Optimal Quality of Coverage. IEEE Wirel. Commun. Lett. 2019, 8, 321–324. [Google Scholar] [CrossRef]
  16. Fotouhi, A.; Ding, M.; Hassan, M. Flying Drone Base Stations for Macro Hotspots. IEEE Access 2018, 6, 19530–19539. [Google Scholar] [CrossRef]
  17. Huang, H.; Savkin, A.V. An Algorithm of Efficient Proactive Placement of Autonomous Drones for Maximum Coverage in Cellular Networks. IEEE Wirel. Commun. Lett. 2018, 7, 994–997. [Google Scholar] [CrossRef]
  18. Uluturk, I.; Uysal, I.; Chen, K.C. Efficient 3D Placement of Access Points in an Aerial Wireless Network. In Proceedings of the 2019 16th IEEE Annual Consumer Communications & Networking Conference (CCNC), Las Vegas, NV, USA, 11–14 January 2019; pp. 1–7. [Google Scholar]
  19. Pugliese, L.D.P.; Guerriero, F.; Zorbas, D.; Razafindralambo, T. Modelling the mobile target covering problem using flying drones. Optim. Lett. 2016, 10, 1021–1052. [Google Scholar] [CrossRef]
  20. Trotta, A.; Di Felice, M.; Montori, F.; Chowdhury, K.R.; Bononi, L. Joint Coverage, Connectivity, and Charging Strategies for Distributed UAV Networks. IEEE Trans. Robot. 2018, 34, 883–900. [Google Scholar] [CrossRef]
  21. Caillouet, C.; Razafindralambo, T. Efficient deployment of connected unmanned aerial vehicles for optimal target coverage. In Proceedings of the Global Information Infrastructure and Networking Symposium (GIIS), Reunion Island, France, 25–27 October 2017; pp. 1–8. [Google Scholar]
  22. Caillouet, C.; Giroire, F.; Razafindralambo, T. Optimization of mobile sensor coverage with UAVs. In Proceedings of the Conference on Computer Communications Workshops (INFOCOM WKSHPS), Honolulu, HI, USA, 15–19 April 2018; pp. 622–627. [Google Scholar]
  23. Zorbas, D.; Pugliese, L.D.P.; Razafindralambo, T.; Guerriero, F. Optimal drone placement and cost-efficient target coverage. J. Netw. Comput. Appl. 2016, 75, 16–31. [Google Scholar] [CrossRef] [Green Version]
  24. Lyu, J.; Zeng, Y.; Zhang, R.; Lim, T.J. Placement Optimization of UAV-Mounted Mobile Base Stations. IEEE Commun. Lett. 2017, 21, 604–607. [Google Scholar] [CrossRef] [Green Version]
  25. Erdelj, M.; Natalizio, E.; Chowdhury, K.R.; Akyildiz, I.F. Help from the Sky: Leveraging UAVs for Disaster Management. IEEE Pervasive Comput. 2017, 16, 24–32. [Google Scholar] [CrossRef]
  26. Araujo, J.; Sujit, P.; Sousa, J.B. Multiple UAV area decomposition and coverage. In Proceedings of the IEEE Symposium on Computational Intelligence for Security And Defense Applications (CISDA), Singapore, 16–19 April 2013; pp. 30–37. [Google Scholar]
  27. Jakob, M.; Semsch, E.; Pavlıcek, D.; Pechoucek, M. Occlusion-aware multi-UAV surveillance of multiple urban areas. In Proceedings of the 6th Workshop on Agents in Traffic and Transportation (ATT 2010), Toronto, ON, Canada, 11 May 2010; pp. 59–66. [Google Scholar]
  28. Semsch, E.; Jakob, M.; Pavlicek, D.; Pechoucek, M. Autonomous UAV surveillance in complex urban environments. In Proceedings of the IEEE/WIC/ACM International Joint Conference on Web Intelligence and Intelligent Agent Technology, Milan, Italy, 15–18 September 2009; Volume 2, pp. 82–85. [Google Scholar]
  29. Geng, L.; Zhang, Y.; Wang, J.; Fuh, J.Y.; Teo, S. Mission planning of autonomous UAVs for urban surveillance with evolutionary algorithms. In Proceedings of the 10th IEEE International Conference on Control and Automation (ICCA), Hangzhou, China, 12–14 June 2013; pp. 828–833. [Google Scholar]
  30. O’Rourke, J. Art Gallery Theorems and Algorithms; Oxford University Press: Oxford, UK, 1987; Volume 57. [Google Scholar]
  31. Bottino, A.; Laurentini, A. A nearly optimal algorithm for covering the interior of an art gallery. Pattern Recognit. 2011, 44, 1048–1056. [Google Scholar] [CrossRef]
  32. Fekete, S.P.; Friedrichs, S.; Kröller, A.; Schmidt, C. Facets for art gallery problems. Algorithmica 2015, 73, 411–440. [Google Scholar] [CrossRef]
  33. Chvatal, V. A combinatorial theorem in plane geometry. J. Comb. Theory Ser. B 1975, 18, 39–41. [Google Scholar] [CrossRef] [Green Version]
  34. Fisk, S. A short proof of Chvátal’s watchman theorem. J. Comb. Theory Ser. B 1978, 24, 374. [Google Scholar] [CrossRef]
  35. Marengoni, M.; Draper, B.A.; Hanson, A.; Sitaraman, R. A system to place observers on a polyhedral terrain in polynomial time. Image Vis. Comput. 2000, 18, 773–780. [Google Scholar] [CrossRef] [Green Version]
  36. Savkin, A.V.; Matveev, A.S.; Hoy, M.; Wang, C. Safe Robot Navigation Among Moving and Steady Obstacles; Elsevier: Amsterdam, The Netherlands, 2015. [Google Scholar]
  37. Hoy, M.; Matveev, A.S.; Savkin, A.V. Algorithms for collision-free navigation of mobile robots in complex cluttered environments: A survey. Robotica 2015, 33, 463–497. [Google Scholar] [CrossRef]
  38. Wang, C.; Savkin, A.V.; Garratt, M. A strategy for safe 3D navigation of non-holonomic robots among moving obstacles. Robotica 2018, 36, 275–297. [Google Scholar] [CrossRef]
  39. Savkin, A.V.; Wang, C. A simple biologically inspired algorithm for collision-free navigation of a unicycle-like robot in dynamic environments with moving obstacles. Robotica 2013, 31, 993–1001. [Google Scholar] [CrossRef]
  40. Cheng, T.M.; Savkin, A.V. Decentralized control for mobile robotic sensor network self-deployment: Barrier and sweep coverage problems. Robotica 2011, 29, 283–294. [Google Scholar] [CrossRef]
Figure 1. The region a drone can see.
Figure 1. The region a drone can see.
Sensors 19 01438 g001
Figure 2. An illustration of a very uneven area.
Figure 2. An illustration of a very uneven area.
Sensors 19 01438 g002
Figure 3. The construction of polygon Q by adding k non-intersecting diagonals to the polygon P .
Figure 3. The construction of polygon Q by adding k non-intersecting diagonals to the polygon P .
Sensors 19 01438 g003
Figure 4. The triangulation T of the polygon Q .
Figure 4. The triangulation T of the polygon Q .
Sensors 19 01438 g004
Figure 5. The construction of the triangulation T ^ . A, B, C are vertices of D 1 and A’, B’, C’ are vertices of E 1 .
Figure 5. The construction of the triangulation T ^ . A, B, C are vertices of D 1 and A’, B’, C’ are vertices of E 1 .
Sensors 19 01438 g005
Figure 6. (a) A square area with 3 very uneven areas. (b) The construction of polygon Q . (c) The construction of triangulation T ^ . (d) The dual graph of T ^ with the vertices numbered from 1 to 32. (e) Painting the vertices. (f) Deployment of aerial drones in 3D space.
Figure 6. (a) A square area with 3 very uneven areas. (b) The construction of polygon Q . (c) The construction of triangulation T ^ . (d) The dual graph of T ^ with the vertices numbered from 1 to 32. (e) Painting the vertices. (f) Deployment of aerial drones in 3D space.
Sensors 19 01438 g006

Share and Cite

MDPI and ACS Style

Savkin, A.V.; Huang, H. Proactive Deployment of Aerial Drones for Coverage over Very Uneven Terrains: A Version of the 3D Art Gallery Problem. Sensors 2019, 19, 1438. https://doi.org/10.3390/s19061438

AMA Style

Savkin AV, Huang H. Proactive Deployment of Aerial Drones for Coverage over Very Uneven Terrains: A Version of the 3D Art Gallery Problem. Sensors. 2019; 19(6):1438. https://doi.org/10.3390/s19061438

Chicago/Turabian Style

Savkin, Andrey V., and Hailong Huang. 2019. "Proactive Deployment of Aerial Drones for Coverage over Very Uneven Terrains: A Version of the 3D Art Gallery Problem" Sensors 19, no. 6: 1438. https://doi.org/10.3390/s19061438

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop