Next Article in Journal
Intertwined Carbon Nanotubes and Ag Nanowires Constructed by Simple Solution Blending as Sensitive and Stable Chloramphenicol Sensors
Next Article in Special Issue
Dynamic Bandwidth Part Allocation in 5G Ultra Reliable Low Latency Communication for Unmanned Aerial Vehicles with High Data Rate Traffic
Previous Article in Journal
3D Object Detection and Instance Segmentation from 3D Range and 2D Color Images
Previous Article in Special Issue
Radar-Spectrogram-Based UAV Classification Using Convolutional Neural Networks
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Communication

An Optimal Routing Algorithm for Unmanned Aerial Vehicles

1
Department of Electric and Electrical Engineering, Konkuk University, Seoul 05029, Korea
2
Department of Electrical and Computer Engineering, University of Rochester, Rochester, NY 60521, USA
*
Author to whom correspondence should be addressed.
Sensors 2021, 21(4), 1219; https://doi.org/10.3390/s21041219
Submission received: 28 December 2020 / Revised: 27 January 2021 / Accepted: 5 February 2021 / Published: 9 February 2021
(This article belongs to the Special Issue Time-Sensitive Networks for Unmanned Aircraft Systems)

Abstract

:
A delivery service using unmanned aerial vehicles (UAVs) has potential as a future business opportunity, due to its speed, safety and low-environmental impact. To operate a UAV delivery network, a management system is required to optimize UAV delivery routes. Therefore, we create a routing algorithm to find optimal round-trip routes for UAVs, which deliver goods from depots to customers. Optimal routes per UAV are determined by minimizing delivery distances considering the maximum range and loading capacity of the UAV. In order to accomplish this, we propose an algorithm with four steps. First, we build a virtual network to describe the realistic environment that UAVs would encounter during operation. Second, we determine the optimal number of in-service UAVs per depot. Third, we eliminate subtours, which are infeasible routes, using flow variables part of the constraints. Fourth, we allocate UAVs to customers minimizing delivery distances from depots to customers. In this process, we allow multiple UAVs to deliver goods to one customer at the same time. Finally, we verify that our algorithm can determine the number of UAVs in service per depot, round-trip routes for UAVs, and allocate UAVs to customers to deliver at the minimum cost.

1. Introduction

