Next Article in Journal
Multimodal Speaker Diarization Using a Pre-Trained Audio-Visual Synchronization Model
Previous Article in Journal
From the Sensor to the Cloud: Intelligence Partitioning for Smart Camera Applications
Previous Article in Special Issue
Suitability of a Non-Dispersive Infrared Methane Sensor Package for Flux Quantification Using an Unmanned Aerial Vehicle
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Traffic Patrolling Routing Problem with Drones in an Urban Road System

1
School of Management, Hefei University of Technology, Hefei 230009, China
2
Key Laboratory of Process Optimization and Intelligent Decision-Making, Ministry of Education, Hefei 230009, China
3
Engineering Research Center for Intelligent Decision-making & Information Systems Technologies, Ministry of Education, Hefei 230009, China
4
Key Laboratory of Urban ITS Technology Optimization and Integration, The Ministry of Public Security of China, Hefei 230088, China
5
Anhui Keli Information Industry CO., LTD, Hefei 230088, China
*
Author to whom correspondence should be addressed.
Sensors 2019, 19(23), 5164; https://doi.org/10.3390/s19235164
Submission received: 30 September 2019 / Revised: 13 November 2019 / Accepted: 19 November 2019 / Published: 25 November 2019

Abstract

:
The remarkable development of various sensor equipment and communication technologies has stimulated many application platforms of automation. A drone is a sensing platform with strong environmental adaptability and expandability, which is widely used in aerial photography, transmission line inspection, remote sensing mapping, auxiliary communication, traffic patrolling, and other fields. A drone is an effective supplement to the current patrolling business in road traffic patrolling with complex urban buildings and road conditions and a limited ground perspective. However, the limited endurance of patrol drones can be directly solved by vehicles that cooperate with drones on patrolling missions. In this paper, we first proposed and studied the traffic patrolling routing problem with drones (TPRP-D) in an urban road system. Considering road network equations and the heterogeneity of patrolling tasks in the actual patrolling process, we modeled the problem as a double-layer arc routing problem (DL-ARP). Based on graph theory and related research work, we present the mixed integer linear programming formulations and two-stage heuristic solution approaches to solve practical-sized problems. Through analysis of numerical experiments, the solution method proposed in this paper can quickly provide an optimal path planning scheme for different test sets, which can save 9%–16% of time compared with traditional vehicle patrol. At the same time, we analyze several relevant parameters of the patrol process to determine the effect of coordinated traffic patrol. Finally, a case study was completed to verify the practicability of the algorithm.

1. Introduction

With the rapid growth of urban vehicle ownership [1], road traffic congestion has become a hotly debated public concern, and traffic management departments can effectively alleviate traffic congestion by deploying patrol vehicles to patrol different road sections [2]. However, when roads are heavily congested, it is difficult for patrol vehicles to enter the congested roads to disperse traffic [3]. In recent years, as a new type of flight platform, drones [4,5] have been used, with the characteristics of being low cost and having a low weight, high mobility and great adaptability to carrying different types of loads [6]. Drones can cooperate with ground vehicles to complete multiple traffic patrolling tasks [7,8,9] and have gradually become effective vehicles for traffic patrolling tasks [10]. For example, both the Seattle and Los Angeles police departments have made drone patrols part of their law enforcement activities; in 2016, the Nanjing Yangtze River road administration brigade manually operated drones to conduct road patrolling and traffic monitoring tasks during holidays, and in 2017, the Devon, Cornwall, and Dorset police forces jointly established the UK’s first dedicated drone force to provide corresponding police services. Therefore, the patrol for traffic monitoring [11] and incident response can use drones to enhance efficiency [12]. However, most of the drones available for patrolling tasks are rotary-wing drones, which have a limited endurance. A direct solution is to use a vehicle to provide assistance [13]. The vehicle transports the drone and performs traffic patrols through the release and recovery of the drone, while the vehicle also performs mission visits. This method takes full advantage not only of the long-distance driving ability of vehicles but also of the high mobility and wireless remote-control aspects of drones [14]. However, this also creates a new problem, which is how to cooperate between a drone and a vehicle during the patrol tasks. Moreover, the collaborative access strategy and route selection of vehicles and drones is a complex optimization problem, and there are still many challenges in the path planning of vehicles and drones.
Presently, most of the current research work focuses on the single point of mission access in collaboration with vehicles and drones, which is often described as a variant of the Traveling Salesman Problem (TSP) [15,16,17]. Murray and Chu et al. [15] first studied the one-vehicle-one-drone coordination problem. The researchers proposed the Flying Sidekick Traveling Salesman Problem (FSTSP), which is a variant of the TSP targeted at different points, but their research [18,19,20,21] is not suitable for the one-vehicle-one-drone coordination problem of traffic patrols. First, although drones are not bound to roads [22,23], for security purposes and road patrolling requirements, drones also need to be under the equations of road networks; thus, as with vehicles, drones also need to have independent and complete flight paths, and the determination of take-off and landing points will clearly not only be a task point but will also be present in any road patrol vehicle path node. Second, the traffic patrolling task is essentially determined by the road network, which is heterogeneous. Finally, due to the occurrence of line tasks in traffic patrolling tasks, the distance between tasks is no longer a fixed value (this phenomenon will be explained in detail in Section 4.1). These specific factors make the joint design of task assignment and path planning quite challenging.
Based on the above analysis, this paper studies the traffic patrolling routing problem with drones (TPRP-D) in an urban road system, which is oriented toward heterogeneous tasks. The road network is no longer just a connection between tasks, it is also the task itself. In this scenario, there are multiple task points and task lines that need to be patrolled. The patrolling task is cooperatively completed by a patrol vehicle and a drone that can take off and land on the patrol vehicle [24]. It takes time for the drone to take off and land. As the drone takes off and lands, the vehicle needs to stay and wait for the drone to complete its operation. The batteries were replaced when the drone was recycled. So the drone has full endurance on every flight. The purpose is to minimize the total mission visit time by optimizing the vehicle’s driving path, the drone’s take-off and landing positions and the drone’s flight path. The main innovation points of this paper are as follows.
(1)
A novel problem, the TPRP-D in an urban road system, is introduced and defined. This problem considers the access to heterogeneous tasks in the coordination of vehicles and drones. The problem also considers the road influence on the path. With time minimization as the objective, this process considers all heterogeneous tasks and returns to the patrol center.
(2)
This paper models this problem as a double-layer arc routing problem (DL-ARP). By introducing a directed graph as a modeling form of the road network, heterogeneous tasks and two types of vehicle paths in the road network are expressed uniformly. Based on this approach, the patrolling process is modeled and described through two-layer mixed integer programming (MIP).
(3)
In this paper, a two-stage heuristic algorithm is designed to solve the TPRP-D. Numerical experiments demonstrate the performance of the algorithm. Finally, a case study is completed on the road network in Hefei, Anhui Province. The research results show that the algorithm designed in this paper can obtain a high-quality feasible solution of the TPRP-D in a relatively short time for the actual-scale problem and quickly provide a satisfactory vehicle–aircraft cooperative traffic patrolling scheme for the traffic police department.
The rest of this article is organized as follows: the existing research is described in Section 2. In Section 3, we illustrate our problem in detail with a mathematical model of mixed integer linear programming. In Section 4, we describe the proposed two-stage heuristic algorithm in detail. In Section 5, we provide a numerical example to demonstrate the effectiveness of the model and the algorithm. In Section 6, we examine a specific application case. In Section 7, conclusions are drawn, and future research directions are discussed.