Unmanned aerial vehicles (UAVs), also known as drones, are very common in today’s society. They are used for pleasure, photography, filmography, and surveillance, but they can also have industrial applications. Amazon, the world’s largest e-commerce company, launched Prime Air [1], a future delivery system using UAVs designed to rapidly deliver goods to customers. At the same time, the COVID-19 pandemic has led to the need to limit physical contact between customers and delivery workers [2]. One option is to replace delivery workers with UAVs to deliver goods safely without contact. Therefore, UAV delivery systems like Prime Air are a prospective business, in that they deliver goods as rapidly and safely as delivery workers can [3].
With the growth of UAV delivery business, delivery management systems will likewise increase [4]. Management systems should form delivery plans that satisfy all customers using UAVs for timely deliveries. Particularly, software that defines UAV routes to minimize travel costs by solving vehicle routing problems are needed. Many previous studies have tried to solve vehicle routing problems for UAVs. In Reference [5], Wang et al. determined optimal routes for two trucks and one drone that uses the trucks as depots. However, we build a routing algorithm solely for UAVs, as UAVs have advantages over trucks, such as flexible deployment, excellent cost-benefit ratios, and minimal environmental impact.
In Reference [6], Dorling et al. found routes for UAVs by minimizing moving distances from a single depot to customers considering the battery depth of discharge. They assumed that the UAV travels in Euclidian distances between customers. However, in this setting, it is hard to consider physical obstacles between customers because the UAV altitude cannot be manipulated. In Reference [7], Zhen et al. defined optimal routes and heights of UAVs in a three-dimensional space using vertical indices from a single depot. They can avoid obstacles by determining vertical indices, but they do not consider obstacles between two vertices. Moreover, these two studies solved routing problems for a single-depot system.
However, unique characteristics of UAVs limit them when delivering goods to customers, so a special environment that can test those characteristics has to be described in the network of UAVs. First, UAVs have a shorter range than ground vehicles like trucks or motorcycles. Therefore, a single-depot system is not suitable for UAVs because they cannot deliver goods to customers who are located outside the maximum range. Second, buildings or trees prevent UAVs from traveling in straight lines from the depot to customers [8], so we need intermediate vertices that UAVs do not necessarily visit but pass by on their way to customers [9].
Furthermore, costs are incurred for using additional UAVs. For example, if the total loading capacity of UAVs exceeds the total customer demand, some UAVs should remain in depots. Therefore, we should solve routing problems using the minimum number of UAVs in service. In Reference [10], the number of electric vehicles in service was calculated by considering different variable costs, speeds, type, and battery capacities of vehicles. However, vehicles in service were assumed to depart from a single depot, so the number of vehicles in service registered over multiple depots, could not be determined. In Reference [11], Lahyani et al. increased the number of depots and defined the UAVs in service for each depot, while solving the vehicle routing problem. Lahyani et al. combined three decisions simultaneously: selecting the number of according to type of UAVs, planning vehicle routes, and assigning routes to depots. Therefore, we also minimize the number of UAVs in service at multiple depots, while planning routes for UAVs.
Most routing problems assume that the designed routes are Hamiltonian cycles [12], where a vehicle visits each vertex exactly once before returning to the starting vertex. For example, in Reference [13], Lim et al. assumed vertices of a network are composed of a depot and customers, so a vehicle started from a single depot, and traveled to all vertex to fulfill customer demand. Furthermore, in Reference [14], Mao et al., assumed that the vertices of the network are composed of multiple depots and customers. UAVs from depots delivered goods to customers and returned to their home depots.
However, if there are intermediate vertices in a network, the designed routes are not a Hamiltonian cycle anymore, so subtours may occur in routes, which indicate that UAVs depart from another vertex, or indicate that routes are not connected. To prevent the occurrence of subtours, it is necessary to add extra constraints. In Reference [15], Ramos et al. suggested new flow variables in constraints to eliminate subtours for multiple depot vehicle routing problems. They also verify the effectiveness of constraints in comparison to more conventional constraints available in the literature. We develop the constraints used in Reference [15] to eliminate subtours.
In a network of UAVs belonging to multiple depots located in different regions, we need to allocate UAVs to customers, while minimizing the distance travelled. In Reference [16], the locations of depots were different, so they assigned UAVs to customers based on previously considered distances between customers and depots. However, a solution gained by the method used in Reference [16] might not minimize cost. In Reference [17], Sung et al. also assign UAVs to specific zones that are divided based on deep learning algorithm previously, but the cost might be not minimum. In Reference [5], total delivery costs using only truck, only drone, and both truck and drone were compared. If the truck and drone are used together, customers that trucks deliver to and customers that drones deliver to are determined by cost minimization.
However, there was only a single depot in the network, so it is difficult to optimally assign UAVs to customers considering the location of depots. Furthermore, two UAVs can deliver to one customer simultaneously, as represented in Reference [18], considering various allocations of the goods to minimize the total cost for delivery. Therefore, we need to solve UAV-customer assignment and routing for UAVs considering that several vehicles can deliver to a single customer.
The papers reviewed for the study are categorized in Table 1. The differences among the research, in terms of the number of vehicles in service, consideration of physical obstacles, the number of depots, existence of intermediate vertices, and assigned UAVs per customers, in Table 1. As the present study deals with a unique combination of the defined categories, it is a valuable addition to the literature on UAV delivery management systems.
In this paper, we introduce a proper network configuration, which has multiple depots and intermediate vertices, to the UAV delivery system. In the network, we determine the number of UAVs in service per depot and solve a routing problem by eliminating subtours for in-service UAVs. While planning UAV routes, we simultaneously assign customers to each UAV, so that the UAV can visit them, and we then determine the quantity that each UAV has to deliver to satisfy the assigned customers. In this process, UAVs satisfy customer demand by considering the loading capacity and maximum range of UAVs.
Our contributions are:
  • We configure a virtual network to implement a realistic UAV delivery system.
  • We optimize the number of UAVs in service per depot to minimize a fixed cost.
  • We find optimal routes for serving UAVs considering the physical limits of UAVs.
  • We eliminate subtours using flow variables in subtour eliminating constraints.
  • We allocate UAVs to customers while solving vehicle routing problems.
This paper is organized as follows. In Section 2, we introduce the configuration of a virtual network composed of depots, customers and intermediate vertices. We also enumerate the objective and constraints for UAV routing problems utilizing flow variables in subtour eliminating constraints. Section 3 verifies the routing results of our formulation. Finally, Section 4 summarizes this paper.

2. Unmanned Aerial Vehicles Routing

We build a virtual network to operate UAVs by modeling two realistic environments that UAVs may confront during deliveries. Based on the network, we find optimal round-trip routes of UAVs by minimizing total costs for delivery. In this process, we determine the number of UAVs in service. Furthermore, we eliminate subtours using a flow variable. Moreover, we dispatch UAVs to customers to satisfy demand considering the maximum range and loading capacity of UAVs.

2.1. A Virtual Network for UAVs

UAVs must deliver goods to all customers after they depart from their depots without reloading goods. However, a single-depot system is not suitable for UAVs as the maximum range of UAVs can be less than the round-trip distance between the depot and customer. Thus, customers located further than the maximum range from the depot cannot receive goods. Furthermore, UAVs cannot move in straight lines between customers because buildings or trees might block the flight path of UAVs.
Therefore, we build a network having multiple depots organized by region to serve all customers. We also utilize intermediate vertices that UAVs can visit to avoid large obstacles when traveling between customers. In Figure 1, the suggested network configuration is represented based on the 12th AIMMS-MOPTA optimization modeling competition [19].
The network is composed of vertices, which include multiple depots, customers and intermediate vertices, and edges. The blue square markers represent locations of different UAV depots. The yellow triangle markers represent the location of each customer. The gray points represent intermediate vertices for routing UAVs. The gray lines represent edges, and UAVs can only move from vertex to vertex along edges.
The network-related notations are as follows:
  • The vertices set is N = { 1 , 2 , . . . , n } denoted by i , j , where i , j N , and i j .
  • The depots set is P = { 1 , 2 , . . . , m } denoted by p, where p P , P N .
  • The customers set is D = { 1 , 2 , . . . , l } denoted by d, where d D , D N .
  • The set of UAVs belonging to depot p is K p = { 1 , . . . , h } denoted by k p , where k p K p .
  • The set of all UAVs is K denoted by k, where K p K , K = { 1 , . . . , s } , k K .
  • The set of edges is ( i , j ) { ( i , j ) , . . . , ( s , t ) } , where i { 1 , . . . , n } , j { 1 , . . . , n } , i j .
Based on the network, our objective minimizes total costs for UAVs as follows:
min k = 1 s j = 1 n i = 1 n c i j × x i j k + k = 1 s γ × δ k ,
where the integer variable x i j k decides the number of trips between a vertex i and a vertex j for the kth UAV. The variable cost c i j is charged to UAVs moved between i and j. Furthermore, δ k is a binary decision variable for the kth UAV and works as a service-indicator. If δ k is 1, then the kth UAV is put into use, and, if δ k is 0, the kth UAV is not used. γ is the fixed cost of using a UAV, and s is the total number of UAVs registered in depots.

2.2. Assigning UAVs in Service

We should use the minimum number of UAVs, as in Reference [20], because the fixed cost γ is charged for a UAV. To minimize the number of UAVs in service, we add the second term in the objective function (1) using δ k . When δ k becomes 1, the kth UAV is assigned in service, and the fixed cost γ is charged. Finally, the number of UAVs in service per depot is determined by counting the number of assigned UAVs per depot, which is the result obtained by minimizing the objective function (1).

2.3. Eliminating Subtours

We ensure that the routes of UAVs are round-trips by eliminating subtours using the flow variable q i j k in constraints. In Reference [21], conventional constraints for routing UAVs are organized as:
j = 1 n x i j k p = δ k , i , p , i P , k p K p ,
i = 1 n x i j k = j = 1 n x i j k , i , j , k , i , j N , k K ,
k p = 1 h j = 1 l i = 1 n x i j k p 1 , p , k p K p .
Constraint (2) enforces that the kth UAV in service initiates from its registered depot. Constraint (3) enforces each vertex is connected to two other vertices, the former vertex and latter vertex, and ensures UAVs finish their routes at their registered depots. Constraint (4) enforces at least one UAV must visit customers. However, these constraints are not enough to eliminate some subtours. Examples of subtours are represented in Figure 2.
Subtours are infeasible routes. They include examples that UAVs might return to the depot immediately without satisfying customers, as well as that UAVs travel unnecessarily between intermediate vertices and customers. UAVs have to start round trips at depots, so we need restrictions for flows in the network that order UAVs to pass through them while connecting depots and customers.
In order to accomplish this, we need an additional variable associated with edges of the network. In Reference [22], Kara et al. used additional arc-based variables associated with arcs of a network to check the traveling distance of UAVs so that the solution has no subtours. However, the demand for each customer was not considered. Therefore, by modifying the arc-based variables in Reference [22], we suggest flow variable q i j k , which indicates the transportation quantity of goods delivered from vertex i to j by the kth UAV. The variable q i j k is solved by a nodal constraint used in a network flow cost minimization problem [23] with an integer variable x i j k , which allows q i j k .
The sample network with a subtour is described in Figure 3a, and the sample network without a subtour is described in Figure 3b.
Figure 3a represents the flows from the depot (D1) to customers (a,b,c) by minimizing the variable cost and satisfying the nodal constraint [23]. We can see that the nodal constraint ensures flows start from the depot and end at customers. However, if we assume that flows are goods carried by one UAV, we need one continuous route. Furthermore, the UAV must return to the depot after satisfying all customers as in Figure 3b. Therefore, we propose subtour eliminating constraints (5) and (8) utilizing an indicator x i j k , which indexes flows q i j k according to each UAV and pushes flows to move in a one-way stream, so that the q i j k can represent goods carried by the UAV.
First, we use q i j k in the nodal constraint, which is one of the subtour eliminating constraints, as:
i = 1 n q i j k j = 1 n q i j k = π i k , i , j , k , i , j N , k K ,
which states UAVs must start from a depot and satisfy customers. In the nodal constraint (5), q i j k indicates the quantity of goods delivered by the kth UAV from vertex i to j, and the π i k is the total incoming and outgoing quantity to vertex i delivered by the kth UAV. At a depot p, the quantity will be delivered to a customer d, so the incoming quantity is 0, and outgoing quantity is positive. Therefore, π p k is positive. A quantity is delivered to a customer d, so an incoming quantity is positive, and outgoing quantity is 0. Therefore, π d k is negative. At the intermediate vertices, the incoming and outgoing quantity is same, so π d k is 0. The constraints for ranges of π p k and π d k are:
0 π p k , p , k ,
0 π d k , d , k ,
and π i k , which are neither depots nor customers, equal to 0.
Second, we limit q i j k with x i j k as:
q i j k M × x i j k , i , j , k , i , j N , k K ,
which is the other subtour eliminating constraint. The flow variable q i j k will be 0, if x i j k is 0 because the kth UAV does not travel the route between i and j. The constant M is a large number that does not constrain the range of q i j k , if x i j k is 1. The term x i j k works as an indicator, which restricts the routes of flow corresponding to the kth UAV. As a result, the addition of variable q i j k in constraint (5), and the indexing of flows by indicator x i j k in constraint (8) eliminate subtours.