2. Related Work

In recent years, traffic patrol optimization has attracted the attention of many scholars. Adler et al. [25] studied the patrol vehicle center location method based on accident probability hotspots to improve the quick response ability of an entire road network. Lou et al. [26] examined a highway service patrol deployment plan to alleviate congestion. Li et al. [27] also studied the use of a discrete time simulation to evaluate the cost-benefit ratio in areas with a low traffic flux for highway patrol and safety rescue optimization. In the field of transportation, many scholars focus on the prediction, evaluation [28], and prevention of traffic events. They paid relatively little attention to the research of task assignment and path planning for specific patrol tasks. With the expansion of urban scale, a large number of heterogeneous patrol tasks have been generated, and path planning for road patrol tasks is a challenging research direction.
A vehicle is a kind of traditional patrol platform. Under the condition that the current patrol capability is far from enough, a drone is an effective supplement. A drone is a new type of air patrol platform, which can observe the traffic situation on the road with a larger perspective from the air, and can also reach the accident scene or the congested road section quickly, with strong flexibility. There are also a number of studies on the application of drones [29] in traffic patrol optimization. Oh et al. [30] used a drone to examine the road network search problem in the Dubins path case when a group of unconnected roads need to be searched. Chow et al. [22] proposed the deterministic multiperiodic arc inventory routing problem and deployed a drone for traffic monitoring in view of the monitoring requirements of traffic big data. Campbell et al. [31] established the arc routing problem of drones to solve the application of side targets in the access network. When drone capacity is limited, multiple drones should be considered for joint execution. In traffic patrolling, it is not practical to only use drones to execute all patrolling missions. It is necessary to consider the restrictions of complex urban construction facilities, no-fly zones, drone endurance levels, etc. [32]. Traffic patrols through the cooperation between vehicles and drones is a relatively new problem.
With the widespread application of the new generation of information technology, drone technology has been widely applied [33]. The collaboration between vehicles and drones is a growing concern for researchers [34]. Murray and Chu et al. [15] suggested the FSTSP to solve the collaborative delivery of vehicles and drones. Through path planning of vehicles and drones, the mission objectives are completely considered. A two-stage heuristic solution framework is proposed that can effectively obtain the optimal programming results. Agatz et al. [35] were among the first to propose the TSP-D (Traveling Salesman Problem with Drone). The researchers modeled the problem as an integer programming problem and suggested several fast paths by heuristic algorithms based on a local search and dynamic programming, thereby verifying the optimization effect of drone collaboration on the entire process. The authors will extend their model in order to take into account multiple trucks (or drones) in the future work. Boysen et al. [36] studied the scheduling problem of launching drones from transport vehicles to perform point tasks on a given transport vehicle route and introduced two MIP models and a simple heuristic solution framework to solve this problem. Due to the road network, it is more difficult to model the take-off and landing points of drones, which means the solution space of this new problem will be huge. This is the key difference between our work and others. Es Yurek et al. [37] provide an approach for solving the TSP-D and highlight that they are able to solve instances with 10–12 vertices in shorter computation time. Ha et al. [38] considered a variant of the FSTSP that aims to minimize operational costs. These include variable costs for driving and flying, and may include the time spent waiting for trucks and drones. Notably, they also tested their heuristics under the minimal time goal. According to their experiments, under the lowest cost target, the cost was reduced by about 30% (and the maximum completion time increased by about 50%) by truck alone. In addition, under the minimum completion time target, the maximum completion time was reduced by approximately 10% (costs typically reduced by 20%). Ulmer et al. [39] considered factors such as the speed limit of vehicles in cities, geographical partitioning, heterogeneous vehicles, drone performance, and time windows, modeled these elements as a Markov decision-making process, and established a solution method based on geographical regions to increase the total delivery volume in a day and to reduce the total cost of task completion. Luo et al. [40] studied the two-level path problem of a ground vehicle and a drone. The drone can access targets outside the roads, while the vehicle needs to drive within the road network and can intersect the drone path at any time. A new 0-1 integer programming model is established, which considers the routing equations and the interaction between the two levels of routing, and two heuristic algorithms are proposed. Based on Luo’s work, Hu et al. [41] studied the cooperation approach between one vehicle and several drones to complete the path optimization problem of off-road mission target access and proposed an algorithm based on the vehicle-assisted multi-unmanned aerial vehicle (VAMU) algorithm to solve the problem.
Most of these studies start from the actual demands of the logistics distribution and solve the problem of the vehicle–drone cooperative TSP. However, in the traffic patrolling problem, the road not only connects the tasks but also is a task itself; therefore, it is difficult to ignore the influence of the road network on problem modeling and algorithm design. After considering the influence of the road network, the modeling method of heterogeneous tasks and drone tracks will be vastly different, which is the main modeling and algorithm design innovation in this paper.
Table 1 shows the research status of a representative part of relevant work. Obviously, the research on vehicle–drone collaboration is mainly aimed at point task at the beginning, which is a variant of TSP. The study of Arc Route Problem has been extended from CPP (Chinese Postman Problem) and RPP (Rural Postman Problem). Most of these studies are based on ground vehicles. In recent years, there have been a lot of researches on drone Arc Routing Problem. However, there are few researches on vehicle–drone collaboration in road network. Much of the research on the collaboration between vehicles and drones is to use vehicles to move in the road network and drones to visit the target points outside the road network. The problem studied in this paper obviously depends on the road network. But the difference is that the heterogeneous tasks we focus on are the points and lines within the road network.

3. Mathematical Modeling

The problem described in this article is the following: the vehicle carries a drone, which can take off and land on the vehicle many times and leaves from the patrol center. Multiple heterogeneous tasks along the road network are accessed. When the vehicle and drone perform joint patrols, the vehicle releases the drone at certain road junctions, and then the vehicle will retrieve the drone at certain junctions. There are time costs associated with both the release and recovery events. Both the vehicle and the drone return to the patrol center. Patrolling missions have been fully considered in this process in both serial and parallel ways. This section provides relevant variable definitions about urban road networks and heterogeneous tasks. At the same time, the TPRP-D is described in detail, and a mathematical model is established.