2.4. Allocating and Routing UAVs

We allocate UAVs to customers considering the locations of registered depots. In this process, we allow two UAVs to satisfy the demand of one customer at the same time, while finding the routes of UAVs [24]. The routes are determined considering both the maximum range and loading capacity of UAVs.
In the single-depot system in Reference [25], it is not necessary to allocate UAVs to customers because UAVs start from the same depot and visit all customers in the network. However, in a multi-depot system, we have to optimally allocate UAVs to minimize the travel distances from multiple depots to customers. If there is one UAV and two depots D1 and D2 in Figure 4, we must assign the UAV to the optimal depot to minimize delivery cost. Figure 4 shows that allocating the UAV departing from depot D1 costs less than one departing from D2 as D1 is closer to the customers.
Furthermore, two UAVs can deliver goods to a customer together. Therefore, we suggest a decision variable π d k that signifies a quantity of goods delivered by a kth UAV to a dth customer in a constraint:
k = 1 h π d k = Π d , d .
The vector Π is composed of customer demand, so Π d is the demand of the dth customer. Thus, the sum of π d k by k should be equal to the dth component in the vector Π .
Moreover, we consider the maximum range of UAVs. The maximum range is 150 km following Reference [26], so we limit the total moving distance of UAVs equal to or less than 150 km as:
j = 1 n i = 1 n d i j × x i j k 150 km , k ,
where d i j is a distance in km between a vertex i and j.
We also consider the loading capacity of UAVs as:
π p k 15 kg ,
π p k = d = 1 l π d k , k ,
where π p k represents the loading quantity of the kth UAV registered in the pth depot. We assume that the loading capacity of UAVs is 15 kg following Reference [26], so the loading quantity π p k is equal to or less than 15 kg. The value of π p k should be equal to the sum of quantity delivered to customers by the kth UAV. In this paper, we simply consider the life span of the battery by limiting the range, but non-ideal discharge properties can affect for playing UAVs proposed in References [27,28,29], so it is important to take account of battery’s properties in future work. Lastly, additional constraints for ranges of decision variables are:
0 q i j k , i , j , k ,
0 x i j k , i , j , k .
The values of q i j k and x i j k are non-negative.

3. Computational Results

We represent the results of round-trip routes for UAVs by simulating the routing algorithm explained in Section 2. First, we estimate the optimal number of UAVs in service per depot. Second, we find optimal round-trip routes for UAVs by eliminating subtours, and verify the result is optimal using sample network. In this process, we also verify that the subtour-eliminating constraints can eliminate subtours. Third, we present delivered quantity π d k to the dth customer by the kth UAV to check that allocated UAVs satisfy all customers. We also verify that make multiple UAVs can deliver to a single customer lower the cost. In this process, we utilize the mixed-integer linear programming solver provided by MATLAB. The primal-dual simplex algorithm is used to solve the mixed-integer problem in this paper [30].
The network has 511 vertices consisting of depots, customers, and intermediate vertices. The network is presented in Reference [19]. The location and demand quantity of customers are given in Reference [19], but we set the number and location of depots, and the number of registered UAVs per depot. The number of depots is 15, and there are five UAVs registered per depot. The number of customers is 75, and the demand quantity is measured from 0 to 10 kg. There are 421 intermediate vertices, excluding the depots and customers.

3.1. UAVs in Service by Depot

The optimal numbers of UAVs in service are represented by the translucent blue circle around depots in Figure 5. The size of circle is proportional to the number of UAVs in service. The vertices and location of these depots are represented in blue next to the square markers in Figure 5. All UAVs registered at depots 326 and 476 are used, but none of the UAVs registered at depot 268 are used. At the other depots, either one or two UAVs are used. Depot 476 is isolated from other depots and is the only depot capable of servicing several customers, so all UAVs are in service at this depot. Depot 326 also utilizes all UAVs as it is located in an area of high customer density. However, none of the UAVs registered at depot 268 are used, as using UAVs from depots 294 and 194 is more economical. Depot 194 is located in an area of low customer density, and only a single UAV is in service. Therefore, it can be seen that multiple UAVs are necessary for depots in areas with high customer density and less or none in areas of low customer density.

3.2. Round-Trip Routes of UAVs in Service

Optimal round-trip routes of UAVs are figured out by eliminating subtours, while satisfying customer demand for goods. In order to shorten the simulation time, we make a reduced sample network by decreasing the number of vertices and edges for the network in Figure 1. The reduced sample network is only used to verify and visualize the subtour elimination constraints. The reduced network has 3 depots, 15 customers, and 5 UAVs per depot.
Figure 6 shows subtour and round-trip routes. Whereas routings in Figure 6a are unconnected, routings of UAVs in Figure 6b are interconnected and form round-trips due to the subtour elimination constraint by limiting q i j k based on x i j k . From depot 156, three UAVs make trips represented by blue, yellow, and green lines. From depot 56, one UAV makes a trip represented by a purple line, and from depot 39, one UAV makes a trip represented by a red line.
In Table 2, we present the details of vertices passed by a single UAV represented by a red line and diamond markers in Figure 6b. In Table 2, Vertices Number gives the vertices passed by the UAV, Loaded q i j k gives the loaded quantity, and Demand Quantities gives the quantity of goods required by customer 47, 110, and 177. The UAV departs from depot 39 and satisfies demand at customer vertices. At customers 47, 177, and 110, values of q i j k decrease by the quantity of demand at those vertices. For example, previous to customer 47, the q i j k was 15, but it decreases equal to the demand of the customer 47, so, after passing customer 47, the loaded q i j k is 5. After all deliveries, the UAV returns to depot 39. Thus, following the results represented in Figure 6 and Table 2, we can verify that subtours do not occur, and goods are delivered completely.
To verify that the result of the routing algorithm based on q i j k is optimal, we apply the algorithm to another simple network, labeled with the costs per edge as in Figure 7. We can assume that the route 1 → 3 → 5 → 6 → 7 → 1 minimizes cost, while delivering goods to customers 5 and 6 as shown in Figure 7a. Since the total cost imposed per edge increases by 4 if the UAV passes vertices 2 and 4, as shown in Figure 7b, the routes do not include those nodes. Therefore, using q i j k , we can ensure UAVs make optimal round-trips and satisfy all customers by eliminating subtours.

3.3. UAV Allocation for Delivery

UAVs from each depot are optimally allocated to customers, and deliver the optimal quantity of goods considering the maximum range and loading capacity. In Figure 8, we present optimal round-trips of UAVs separated by color in the virtual network. Because of the maximum range constraint, customers 387, 435, and 437 are satisfied by UAVs from depot 434, and customers 387, 232, 414, and 417 are satisfied by UAVs from depot 405. Furthermore, because of limitation of loading quantity, customer 387 is satisfied by two UAVs from depot 434 and depot 405.
In Table 3, we also present the delivered quantity π d , k , loading quantity π p , k , and moving distance of the kth UAV to the dth customer during the kth UAV’s delivery. One UAV from depot 36 and 133 deliver to customer 78 and 171. Two UAVs from depot 100 deliver to customers 22, 45, 72, 78, 87, and 171. Five UAVs from depot 476 deliver to customers 290, 297, 305, 314, 320, 325, 338, 343, 350, 352, 380, 393, 399, and 403. Demands of those customers are satisfied by the UAVs completely, within the loading capacity (15 kg) and maximum range (150 km). Furthermore, two UAVs from different depots deliver to the same customer; for example, customer 78 is satisfied by two UAVs: one from depot 36 and one from depot 100. Customer 171 is also satisfied by two UAVs from depot 100 and 131. Moreover, two UAVs from a same depot deliver to a customer; for example, customers 72, 320, and 380 are delivered to by two UAVs from the same depot.
To verify that allowing two UAVs to share one customer’s demand lowers the total cost, we suppose that only a single UAV can deliver to a single customer and determine the number of UAVs in service and routes for them. We present the resulting routes of UAVs in Figure 9. As UAVs cannot split their goods, more are needed to complete deliveries to all customers. We need 2 more UAVs departing from depots 100 and 133, and one more departing from depots 294, 356, and 434 to satisfy customers compared with the results in Figure 8.
Furthermore, we represent the total cost for UAVs in Table 4 and Table 5, when the fixed cost per UAV is 100, and the variable cost is equal to the moving distances of UAVs. The total number of UAVs serving in Table 4 is 26, but the number of UAVs serving in Table 5 is 30. Thus, 3 more UAVs are used to satisfy the customers, and the fixed cost for UAV use increases. Moreover, the total distance that UAVs cover also increases, so the total cost in Table 5 is about 10 percent more than in Table 4. Therefore, these results show that we optimally allocate UAVs to customers by assigning multiple UAVs to a single customer and find routes by considering the maximum range and loading capacity.

4. Conclusions

This paper proposes an algorithm to find optimal routes for UAVs, which deliver goods from multiple depots to customers. While delivering, UAVs take off from their depots to customers as long as their loading capacities and range limits are met. We formulate a routing problem for UAVs on the virtual network, where the customers and their demands for goods are given. In the optimal routing process, we optimize the number of UAVs in service per depot to minimize the total fixed and variable costs by observing service-indicator variables in the objective function so that some UAVs may remain grounded at a depot for an entire day. Furthermore, we find the optimal routes for UAVs by eliminating subtours and by optimally allocating UAVs. Our network includes intermediate vertices that UAVs do not necessarily have to pass. The connection of unnecessary intermediate vertices may cause subtours, which result in infeasible routes. We eliminate subtours by adding variables for flows to edges and by limiting flows. Moreover, we optimally allocate UAVs to customers to minimize delivery distances from depots to customers. We also allow multiple UAVs to satisfy the demand of goods of one customer at the same time.