3.1. Description of the Urban Road Network

The discrete road network is simplified as a connected graph, G = V , E . Clearly, the set of road intersections is the point set V = V 0 , V 1 , , V v 1 of connected graph G , where v is the number of points. The set of road sections is the edge set E = e i j = V i , V j of connected graph G , and the number of edges is   e . Each side e i j E has a nonnegative weight, w e i j , which represents the length of the edge. If e i j E , then w e i j = 0 . Moreover, based on the actual road conditions and convenience of the subsequent modeling, the connected graph is designed as a directed graph, i.e., e i j e j i .In this paper, we abstract complex traffic hubs such as overpasses and three-level roads into nodes in the directed graph, and establish a simplified directed diagram of urban road network, as shown in Figure 1. The overpasses do not affect the form of connection between the roads. It does not affect the path decision, which is why we chose to simplify it. However, the existence of urban overpasses affects the vehicle speed, which is reflected in the average vehicle passage speed.

3.2. Description of the Heterogeneous Task

In the above directed graph of the road network, we define V 0 as the patrol center, which serves as the start and end points of the patrol. The point task is expressed as   T V = T 1 V , T 2 V , , T m V , for T V V . In addition to T k V = V i , k = 1 , 2 , , m , for i = 1 , 2 , . v , and m v 1 . Similarly, the line task is expressed as T E = T 1 E , T 2 E , , T n E , for T E E , and T k E = e i j = V i , V j , for k = 1 , 2 , , n and V i , V j E . In addition, n e .

3.3. Mathematical Formulation

First, we assume that both the vehicles and drones are traveling at a uniform speed in the urban road network and that the time consumed per unit distance is expressed in terms of C V and C U , respectively. For a certain city size, the patrol vehicles can be considered to have an unlimited endurance. The maximum range of the drone is expressed as R M a x . It will also take time to release and recover the drones. We use S L to represent the time that it takes for the drone to be released and S R to represent the time that it takes for the drone to be recovered. Since both the vehicles and drones need to leave and eventually return to the patrol center during the entire process, V 0 is visited twice. Therefore, we set the point where all vehicles and drones start from as V S = V 0 , V 1 , , V v 1 and the point where all vehicles and drones return to as V E = V 0 , V 1 , , V v . Both V 0 and V v represent the patrol center. The vehicle path constraints, drone path constraints, patrol time constraints, and task access constraints are described in detail in the remaining four parts of this section.

3.3.1. Vehicle Path Equations

Let the 0-1 variable, x i j = 0 , 1 , indicate whether the vehicle travels from i to j , and i V S , j V E , and V i , V j E . In the process of task execution, the following constraints should be satisfied for the vehicle:
i , k E x i k = k , j E x k j , V k V
0 , j E x 0 j = 1 , V j V E
i , 0 E x i 0 = 1 , V i V S
Equation (1) ensures that the inward arc of all nodes in the network is equal to the outward arc, and equation (2) ensures that the vehicle only leaves once from the patrol center, while equation (3) ensures that the vehicle returns to the patrol center only once. This is the fundamental equation for closed loops in graph theory. For any point k in a loop, there is one and only one incoming line segment, which is the outgoing line segment.
The vehicle is the take-off and landing platform of the drone. The vehicle path point set (namely, the set of drone take-off and landing points) is a set of road network points that varies according to the different vehicle paths. Therefore, we define the following auxiliary decision variables to help us model the problem. First, we define the point set of the vehicle’s access path as P , for P V . Second, we set u i , whose value represents the order in which the vehicles are accessed to 0 u i v + 2 , for i P . For example, if the path of the vehicle is 0→3→5→1→0, then u 0 = 1 , u 3 = 2 , u 5 = 3 , and u 1 = 4 . If road network node i is not accessed by vehicles, then u i = 0 , for i V P . Equation (4) guarantees that u i increases along the sequence of vehicle access, and equation (5) guarantees that the starting point is always T 0 .
u i u j + 1 v + 1 1 x i j , V i V S , V j V E : j i
u 0 = 1

3.3.2. Drone Path Equations

Based on the auxiliary decision variables set in Section 3.3.1, we set F i j f = 0 , 1 depending on whether the f sortie of the drone takes off from i and lands in j , i V S , j V E , and   f N . We define the set of points through which the drone takes off and lands as Q , for Q P . Let y i j f = 0 , 1 be the f flight of the drone, from i to j , for V i , V j E , f N . For the access path of the drone, there are the following constraints:
u j > u i , F i j f
u j f u i f u i f u j f > 0 , F i j f
u i f u i f f f > 0 , F i j f
i , k E y i k f = 1 , F i j f
k , j E y k j f = 1 , F i j f
i , k E y i k f = k , j E y k j f , V k V
Equation (6) means that the vehicle must execute a release operation for each sortie before retrieving the drone, and equation (7) guarantees the independence between sorties; that is, the drone must be recovered by the vehicle before any subsequent release. Equation (8) restricts the sequence of sorties to increase along the vehicle direction, and equations (9) and (10) ensure that each drone flight has one departure and one return. Equation (11) ensures that each drone has a unique flight route.

3.3.3. Patrol Time Equations