Author Contributions

Data curation, S.K.; Methodology, S.K. and J.H.K.; Project administration, D.-H.L.; Resources, B.O.; Software, S.K. and J.H.K.; Visualization, S.K.; Writing—original draft, S.K. and J.H.K.; Writing—review & editing, D.L. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by Korea Electric Power Corporation (KEPCO) and the Ministry of Trade, Industry and Energy (MOTIE).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

The data is available for download on the online page [19].

Acknowledgments

This research was supported by Korea Electric Power Corporation (No. R18xa06-24). This work was supported by the Human Resources Program in Energy Technology of the Korea Institute of Energy Technology Evaluation and Planning (KETEP) and the Ministry of Trade, Industry & Energy (MOTIE) of the Republic of Korea (No. 20204010600220).

Conflicts of Interest

The authors declared no conflict of interest.

Nomenclature

Indices and Index Sets:
i , j Index of vertices, where i , j N , i j
pIndex of depots, where p P , P N
dIndex of customers, where d D , D N
k p Index of UAVs registered in a pth depot, where k p K p , K p K
kIndex of UAVs, where k K , p = 1 m K p = K
Paramaters:
c i j A cost proportional to a distance between a vertex i and a vertex j
Π d A demand quantity of the dth customer
Decision Variables:
x i j k The number of trips, where the kth UAV moves from a vertex i to a vertex j
q i j k The quantity of goods delivered by the kth UAV from a vertex i to a vertex j
π i k Total incoming and outgoing goods to a vertex i delivered by the kth UAV
δ k A decision variable for the kth UAV, which indicates whether the UAV is used or not