In Section 3.3.1 and Section 3.3.2, we defined the vehicle and drone path equations in the road network directed graph. Since our goal is to minimize the total time required to complete mission visits and return to the patrol center, calculating the patrol time is an essential step. Based on the vehicle path, the total time consumption is calculated when it passes through each path point. Since the drone takes off and lands at the vehicle’s path point, we can recalibrate the vehicle’s time at these special network nodes. Coordinated traffic patrolling with vehicles and drones is essentially a dynamic combination of the two modes. In one mode, the vehicle is driven in the urban road network, and the drone is located on the vehicle. This mode is called serial patrolling. The other mode is when the drone performs other patrolling tasks alone, while the vehicle is also patrolling. This mode is called parallel patrolling. Therefore, let t i   be the time that the vehicle arrives at i , for i V . Moreover, let t i f be the time when the drone arrives at i in the f   sortie, for i V .
t k f t h f + w e h k C U M 1 y h k f h V S , k V E : k h , F i j f
t k f t h f + w e h k C U + M 1 y h k f h V S , k V E : k h , F i j f
t i f = 0 , F i j f
t k         t h + w e h k C V + S L ( V k , V j E F k j f ) + S R ( V m , V k E F m k f ) M 1 x h k , t h + w e h k C V t m + t k f t i + t k f + S L ( V k , V j E F k j f ) + S R ( V m , V k E F m k f ) M 1 x h k , t h + w e h k C V < t m + t k f V h V S , V k V E : k h , F k j f , F m k f
t k         t h + w e h k C V + S L ( V k , V j E F k j f ) + S R ( V m , V k E F m k f ) + M 1 x h k , t h + w e h k C V t m + t k f t i + t k f + S L ( V k , V j E F k j f ) + S R ( V m , V k E F m k f ) + M 1 x h k , t h + w e h k C V < t m + t k f V h V S , V k V E : k h , F k j f , F m k f
t 0 = 0
R M a x t k f C U , t h + w e h k C V t i + t k f t h + w e h k C V t i C U , t h + w e h k C V < t i + t k f h V S , k V E : k h , F i j f
First, we calculate the flight time of each drone sortie individually. Equation (14) uniformly sets the time from each take-off point to 0, and equations (12) and (13) ensure that the flight time of the drone in the same sortie increases in sequence according to the flight direction. Second, we calculate the time of the vehicle at each of its path points, and equations (15) and (16) limit the time increase of the vehicle in the entire closed-loop path. At every point in the vehicle path, the status of the drone, whether the drone is at the take-off or landing point, should be judged according to F i j f . Then, according to the state of the drone at each vehicle path point, the time of departure from this point and the heading to the next path point is calculated. Equation (17) restricts the starting point time of the vehicles at 0, while equation (18) ensures that the drone flight meets the range limit in each sortie. The equation also considers the situation in which the drone needs to hover and wait in the air for the vehicle.

3.3.4. Task Access Equations

Equation (19) ensures that all line tasks are visited by the vehicle or drone at least once, and equation (20) ensures that all point tasks are visited by the vehicle or drone at least once.
x i j + x j i + f y i j f + y j i f 1 , e i j T E
i , k E x i k + f y i k f 1 , V k T V

3.4. Optimized Objective Function of the TPRP-D

To solve the TPRP-D, the optimization problem objective is to minimize the total time that the vehicle and the drone require to jointly perform the tasks.
min t v

4. Two-Stage Heuristic Algorithm

According to the characteristics of the TPRP-D and the urban road network, in this section, we design a two-stage heuristic algorithm to solve this problem. First, in the first stage of the algorithm, the shortest path of all heterogeneous tasks performed only by the vehicle in the urban road network is solved. By designing a transformation solution method, the problem caused by the uncertain distances between the heterogeneous tasks is solved. Second, in the second stage of the algorithm, based on the shortest path of the vehicle obtained in the first stage, the corresponding task is extracted from the heterogeneous tasks performed by the vehicle and assigned to the drone, and then the path of the vehicle is recalculated. The optimal take-off and landing points of the drone in the vehicle path are calculated when the drone performs the aforementioned task, and the drone’s flight path is designed accordingly. It is determined whether to assign the task to the drone by determining whether this assignment reduces the system time. In this way, optimal task assignment and track planning can be achieved.
Algorithm 1 is an improved two-stage heuristic algorithm. Section 4.1 and Section 4.2 describe the two processes.
Algorithm 1. Improved two-stage heuristic algorithm pseudocode.
Input: RoadInfo, TaskInfo;
Output: VehiRoute, droneRoute;

Begin
//First Stage
OnlyVehiPathFunc(RoadInfo, TaskInfo);
Obtain VehiRoute[];

//Second Stage
HeuristicFunc(VehiRoute[]);
Obtain VehiRoute, droneRoute
End

4.1. Algorithm Stage 1: Assignment Method for the Heterogeneous Task Distance Matrix

The closed-loop approach to the multiple tasks in urban roads is essentially connecting the tasks in sequence with the lowest cost. Since there are certain differences between point tasks and line tasks, line tasks can be understood as two adjacent point tasks that must be accessed continuously. Patrolling requires entering the road at one of the endpoints and completing the patrol at the other endpoint. Clearly, for heterogeneous tasks in urban road networks, there are three ways to connect tasks in the network (as shown in Figure 2).
For a line task, the difference in direction leads to a different path between the line task and the front-facing and postfacing tasks. In essence, a feasible solution to this problem is the mixed-access order of all heterogeneous tasks (as shown in Figure 3), and the line task is a vector. In this paper, the distance between tasks usually refers to the shortest distance between two points in the urban road network.
If there are N line tasks, then there are 2 N combinations of fixed-direction line tasks (each line task has two directions). For each task combination, we establish a heterogeneous task distance matrix, where a i j represents the distance from task i to task j in the road network. Clearly, the matrix is asymmetric when line tasks are involved. We present a heterogeneous task distance matrix for the heterogeneous task combination (as shown in Figure 3) in Table 2.
According to Figure 3, we can observe that a task in the feasible solution must have only one pre-task and one post-task. Then, the representation in the heterogeneous task distance matrix is that each row must contain one and only one choice, and so does the column. Their sum is minimized by obtaining the solution to the assignment problem that this matrix represents.
This setting is clearly problematic. Although we set the diagonal elements of the matrix to infinity (INF) (we eliminate the diagonal elements from the solution), the final solution may not be a feasible solution to the original problem. Table 3 shows a case that is a nonfeasible solution to the original problem but a feasible solution to the assigned problem. The number 1 indicates where a solution is obtained.
According to our definition, the two paths expressed in Table 3 are 0→4→3→0 and 1→2→1. Points 1 and 2 form a single closed loop, which means that these points are not accessed. To eliminate this phenomenon, we set up a simple way to translate the unaccessed loop until all tasks can form one loop. This condition means that we need to reduce the values in this matrix, as shown in light green in Table 3. Algorithm 2 is the assignment method for the heterogeneous task distance matrix.
Algorithm 2. Pseudocode of the assignment method for the heterogeneous task distance matrix.
Input: RoadInfo, TaskInfo;
Output: VehiRoute[];
dIterNum = pow(2, this->iTaskLineNum);
for all dIterNum do
iBinary[iDigits]=BinaryConver(dIterNum);
Task[TaskNum]=Trans(iBinary[iDigits]);
for all Task[i] do
  for all Task[j] do
   Dijkstra(Task[i], Task[j]);
   GET dMatrix[i][j];
  end for
end for
while (true)
  Hungarian(dMatrix[i][j]);
  Obtain MinRuting[];
  If (Not Feasible){Modify(dMatrix[i][j])}
  Else {break;}
end while
end for
Compare each Minruting[];
Obtain VehiRoute[];
The above process involves two solution units used to solve the basic problems. One module is used for calculating the shortest path between two points in the directed graph, namely, the Dijkstra [42] module. The other module is used for solving the assignment problem, namely, the Hungarian [43] module. All of these modules adopt the classic solution method to solve the basic problems.

4.2. Algorithm Stage 2: Heuristic Strategy of Drone Task Assignment Optimization

In the first stage, all tasks are assigned to the vehicle, which results in an optimal traversal path. In this section, a heuristic strategy is designed for drone task assignment optimization. Based on the first stage, a complete assignment strategy is finally formed by continuously extracting tasks, redistributing these tasks to the drone and then evaluating the effectiveness. Figure 4 graphically illustrates the heuristic strategy process. The green squares represent task nodes, and the blue squares represent non-task road network nodes.
Algorithm 3. Pseudocode for the heuristic strategy of drone task assignment optimization.
Input: VehiRoute[];
Output: VehiSubRoute, droneSubRoute;
for all (task[i] in TaskInfo) do
 Call the CalcVehiSavings(task[i]) function;
for all (RoutePoint in VehiSubRoutes) do
  Call the CalcdroneStation(t[i],SubRoute) function;
  Call the CalcCost(t[i],SubRoute) function;
end for
 Call the CalcVehiSavings(task[i]) function;
Obtain droneSubRoute;
 Call the Update() function;
end for
Obtain VehiSubRoutes;
First, we traverse all the tasks that have been assigned to the vehicle and assign them to the drone. In each iteration, the time saved by the vehicle not accessing the mission is first calculated. The second step is to calculate the optimal path and landing position for the drone to access this task. If the allocation reduces the total system time, we determine the allocation and the path change. Then, we iterate through the above convenience and trial assignments. Algorithm 3 is the heuristic strategy of the drone task assignment optimization.

5. Numerical Experiments

In this section, relevant parameter settings of the subsequent experiments are investigated and determined in Section 5.1 for the research problems mentioned above. In Section 5.2, we identify 9 groups of heterogeneous task settings in the Sioux Falls network and conduct numerical experiments with the designed algorithm to test the performance of the algorithm.
The algorithm was coded with the C++ language. All experiments were conducted in the environment of Microsoft Visual Studio 2015 (Microsoft Corporation, Washington, Redmond, USA) on an x64 Windows 10 desktop computer with a 3.4 GHz i5-7500 CPU and 8 GB of memory.

5.1. Parameter Setting

The vehicle performance parameters, drone performance parameters and other relevant parameters are defined in Table 4.

5.2. Experimentation

In this section, we develop the solution algorithm described in Section 4 by using Visual Studio. Users can upload road network files and heterogeneous task files to obtain the solution of the problem.
The Sioux Falls network [44] was used for the numerical experiments. The Sioux Falls network consists of 24 nodes and 38 segments, as shown in Figure 5. The length of each segment is listed in Table 5. Points and line segments have separate labels. For example, the length of line 5 is 4, which means that the distance from point 4 to point 5 in Figure 5 is 4. We assume that both the vehicle and the drone are moving at a uniform speed, and we tested various combinations of heterogeneous tasks, including point tasks and line tasks with different numbers and locations.
The test sets of 9 groups of different heterogeneous task settings are summarized in Table 6. The name of the test group indicates the composition of the heterogeneous tasks and the serial number. For example, T23-2 represents that there are two point tasks (point 6 and point 16 in Figure 5) and three line tasks (line 5, line 17, and line 27 in Figure 5).
In Table 7, the solution results for the different test sets are given. Taking T23-2 as an example, the final solution result shows that the time of only vehicle obtained is 118.8 min, and the vehicle–drone collaborative time obtained is 100.02 min. The coordinated operation can save 18.78 min. During this vehicle–drone collaborative process, the drone flew two sorts. According to the parameters set in Section 5.1, the preparation time for the take-off and landing of the drone was 24 min, accounting for about 24% of the whole process time. The final path planning results of the 9 groups of test sets are shown in Figure 6. The blue lines indicate the path of the vehicle. The pale green dotted lines represent the path of the drone’s first flight, and the dark green dotted lines represent the path of the drone’s second flight. The gray dots represent patrol centers, the red dots represent point tasks, and the red lines represent line tasks. In T23-2, the vehicle started from point 0, released the drone at point 5, recovered the drone at point 16, and released the drone at the same point after replacing the battery and other operations. The drone returns to the vehicle at point 11 after visiting one mission. Eventually, the vehicle and the drone returned to point 0. During this vehicle–drone collaborative process, the path point of the vehicle is: 0→2→3→4→5→7→15→16→9→10→11→2→0. The path point of the first drone sortie is: 5→7→6→17→15→16. The path point of the second drone sortie is: 16→18→14→13→10→11→2→0.
As shown in Table 7, for the 9 groups of heterogeneous task settings, the joint implementation of patrol tasks by vehicles and drones will reduce the total response time by approximately 12–18 min, and the optimization effect is between 9% and 16%.
It is easy to see that the take-off and retrieval times individually increased according to the timeline. According to the parameter settings in Section 5.1, each flight will have 12 min of drone preparation time. In these 9 test sets, the drone preparation time accounts for approximately 11% to 30% of the total time. If the take-off and landing processes of drones are automated, it will take little or no time. The optimization effect will be increased to between 21% and 42%.
After analysis, the following variables affect the solution of the TPRP-D: vehicle speed; drone speed; drone take-off and landing preparation time; and road network breadth. When the tasks occur in a smaller road network, the vehicle–drone collaboration is irrelevant because the vehicle can quickly access multiple missions and even the entire road network. The advantages of vehicle–drone collaboration only become apparent when the task takes place within a larger road network. At the same time, as the road network gets larger, drone takeoffs and landings become more insignificant, and their impact on total time becomes smaller and eventually leads to the emergence of collaborative efficiency.

6. Case Study

We have worked closely with relevant departments to use existing drones and patrol vehicles to patrol the relevant roads in Hefei, Anhui Province. The urban road traffic area we need to focus on is shown in Figure 7. In this case study, we discussed with relevant departments for many times and finally identified several "hot spots", as shown in Figure 8.
To illustrate the application of the above research work in the real world, a digital model (as shown in Figure 9) of an urban area (as shown in Figure 7) in Hefei, Anhui Province, which includes 163 points and 261 line segments, was built. According to the actual patrolling requirements, heterogeneous tasks are set up, as shown in Figure 10.
According to the algorithm tested in Section 5, we use the solution algorithm described in this paper to solve the above task set, and get the results as shown in Table 8. The concrete representation of the solution results in the map is shown in Figure 11.
By analyzing the results of the case study, we found that in the actual application process, the patrol path scheme can be quickly obtained to meet the actual needs by setting the real speed, endurance capacity of the drone, take-off and landing times, and other parameters. It is an effective way to use drone to patrol multiple heterogeneous tasks in the city. Compared with using only vehicle for patrol, the drone makes the whole patrol process more efficient and can effectively reduce the impact of traffic conditions on patrol quality. For the broad urban road network, the vehicle and drone coordinated patrol has a greater advantage.