References

  1. Singireddy, S.R.R.; Daim, T.U. Technology Roadmap: Drone Delivery–Amazon Prime Air. In Infrastructure and Technology Management; Springer: Berlin, Germany, 2018; pp. 387–412. [Google Scholar]
  2. Shafqat, W.; Byun, Y.C. Enabling “Untact” Culture via Online Product Recommendations: An Optimized Graph-CNN based Approach. Appl. Sci. 2020, 10, 5445. [Google Scholar] [CrossRef]
  3. Welch, A. A Cost-Benefit Analysis of Amazon Prime Air. Ph.D. Thesis, University of Tennessee at Chattanooga, Chattanooga, TN, USA, 2015. [Google Scholar]
  4. Bhatti, A.; Akram, H.; Basit, H.M.; Khan, A.U.; Raza, S.M.; Naqvi, M.B. E-commerce trends during COVID-19 Pandemic. Int. J. Future Gener. Commun. Netw. 2020, 13, 1449–1452. [Google Scholar]
  5. Wang, Z.; Sheu, J.B. Vehicle routing problem with drones. Transp. Res. Part B Methodol. 2019, 122, 350–364. [Google Scholar] [CrossRef]
  6. Dorling, K.; Heinrichs, J.; Messier, G.G.; Magierowski, S. Vehicle routing problems for drone delivery. IEEE Trans. Syst. Man Cybern. Syst. 2016, 47, 70–85. [Google Scholar] [CrossRef] [Green Version]
  7. Zhen, L.; Li, M.; Laporte, G.; Wang, W. A vehicle routing problem arising in unmanned aerial monitoring. Comput. Oper. Res. 2019, 105, 1–11. [Google Scholar] [CrossRef]
  8. Mu, D.; Wang, G.; Fan, Y. A Time-Varying Lookahead Distance of ILOS Path Following for Unmanned Surface Vehicle. J. Electr. Eng. Technol. 2020, 15, 2267–2278. [Google Scholar] [CrossRef]
  9. Alotaibi, K.A.; Rosenberger, J.M.; Mattingly, S.P.; Punugu, R.K.; Visoldilokpun, S. Unmanned aerial vehicle routing in the presence of threats. Comput. Ind. Eng. 2018, 115, 190–205. [Google Scholar] [CrossRef] [Green Version]
  10. Hiermann, G.; Puchinger, J.; Ropke, S.; Hartl, R.F. The electric fleet size and mix vehicle routing problem with time windows and recharging stations. Eur. J. Oper. Res. 2016, 252, 995–1018. [Google Scholar] [CrossRef] [Green Version]
  11. Lahyani, R.; Coelho, L.C.; Renaud, J. Alternative formulations and improved bounds for the multi-depot fleet size and mix vehicle routing problem. Or Spectr. 2018, 40, 125–157. [Google Scholar] [CrossRef] [Green Version]
  12. Harary, F.; Nash-Williams, C.S.J. On eulerian and hamiltonian graphs and line graphs. Can. Math. Bull. 1965, 8, 701–709. [Google Scholar] [CrossRef]
  13. Lim, A.; Wang, F. Multi-depot vehicle routing problem: A one-stage approach. IEEE Trans. Autom. Sci. Eng. 2005, 2, 397–402. [Google Scholar] [CrossRef]
  14. Mao, H.; Shi, J.; Zhou, Y.; Zhang, G. The Electric Vehicle Routing Problem With Time Windows and Multiple Recharging Options. IEEE Access 2020, 8, 114864–114875. [Google Scholar] [CrossRef]
  15. Ramos, T.R.P.; Gomes, M.I.; Póvoa, A.P.B. Multi-depot vehicle routing problem: A comparative study of alternative formulations. Int. J. Logist. Res. Appl. 2020, 23, 103–120. [Google Scholar] [CrossRef]
  16. Gulczynski, D.; Golden, B.; Wasil, E. The multi-depot split delivery vehicle routing problem: An integer programming-based heuristic, new test problems, and computational results. Comput. Ind. Eng. 2011, 61, 794–804. [Google Scholar] [CrossRef]
  17. Sung, I.; Nielsen, P. Zoning a service area of unmanned aerial vehicles for package delivery services. J. Intell. Robot. Syst. 2020, 97, 719–731. [Google Scholar] [CrossRef]
  18. Liu, Y.; Luo, Z.; Liu, Z.; Shi, J.; Cheng, G. Cooperative routing problem for ground vehicle and unmanned aerial vehicle: The application on intelligence, surveillance, and reconnaissance missions. IEEE Access 2019, 7, 63504–63518. [Google Scholar] [CrossRef]
  19. Available online: https://www.aimms.com/ (accessed on 8 February 2021).
  20. Gong, Y.J.; Zhang, J.; Liu, O.; Huang, R.Z.; Chung, H.S.H.; Shi, Y.H. Optimizing the vehicle routing problem with time windows: A discrete particle swarm optimization approach. IEEE Trans. Syst. Man Cybern. Part C Appl. Rev. 2011, 42, 254–267. [Google Scholar] [CrossRef]
  21. Toth, P.; Vigo, D. The Vehicle Routing Problem; SIAM: Philadelphia, PA, USA, 2002. [Google Scholar]
  22. Kara, I. Arc based integer programming formulations for the distance constrained vehicle routing problem. In Proceedings of the 3rd IEEE International Symposium on Logistics and Industrial informatics, Budapest, Hungary, 25–27 August 2011; pp. 33–38. [Google Scholar]
  23. Ahuja, R.K.; Magnanti, T.L.; Orlin, J.B. Network Flows; Massachusetts Institute Of Technology: Cambridge, MA, USA, 1988. [Google Scholar]
  24. Archetti, C.; Speranza, M.G. Vehicle routing problems with split deliveries. Int. Trans. Oper. Res. 2012, 19, 3–22. [Google Scholar] [CrossRef]
  25. Rais, A.; Alvelos, F.; Carvalho, M.S. New mixed integer-programming model for the pickup-and-delivery problem with transshipment. Eur. J. Oper. Res. 2014, 235, 530–539. [Google Scholar] [CrossRef]
  26. Singhal, G.; Bansod, B.; Mathew, L. Unmanned Aerial Vehicle Classification, Applications and Challenges: A Review. Preprints 2018, 2018110601. [Google Scholar] [CrossRef] [Green Version]
  27. Chen, Y.; Baek, D.; Bocca, A.; Macii, A.; Macii, E.; Poncino, M. A case for a battery-aware model of drone energy consumption. In Proceedings of the 2018 IEEE International Telecommunications Energy Conference (INTELEC), Turin, Italy, 7–11 October 2018; pp. 1–8. [Google Scholar]
  28. Baek, D.; Chen, Y.; Bocca, A.; Bottaccioli, L.; Di Cataldo, S.; Gatteschi, V.; Pagliari, D.J.; Patti, E.; Urgese, G.; Chang, N.; et al. Battery-aware operation range estimation for terrestrial and aerial electric vehicles. IEEE Trans. Veh. Technol. 2019, 68, 5471–5482. [Google Scholar] [CrossRef]
  29. Baek, D.; Chen, Y.; Chang, N.; Macii, E.; Poncino, M. Energy-Efficient Coordinated Electric Truck-Drone Hybrid Delivery Service Planning. In Proceedings of the 2020 AEIT International Conference of Electrical and Electronic Technologies for Automotive (AEIT AUTOMOTIVE), Torino, Italy, 18–20 November 2020; pp. 1–6. [Google Scholar]
  30. Williams, H.P. Model Building in Mathematical Programming; John Wiley & Sons: Hoboken, NJ, USA, 2013. [Google Scholar]