7. Conclusions and Future Work

Based on the reality of road patrolling and the development of drone technology, this paper proposes the TPRP-D in the urban road system, which is modeled as a DL-ARP, and a simple and efficient two-stage algorithm is designed to solve this problem. From the perspective of numerical experiments and case studies, drones can greatly enhance the flexibility and effectiveness of traffic patrolling tasks, and the cooperation between vehicles and drones is the most direct and effective patrolling mode in the current practical work. Traffic patrolling with drones can effectively improve the efficiency of parallel access and reduce the negative impacts of traffic conditions on the patrolling process.
This work lays a foundation for future research on traffic patrolling in collaboration with various vehicles and drones. In this paper, fixed patrolling tasks are considered, while the influences of dynamic time window tasks and the dynamic slave vehicle communication speed on the optimization problem will be interesting research areas. In addition, designing an algorithm for the joint optimization of vehicle and drone routes, such as designing a feasible solution gene operator, is the key to solving large-scale problems. Designing an algorithm for the joint optimization of vehicle and drone routes is still challenging in this field of study.

Author Contributions

Conceptualization, H.L. and P.Z.; Data curation, P.Z.; Formal analysis, H.L. and G.W.; Funding acquisition, H.L. and G.W.; Investigation, H.L., P.Z., J.W., G.W. and F.M.; Methodology, G.W.; Project administration, J.W. and F.M.; Resources, H.L., J.W. and G.W.; Software, P.Z. and J.W.; Supervision, H.L., J.W. and G.W.; Validation, P.Z. and F.M.; Visualization, P.Z. and F.M.; Writing—original draft, H.L. and P.Z.; Writing—review & editing, H.L. and P.Z.

Funding

This work was supported in part by the National Natural Science Foundation of China under Grant 71971075, Grant 71871079, Grant 71671059, and Grant 71401048, in part by the Anhui Provincial Natural Science Foundation under Grant 1808085MG213 and Grant 1508085MG140, in part by the Fundamental Research Funds for the Central Universities under Grant JZ2018HGBZ0128 and Grant PA2019GDPK0082, and in part by the Anhui Science and Technology Major Project under Grant 17030901054. The authors also wish to thank American Journal Experts (https://www.aje.com/) for its linguistic assistance during the preparation of this manuscript.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Li, M.; Zhen, L.; Wang, S.; Lv, W.; Qu, X. Unmanned aerial vehicle scheduling problem for traffic monitoring. Comput. Ind. Eng. 2018, 122, 15–23. [Google Scholar] [CrossRef]
  2. Dewil, R.; Vansteenwegen, P.; Cattrysse, D.; Van Oudheusden, D. A minimum cost network flow model for the maximum covering and patrol routing problem. Eur. J. Oper. Res. 2015, 247, 27–36. [Google Scholar] [CrossRef]
  3. Ali, B.S. Traffic management for drones flying in the city. Int. J. Crit. Infrastruct. Prot. 2019, 26, 100310. [Google Scholar]
  4. US Department of Transportation. Unmanned Aircraft System (UAS) Service Demand 2015–2035: Literature Review & Projections of Future Usage; Technical Report, v.0.1, DOT-VNTSC-DoD-13-01; US Department of Transportation: Washington, DC, USA, 2013.
  5. Goodchild, A.; Toy, J. Delivery by drone: An evaluation of unmanned aerial vehicle technology in reducing CO2 emissions in the delivery service industry. Transp. Res. Part D Transp. Environ. 2018, 61, 58–67. [Google Scholar] [CrossRef]
  6. Mozaffari, M.; Saad, W.; Bennis, M.; Debbah, M. Drone Small Cells in the Clouds: Design, Deployment and Performance Analysis. In Proceedings of the GLOBECOM 2015—2015 IEEE Global Communications Conference, San Diego, CA, USA, 6–10 December 2015. [Google Scholar]
  7. Pal, B.B.; Chakraborti, D.; Biswas, P.; Mukhopadhyay, A. An application of genetic algorithm method for solving patrol manpower deployment problems through fuzzy goal programming in traffic management system: A case study. Int. J. Bio Inspired Comput. 2012, 4, 47. [Google Scholar] [CrossRef]
  8. Khabbaz, M.; Antoun, J.; Assi, C. Modeling and Performance Analysis of UAV-Assisted Vehicular Networks. IEEE Trans. Veh. Technol. 2019, 68, 8384–8396. [Google Scholar] [CrossRef]
  9. Liu, Y. An optimization-driven dynamic vehicle routing algorithm for on-demand meal delivery using drones. Comput. Oper. Res. 2019, 111, 1–20. [Google Scholar] [CrossRef]
  10. Gleason, J.; Nefian, A.V.; Bouyssounousse, X.; Fong, T.; Bebis, G. Vehicle Detection from Aerial Imagery. In Proceedings of the IEEE International Conference on Robotics & Automation, Shanghai, China, 9–13 May 2011. [Google Scholar]
  11. Savkin, A.V.; Huang, H. Asymptotically Optimal Deployment of Drones for Surveillance and Monitoring. Sensors 2019, 19, 2068. [Google Scholar] [CrossRef]
  12. Liu, M.; Liu, X.; Zhu, M.; Zheng, F. Stochastic Drone Fleet Deployment and Planning Problem Considering Multiple-Type Delivery Service. Sustainability 2019, 11, 3871. [Google Scholar] [CrossRef]
  13. Du, R.; Chen, C.; Yang, B.; Lu, N.; Guan, X.; Shen, X. Effective Urban Traffic Monitoring by Vehicular Sensor Networks. IEEE Trans. Veh. Technol. 2015, 64, 273–286. [Google Scholar] [CrossRef]
  14. Saleem, Y.; Rehmani, M.H.; Zeadally, S. Integration of Cognitive Radio Technology with unmanned aerial vehicles: Issues, opportunities, and future research challenges. J. Netw. Comput. Appl. 2015, 50, 15–31. [Google Scholar] [CrossRef]
  15. 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]
  16. Agatz, N.; Bouman, P.; Schmidt, M. Optimization Approaches for the Traveling Salesman Problem with Drone. Soc. Sci. Electron. Publ. 2018, 52, 965–981. [Google Scholar] [CrossRef]
  17. Poikonen, S.; Golden, B.; Wasil, E.A. A Branch-and-Bound Approach to the Traveling Salesman Problem with a Drone. Inf. J. Comput. 2019, 31, 335–346. [Google Scholar] [CrossRef]
  18. Wang, Z.; Sheu, J.B. Vehicle routing problem with drones. Transp. Res. Part B Methodol. 2019, 122, 350–364. [Google Scholar] [CrossRef]
  19. David, S.; David, P.; Stefan, R. An adaptive large neighborhood search metaheuristic for the vehicle routing problem with drones. Transp. Res. Part C Emerg. Technol. 2019, 102, 289–315. [Google Scholar]
  20. Ham, A.M. Integrated scheduling of m-truck, m-drone, and m-depot constrained by time-window, drop-pickup, and m-visit using equation programming. Transp. Res. Part C Emerg. Technol. 2018, 91, 1–14. [Google Scholar] [CrossRef]
  21. Aline, K.; Khaled, A. The hybrid vehicle-drone routing problem for pick-up and delivery services. Transp. Res. Part C Emerg. Technol. 2019, 102, 427–449. [Google Scholar]
  22. Chow, J.Y. Dynamic UAV-based traffic monitoring under uncertainty as a stochastic arc-inventory routing policy. Int. J. Transp. Sci. Technol. 2016, 5, 167–185. [Google Scholar] [CrossRef]
  23. Patchara, K.; Mario, V.; Mohammad, M.J. Multiple traveling salesman problem with drones: Mathematical model and heuristic approach. Comput. Ind. Eng. 2019, 129, 14–30. [Google Scholar]
  24. Wenzel, K.E.; Masselli, A.; Zell, A. Automatic take off, tracking and landing of a miniature UAV on a moving carrier vehicle. J. Intell. Robot. Syst. 2011, 61, 221–238. [Google Scholar] [CrossRef]
  25. Adler, N.; Hakkert, A.S.; Kornbluth, J.; Raviv, T.; Sher, M. Location-allocation models for traffic police patrol vehicles on an interurban network. Ann. Oper. Res. 2014, 221, 9–31. [Google Scholar] [CrossRef]
  26. Lou, Y.; Yin, Y.; Lawphongpanich, S. Freeway service patrol deployment planning for incident management and congestion mitigation. Transp. Res. Part C Emerg. Technol. 2011, 19, 283–295. [Google Scholar] [CrossRef]
  27. Li, P.; Walton, J.R. Evaluating Freeway Service Patrols in Low-Traffic Areas Using Discrete-Event Simulation. J. Transp. Eng. 2013, 139, 1095–1104. [Google Scholar] [CrossRef]
  28. Aurambout, J.; Gkoumas, K.; Ciuffo, B. Last mile delivery by drones: An estimation of viable market potential and access to citizens across European cities. Eur. Transp. Res. Rev. 2019, 11, 30. [Google Scholar] [CrossRef]
  29. Coops, N.C.; Goodbody TR, H.; Cao, L. Four steps to extend drone use in research. Nature 2019, 572, 433–435. [Google Scholar] [CrossRef]
  30. Oh, H.; Kim, S.; Tsourdos, A.; White, B.A. Coordinated road-network search route planning by a team of UAVs. Int. J. Syst. Sci. 2014, 45, 825–840. [Google Scholar] [CrossRef]
  31. Campbell, J.F.; Corberán, Á.; Plana, I.; Sanchis, J.M. Drone arc routing problems. Networks 2018, 72, 543–559. [Google Scholar] [CrossRef]
  32. Jeong, H.Y.; Song, B.D.; Lee, S. Truck-drone hybrid delivery routing: Payload-energy dependency and No-Fly zones. Int. J. Prod. Econ. 2019, 214, 220–233. [Google Scholar] [CrossRef]
  33. Floreano, D.; Wood, R.J. Science, technology and the future of small autonomous drones. Nature 2015, 521, 460–466. [Google Scholar] [CrossRef]
  34. Carlsson, J.G.; Song, S. Coordinated Logistics with a Truck and a Drone. Manag. Sci. 2018, 64, 4052–4069. [Google Scholar] [CrossRef]
  35. Agatz NA, H.; Bouman, P.C.; Schmidt, M.E. Optimization Approaches for the Traveling Salesman Problem with Drone. ERIM Rep. Ser. Res. Manag. 2016, 52, 965–981. [Google Scholar]
  36. Boysen, N.; Briskorn, D.; Fedtke, S.; Schwerdfeger, S. Drone delivery from trucks: Drone scheduling for given truck routes. Networks 2018, 72, 506–527. [Google Scholar] [CrossRef]
  37. Yurek, E.E.; Ozmutlu, H.C. A decomposition-based iterative optimization algorithm for traveling salesman problem with drone. Transp. Res. Part C Emerg. Technol. 2018, 91, 249–262. [Google Scholar] [CrossRef]
  38. Ha, Q.M.; Deville, Y.; Pham, Q.D.; Ha, M.H. On the min-cost Traveling Salesman Problem with Drone. Transp. Res. Part C Emerg. Technol. 2018, 86, 597–621. [Google Scholar] [CrossRef]
  39. Ulmer, M.W.; Thomas, B.W. Same-day delivery with heterogeneous fleets of drones and vehicles. Networks 2018, 72, 475–505. [Google Scholar] [CrossRef]
  40. Luo, Z.; Liu, Z.; Shi, J. A Two-Echelon Cooperated Routing Problem for a Ground Vehicle and Its Carried Unmanned Aerial Vehicle. Sensors 2017, 17, 1144. [Google Scholar]
  41. Hu, M.; Liu, W.; Lu, J.; Fu, R.; Peng, K.; Ma, X.; Liu, J. On the joint design of routing and scheduling for Vehicle-Assisted Multi-UAV inspection. Future Gener. Comput. Syst. Int. J. Sci. 2019, 94, 214–223. [Google Scholar] [CrossRef]
  42. Dijkstra, E.W. A note on two problems in connexion with graphs. Numer. Math. 1959, 1, 269–271. [Google Scholar] [CrossRef] [Green Version]
  43. Kuhn, H.W. The Hungarian method for the assignment problem. Nav. Res. Logist. Q. 1955, 2, 83–97. [Google Scholar] [CrossRef] [Green Version]
  44. Leblanc, L.J.; Morlok, E.K.; Pierskalla, W.P. An efficient approach to solving the road network equilibrium traffic assignment problem. Transp. Res. 1975, 9, 309–318. [Google Scholar] [CrossRef]