Figure 1. The proposed network configuration with multiple depots, customers, and intermediate vertices.
Figure 1. The proposed network configuration with multiple depots, customers, and intermediate vertices.
Sensors 21 01219 g001
Figure 2. Examples of subtours.
Figure 2. Examples of subtours.
Sensors 21 01219 g002
Figure 3. Network flows minimizing costs, with and without an indicator.
Figure 3. Network flows minimizing costs, with and without an indicator.
Sensors 21 01219 g003
Figure 4. Routes of UAVs from depot D1 and D2.
Figure 4. Routes of UAVs from depot D1 and D2.
Sensors 21 01219 g004
Figure 5. Indices and location of depots in a virtual network.
Figure 5. Indices and location of depots in a virtual network.
Sensors 21 01219 g005
Figure 6. Subtour and round-trip routes of UAVs in a sample network.
Figure 6. Subtour and round-trip routes of UAVs in a sample network.
Sensors 21 01219 g006
Figure 7. Optimal and non-optimal routes in a simple network.
Figure 7. Optimal and non-optimal routes in a simple network.
Sensors 21 01219 g007
Figure 8. Optimal round-trips of UAVs in the virtual network.
Figure 8. Optimal round-trips of UAVs in the virtual network.
Sensors 21 01219 g008
Figure 9. Round-trips of UAVs in the situation that a single UAV can deliver to a customer.
Figure 9. Round-trips of UAVs in the situation that a single UAV can deliver to a customer.
Sensors 21 01219 g009
Table 1. The research related to the unmanned aerial vehicle (UAV) routing algorithms.
Table 1. The research related to the unmanned aerial vehicle (UAV) routing algorithms.
Vehicles in ServicePhysical Obstacles# of DepotsIntermediate VerticesAssigned UAVs per Customer
[5]2-Truck, 1-UAVx1-DepotxSingle UAV
[6]N-UAVx1-DepotxSingle UAV
[7]1-UAVo1-DepotxSingle UAV
[8]N-UAVxM-DepotxSingle UAV
[9]1-UAVo1-DepotoSingle UAV
[10]N-UAVxM-DepotxSingle UAV
[11]N-UAVxM-DepotxSingle UAV
[13]N-UAVxM-DepotxSingle UAV
[14]N-UAVx1-DepotxSingle UAV
[15]N-UAVxM-DepotoMultiple UAVs
[16]N-UAVxM-DepotxMultiple UAVs
[17]N-UAVxM-DepotxSingle UAV
[18]N-UAVx1-DepotxMultiple UAVs
Present paperN-UAVoM-DepotoMultiple UAVs
Table 2. Paths and delivered quantities of the UAV.
Table 2. Paths and delivered quantities of the UAV.
Network Flow
Vertices Number3944651528472815655910683110116
Loaded q i k 1515151515555555522
Demand quantities000001000000030
Vertices Number548177854116110837186101587539
Loaded q i k 22000000000000
Demand quantities00200000000000
Table 3. Quantities delivered by UAVs registered at depots 36, 100, 133, and 476.
Table 3. Quantities delivered by UAVs registered at depots 36, 100, 133, and 476.
Depot Number36100133476
Vehicles Number91819257172737475
Loading quantity [kg]151515151512151515
Moving distance [km]60.541.262.394.045.2109.054.483.883.0
CustomersDemandsDelivered quantities
221--1------
459--9------
7210-64------
78725-------
874-4-------
1712--11-----
2908-----8---
2972------2--
3051-----1---
3147-------7-
3209----72---
3252----2----
3388------8--
3432----2----
3504----4----
3523------3--
3809-----1-8-
39310--------10
3995--------5
4032------2--
Table 4. Total cost for delivery represented in Figure 8.
Table 4. Total cost for delivery represented in Figure 8.
Depots
Number
UAVs
in Service
Moving
Distance
Total
Cost
1179.05179.05
36160.52160.52
652113.57313.57
1002103.53303.53
133193.98193.98
1642111.16311.16
194165.77165.77
237174.1174.1
268000
2941129.31229.31
3265375.26875.26
3561106.8206.8
4052154.93354.93
434173.78173.78
4765451.96951.96
Cost26001993.724593.72
Table 5. Total cost for delivery represented in Figure 9.
Table 5. Total cost for delivery represented in Figure 9.
Depots
Number
UAVs
in Service
Moving
Distance
Total
Cost
1000
36143.81143.81
652126.31326.31
1004238.45638.45
1333197.76497.76
164137.16137.16
194150.84150.84
237000
268000
2942162.10362.10
3264393.31793.31
3562159.25359.25
4052115.74315.74
4342122.82322.82
4765401.66901.66
Cost29002049.224949.22
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Kim, S.; Kwak, J.H.; Oh, B.; Lee, D.-H.; Lee, D. An Optimal Routing Algorithm for Unmanned Aerial Vehicles. Sensors 2021, 21, 1219. https://doi.org/10.3390/s21041219

AMA Style

Kim S, Kwak JH, Oh B, Lee D-H, Lee D. An Optimal Routing Algorithm for Unmanned Aerial Vehicles. Sensors. 2021; 21(4):1219. https://doi.org/10.3390/s21041219

Chicago/Turabian Style

Kim, Sooyeon, Jae Hyun Kwak, Byoungryul Oh, Da-Han Lee, and Duehee Lee. 2021. "An Optimal Routing Algorithm for Unmanned Aerial Vehicles" Sensors 21, no. 4: 1219. https://doi.org/10.3390/s21041219

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