Figure 1. Urban road network.
Figure 1. Urban road network.
Sensors 19 05164 g001
Figure 2. Three ways to connect tasks in the network. (a) Point-to-point path, (b) Point-to-line path, (c) Line-to-line path.
Figure 2. Three ways to connect tasks in the network. (a) Point-to-point path, (b) Point-to-line path, (c) Line-to-line path.
Sensors 19 05164 g002
Figure 3. A feasible solution.
Figure 3. A feasible solution.
Sensors 19 05164 g003
Figure 4. Process of the heuristic strategy of drone task assignment optimization. (a): Vehicle traversal path in stage 1, (b): Task trial assignment and vehicle path reoptimization, (c): Determination of the take-off and landing points and path planning of the drone.
Figure 4. Process of the heuristic strategy of drone task assignment optimization. (a): Vehicle traversal path in stage 1, (b): Task trial assignment and vehicle path reoptimization, (c): Determination of the take-off and landing points and path planning of the drone.
Sensors 19 05164 g004
Figure 5. Sioux Falls network [44].
Figure 5. Sioux Falls network [44].
Sensors 19 05164 g005
Figure 6. Path planning results. (a) T22-1 to T22-1-3, (b) T23-1 to T23-3, (c) T32-1 to T32-3.
Figure 6. Path planning results. (a) T22-1 to T22-1-3, (b) T23-1 to T23-3, (c) T32-1 to T32-3.
Sensors 19 05164 g006
Figure 7. Main road system of Hefei.
Figure 7. Main road system of Hefei.
Sensors 19 05164 g007
Figure 8. Patrol task setting.
Figure 8. Patrol task setting.
Sensors 19 05164 g008
Figure 9. Simplified digital model of the Hefei road network.
Figure 9. Simplified digital model of the Hefei road network.
Sensors 19 05164 g009
Figure 10. Heterogeneous task setting.
Figure 10. Heterogeneous task setting.
Sensors 19 05164 g010
Figure 11. Algorithm solution results.
Figure 11. Algorithm solution results.
Sensors 19 05164 g011
Table 1. Summary of related work.
Table 1. Summary of related work.
ReferenceApplicationVehiclesDronesObjectiveTask TypeNetworkContribution
Boysen et al. [36]logistics1mTimePointNoMILP, SA
Murray and Chu et al. [15]logistics11TimePointNoMILP, Heuristic
Agatz et al. [35]logistics11TimeLineYesIP, DP, Heuristic
Ulmer et al. [39]logistics0mBenefitLineYesMILP, Heuristic
Luo et al. [40]logistics11TimePointYesIP, Heuristics
Hu et al. [41]logistics1mTimePointYesIP, VAMU
Es Yurek and Ozmutlu [37]logistics11TimePointNoHeuristic
Ha et al. [38]logistics11Cost/TimePointNoMILP, GRASP
This WorkRoad Patrol11TimePoint, LineYesMILP, Heuristic
Table 2. Heterogeneous task distance matrix.
Table 2. Heterogeneous task distance matrix.
T0P1P2L1-L2L3-L4
T0INF w e T 0 , P 1 w e T 0 , P 2 w e T 0 , L 1 w e T 0 , L 3
P1 w e T 0 , P 1 INF w e P 1 , P 2 w e P 1 , L 1 w e P 1 , L 3
P2 w e T 0 , P 2 w e P 1 , P 2 INF w e P 2 , L 1 w e P 2 , L 3
L1-L2 w e T 0 , L 2 w e P 1 , L 2 w e P 2 , L 2 INF w e L 2 , L 3
L3-L4 w e T 0 , L 4 w e P 1 , L 4 w e P 2 , L 4 w e L 1 , L 4 INF
Table 3. A non-feasible solution.
Table 3. A non-feasible solution.
T0P1P2L1-L2L3-L4
T0 1
P1 1
P21
L1-L21
L3-L4 1
Table 4. Relevant parameter settings.
Table 4. Relevant parameter settings.
ParametersBrief DescriptionValue
C V The vehicle speed30 km/h
C U The drone speed60 km/h
S L The time it takes to release the drone6 min
S R The time it takes to recover the drone6 min
R M a x Drone endurance30 min
Table 5. Sioux Falls network.
Table 5. Sioux Falls network.
SegmentDistanceSegmentDistanceSegmentDistance
19143.7272.5
22152.3284
32.5162.5293
42.5172.5303
54184315.5
62193.7322.5
762012332.5
86216.5342.5
93.7226.5354.7
102.3233362.5
113.7243.5372.5
122.3255384
1342612.5
Table 6. Ten groups of text sets.
Table 6. Ten groups of text sets.
Test GroupPoint TasksLine Tasks
T22-120, 214, 12
T22-22, 1313, 16
T22-38, 116, 22
T23-118, 2019, 21, 20
T23-26, 165, 17, 27
T23-34, 1911, 14, 25
T32-13, 13, 1511, 17
T32-21, 13, 1615, 37
T32-32, 14, 1520, 26
Table 7. The solution results.
Table 7. The solution results.
Test GroupVehicle
Time Consumption (min)
Collaborative Time Consumption (min)Time Savings (min)Number of Drone Flights
T22-1115.9810213.98/12.05%2/23.5%
T22-294.0279.9813.98/14.87%1/15.0%
T22-394.0281.7212.3/13.08%2/29.4%
T23-1156.78138.4818.3/11.67%2/17.3%
T23-2118.8100.0218.78/15.81%2/24.0%
T23-3120.42108.611.82/9.82%1/11.0%
T32-194.0282.0212/12.76%1/14.6%
T32-2130.8118.9811.82/9.04%2/20.2%
T32-3142.8127.9214.88/11.6%2/18.8%
Table 8. Single-vehicle patrol test results.
Table 8. Single-vehicle patrol test results.
Test StagePath Planning ResultTime Cost
Algorithm stage 1Vehicle path0 15 20 21 22 34 49 48 47 46 52 51 62 71 75 76 88 89 79 77 61 44 30 26 11 12 073.8 min
Algorithm stage 2Vehicle path0 15 20 31 38 39 46 52 51 62 51 45 44 30 26 11 12 054.84 min
Drone path 115 20 21 22 34 49 48 47 46
Drone path 262 71 75 76 88 89 79 77 61 44

Share and Cite

MDPI and ACS Style

Luo, H.; Zhang, P.; Wang, J.; Wang, G.; Meng, F. Traffic Patrolling Routing Problem with Drones in an Urban Road System. Sensors 2019, 19, 5164. https://doi.org/10.3390/s19235164

AMA Style

Luo H, Zhang P, Wang J, Wang G, Meng F. Traffic Patrolling Routing Problem with Drones in an Urban Road System. Sensors. 2019; 19(23):5164. https://doi.org/10.3390/s19235164

Chicago/Turabian Style

Luo, He, Peng Zhang, Jiajie Wang, Guoqiang Wang, and Fanhe Meng. 2019. "Traffic Patrolling Routing Problem with Drones in an Urban Road System" Sensors 19, no. 23: 5164. https://doi.org/10.3390/s19235164

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