Next Article in Journal
Finite-Time Neuro-Sliding-Mode Controller Design for Quadrotor UAVs Carrying Suspended Payload
Previous Article in Journal
System Identification of Heterogeneous Multirotor Unmanned Aerial Vehicle
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

RISE: Rolling-Inspired Scheduling for Emergency Tasks by Heterogeneous UAVs

1
College of Systems Engineering, National University of Defense Technology, Changsha 410073, China
2
Center for Assessment and Demonstration, Academy of Military Sciences, Beijing 100091, China
*
Author to whom correspondence should be addressed.
Drones 2022, 6(10), 310; https://doi.org/10.3390/drones6100310
Submission received: 14 September 2022 / Revised: 16 October 2022 / Accepted: 17 October 2022 / Published: 20 October 2022

Abstract

:
The multiple unmanned aerial vehicles (UAVs) system is highly sought after in the fields of emergency rescue and intelligent transportation because of its strong perception and extensive coverage. Formulating a reasonable task scheduling scheme is essential to raising the task execution efficiency of the system. However, the dynamics of task arrival and the heterogeneity of UAV performance make it more difficult for multiple UAVs to complete the tasks. To address these issues, this paper focuses on the multi-UAV scheduling problem and proposes a method of rolling-inspired scheduling for emergency tasks by heterogeneous UAVs (RISE). In order to ensure that emergency tasks can be allocated to UAVs in a real-time manner, a task grouping strategy based on a density peaks (DP) clustering algorithm is designed, which can quickly select UAVs with matching performance for the tasks arriving at the system. Furthermore, an optimization model with multiple constraints is constructed, which takes the task profit and UAV flight cost as the objective function. Next, we devise a rolling-based optimization mechanism to ensure that the tasks with shorter deadlines are executed first while maximizing the objective function, so as to obtain the optimal task execution order for each UAV. We conduct several groups of simulation experiments, and extensive experimental results illustrate that the number of tasks successfully scheduled and the utilization rate of UAVs by RISE are superior to other comparison methods, and it also has the fastest running time. It further proves that RISE has the capability to improve the completion rate of emergency tasks and reduce the flight cost of multiple UAVs.

1. Introduction

Unmanned aerial vehicles (UAVs) offer the advantages of being lightweight and low cost compared with manned aircraft. They can carry out specified tasks according to the load type via remote control or independent planning without the need for operators. For these reasons, UAVs are frequently utilized as an alternative to performing difficult and hazardous activities [1,2]. The task execution mode has gradually shifted from single UAV to multi-UAV cooperation with the ongoing advancement of relevant technologies and the diversification of application scenarios [3]. A single UAV cannot complete complex tasks independently due to its restricted load and performance, especially in the face of dynamic changes of the task environment [4]. As multiple UAVs can be used simultaneously to perform tasks in a coordinated and robust manner amid a complex environment, multiple UAV systems have received extensive attention in the fields of emergency rescue, intelligent transportation, and logistics distribution in recent years [5,6].
A multi-UAV system has clear advantages in both space and time of task execution. For one thing, a group of UAVs can complete multiple tasks simultaneously in different geographical locations [7]. Additionally, these UAVs can flexibly cope with the changing environment. When one of the UAVs is unable to perform tasks due to interference or breakdown, its incomplete tasks can be reassigned so that the system is less affected and has better fault tolerance [8]. Moreover, the multi-UAV system has presented the distinct characteristics of various types and wide applications with the rapid development of UAV technology. The UAVs in the system are quite different in many aspects, such as size, weight, mileage, flight time, and flight speed [9,10]. Hence, the system composed of a group of heterogeneous UAVs is widely used, which can better adapt to scenarios involving diverse task types and unknown threat environments. It is worth noting that the key to ensuring that the multi-UAV system can accomplish the tasks efficiently is formulating a reasonable task planning scheme and clarifying the division of labor of each UAV. Task scheduling, a crucial component of task planning, can assist multiple UAVs to obtain higher benefits on the premise of completing tasks [11]. However, multi-UAV task scheduling is a NP-hard problem, and numerous studies focus on modeling and solving this problem. Some work [12,13] models multi-UAV task scheduling as the traveling salesman problem (TSP) or the vehicle routing problem (VRP). On this basis, the variants of the above models are also proposed successively by considering the constraints such as task completion time and UAV load capacity [14,15], and they have better adaptability to the environments. These methods are suitable for the situation of fewer tasks and stronger UAV capability and have the advantages of simple principles and low complexity. However, they need to simplify the relevant constraints or task elements to seek model standardization in the modeling process. In addition, the choice of the proper solution algorithm for the established model is another significant issue in the research on multi-UAV task scheduling [16], which is determined by the task scenario, number of tasks, performance of UAVs, and communication mode, among other factors.
Motivation. Multi-UAV task scheduling is a process in which a mission is decomposed into some number of tasks, and these tasks are assigned to UAVs in a multi-UAV system to complete them, with the goal of achieving the optimal or suboptimal performance of a certain criterion function [17]. Nevertheless, this process is limited by constraints such as task execution time and UAV performance. The majority of current research uses the conventional model and solution algorithm when addressing the multi-UAV task scheduling problem. These approaches struggle to adapt to the complex and changeable task environment. As a result, the tasks’ features in the actual scenario still need to be carefully examined. In particular, there are two issues that need to be taken into consideration in the design of the multi-UAV task scheduling scheme:
  • The rationality of task scheduling. The tasks that will be assigned should be compatible with the UAV performance. For example, the UAV that carries materials can carry out the tasks of distribution and rescue. However, most of the existing task scheduling schemes fail to establish a certain mapping relationship between tasks and UAVs, which prevents the performance of UAVs from meeting the requirements of the tasks that are assigned to them, ultimately leading to task rejection or execution delays that have an impact on the multi-UAV system’s overall efficiency.
  • The adaptability of task scheduling. The arrival of emergency tasks and the depletion of UAV energy frequently occur during the task execution of the multi-UAV system. Some methods build task scheduling models based on the known task environment but lack dynamic scheduling mechanisms that can adapt to the changes in the environment. Once an emergency occurs, the established scheme cannot be applied to the changed scenario, which easily leads to the problems of low task completion rate and low utilization rate of UAVs.
In summary, there is an urgent need for an emergency task scheduling method with a real-time and rapid response capability that can effectively save unmanned resources and improve task completion efficiency. This kind of method can quickly generate the task UAV matching mechanism after the attributes of the tasks and UAVs change, and it can modify the original task execution sequence and scheduling scheme in a real-time manner to maximize the benefits of task execution. Aiming at the above issues, we propose a method of Rolling-Inspired Scheduling for Emergency tasks by heterogeneous UAVs (RISE). The main contributions of our work are as follows:
Contributions: The major contributions of this paper are summarized as follows:
  • We construct an optimal scheduling framework for emergency tasks, which is mainly composed of two phases: task clustering and optimization scheduling. It can rapidly generate scheduling schemes for tasks that arrive in the system dynamically.
  • We devise a task clustering strategy inspired from a density peaks (DP)-based clustering method, which realizes the reasonable grouping of dynamic tasks by constructing a distance matrix based on multiple task attributes.
  • We present a dynamic task scheduling model for heterogeneous UAVs. We create an objective function that takes the value and completion probability as the task profit, and it also takes the safety risk and energy consumption as the UAV flight cost. Furthermore, a task allocation strategy based on the rolling optimization idea is designed to improve the execution efficiency of emergency tasks.
The remainder of this paper is organized as follows. Section 2 introduces the related work. The system framework and problem statement are depicted in Section 3. Section 4 provides a thorough explanation of the modeling and formulation. The proposed task scheduling method is introduced in Section 5, followed by the simulation experiments and performance analyses in Section 6. Section 7 concludes with a summary of this paper.

2. Related Work

Multi-UAV task scheduling is a typical combinatorial optimization problem. It constructs the objective function in accordance with the task requirements and UAV performance and reasonably allocates the task sequence for each UAV under the constraints of mileage and energy consumption to maximize the overall efficiency of the multi-UAV system. In the face of complex task environments and various task scheduling models, designing effective solution algorithms is the key to enhancing the task execution capabilities of multiple UAVs. In the existing research work, the methods based on optimization [18], heuristics [19], and swarm intelligence [20] are all effective solutions to this kind of problem.
The optimization-based task scheduling method is to calculate all possible solutions satisfying the constraints of UAVs and tasks in the finite solution space and to find the optimal solution as the final assignment result, that is, to find the exact solution in the finite space. Zhang et al. [21] modeled a path planning problem as a nonlinear optimal control problem with non-convex constraints and proposed a solving algorithm by approximating the non-convex parts. Yao et al. [18] formulated a joint optimization problem of the task allocation and the flying control as a mixed integer non-linear programming (MINLP) problem and minimized the drone’s journey time constrained by the battery capacity and task deadlines. In order to achieve optimal task allocation with the differential-and-distortion geo-obfuscation, Wang et al. [22] built a mixed-integer non-linear model to minimize the expected travel distance of the selected workers. Lippi et al. [23] proposed a mixed-integer linear programming model to address a task allocation problem for human multi-robot settings. This model could minimize the overall execution time while optimizing human and robotic workload. You et al. [24] formulated an optimization model with the aim of minimizing the energy consumption of all UAVs under the constraints of task deadline and computing resources and proposed an iterative algorithm by applying block coordinate descent methods to solve it. For the task allocation problem of heterogeneous UAVs, Chen et al. [25] established a multi-constraint linear programming model and proposed an adaptive clustering-based algorithm to obtain approximate optimal point-to-point paths for UAVs. On this basis, they also designed a symbiotic organisms search-based optimization strategy [26] to plan the execution sequence to minimize the time consumption of the tasks.
Heuristic-based algorithms are another kind of effective solution for task scheduling problems with multiple objectives and constraints, which can find satisfactory solutions in polynomial time. Aiming at the issue of UAV coordinated scheduling, Wu et al. [27] designed a hybrid simulated annealing algorithm to obtain a scheduling scheme that took into account the interests of both task requesters and task assigners. Zhu et al. [28] developed an efficient hybrid particle swarm optimization with a simulated annealing algorithm, which produced a high-quality solution for the rapid-assessment task-assignment problem. For Ant Colony Optimization (ACO), Wu et al. [19] proposed a dynamic labor division model to solve the UAV swarm task allocation problem by designing the dynamic task stimulus and response threshold. In addition, Zhen et al. [29] put forward an improved distributed ACO algorithm for the search–attack task scheduling for a multi-UAV platform, which showed robustness through numerical experiments. Focusing on the path planning problem of heterogeneous UAVs, Chen et al. [30] proposed an ACO-based algorithm to seek approximately optimal solutions and minimize the time consumption of tasks in the cooperative search system. For the multi-UAV task scheduling, Liu et al. [31] proposed a tabu-list-based simulated annealing algorithm to realize task allocation among multiple UAVs. They then adopted the variable neighborhood descent algorithm to generate a satisfactory scheduling scheme. Huang et al. [32] proposed an iterated heuristic framework to periodically schedule tasks. They employed the Roulette-based flight dispatching approach and a simulated annealing-based local search method to optimize the solutions.
In the application of swarm intelligence algorithms, Chen et al. [20] modified the two-part wolf pack search algorithm, which was applied to the time-sensitive multi-UAV cooperative task allocation problem. Inspired by the collaborative hunting behavior of a wolf pack, Hu et al. [33] proposed a distributed self-organizing method for UAV swarm search–attack mission planning. This method could realize flexible motion planning and group task coordinating. For the cooperative surveillance task, Liu et al. [34] established a cooperative model based on moving cost and formation stability and used a sparrow search algorithm (SSA) with fast convergence speed and strong optimization capability to solve it. Aiming at the multi-UAV search task, Fei et al. [35] devised a cooperative architecture oriented to local communication networks and proposed an improved SSA to enhance the formation optimization capability. Duan et al. [36] proposed a dynamic discrete pigeon-inspired optimization algorithm to handle cooperative search–attack missions, which could balance between benefit and consumption under the validity of constraints. Zhou et al. [37] designed an intelligent UAV swarm-based cooperative algorithm for consecutive target tracking and physical collision avoidance. Yu et al. [38] developed an improved genetic algorithm to solve the cooperative mission planning problem, which designed an efficient logic-based unlocking mechanism for the crossover and mutation operations.
The majority of the methods noted above can be used to address static scheduling issues. Table 1 provides a list of several representative methods to more effectively illustrate their attributes. These methods are frequently applied in the task pre-scheduling phase of multiple UAVs. However, the task pre-scheduling scheme will be affected by the dynamic changes of the environment and the limitations of UAV capabilities during the process of task execution, so this scheme needs to be dynamically adjusted in accordance with the environment. Thus, aiming at the above issues, we develop a method of rolling-inspired scheduling for emergency tasks by heterogeneous UAVs (RISE). This method can enhance the capabilities of rapid response and task execution for multiple UAVs in a dynamic environment.

3. System Framework and Problem Statement

In this section, the framework of RISE and the primary notations utilized in this work are briefly summarized. In addition, the main issues with emergency task scheduling are briefly discussed, as well as the basic task model and UAV model. Before describing the framework and method, we first introduce the notation in this work. The main notations are summarized in Table 2.

3.1. Framework

The emergency task scheduling of multiple UAVs is a complicated optimization issue with various constraints in consideration of task attributes and UAV capability. Figure 1 depicts the RISE framework in its entirety. For a given task set, an emergency scheduling process is designed via the following two phases: the task clustering phase and the optimization scheduling phase.
The first phase of the RISE framework determines the classification of existing tasks, taking into account multiple inherent attributes of tasks (e.g., task position, task resource requirements, and deadlines, etc.). A DP-based algorithm is used to obtain the clustering results of the tasks in a task set. These tasks are divided into different clusters, each with its own cluster center.
The second phase of the framework delineates the allocation and scheduling of tasks-to-UAV. The tasks in each cluster are placed in a rolling queue, waiting for the UAV to complete them. The task monitor continuously monitors the system. The emergency tasks are divided into different clusters based on their attributes when they arrive at the system. These tasks are sorted according to their importance scores before being added to the rolling queues with the unscheduled tasks. Finally, the task scheduler assigns tasks in the rolling queues to different UAVs. The task will be rejected if it fails to be completed within its deadline.

3.2. Problem Statement

A fundamental problem of multiple UAV task scheduling is determining which UAVs are assigned to which tasks. In addition, a number of limits should be considered, including the service time of the tasks and the UAV energy consumption and flight distance, among others. Especially when emergency tasks arrive, due to the timeliness requirement, it is critical for the system to produce new scheduling schemes as rapidly as possible to ensure that these tasks are completed within their deadline. This section mainly discusses the assumptions based on the aforementioned problems, as well as the basic model in the scheduling process. We are dedicated to developing a scheduling model for multi-UAV rescue tasks in this study. In contrast to general scenarios, it is important to take into account the issue of UAVs carrying rescue materials when designing the model for rescue tasks [39,40]. As each task point has different requirements for materials and the load capacity of each UAV is limited, these two issues need to be reflected in the model.

3.2.1. Problem Assumption

The formulation of the task scheduling problem is based on the following assumptions:
(1)
Each task can be accomplished by at most one UAV.
(2)
The assignment result of UAVs is regarded as the access to the positions of a series of task points.
(3)
When the UAVs land at the base stations, they will finish replenishing the resources within a fixed time period (only considering two types of resources: battery and supply).
(4)
UAVs carry out tasks at the same altitude. The 2D coordinates of rescue tasks are considered to improve the timeliness of task allocation.

3.2.2. Basic Model

There are three basic models in the system: task model, UAV model, and base station model. These models define the essential components of the system and quantify their various properties. In our system, we feature every model by specifying the following attributes.
(1)
Task model: there are two sorts of scheduled tasks in the system: general tasks and emergency tasks. The urgency of emergency tasks is greater and their deadlines are shorter than general tasks: G T = { T 1 , T 2 , , T M } indicates the general task set, and  E T = { T M + 1 , T M + 2 , , T M } indicates the emergency task set. Both types of tasks have five characteristics. Each can be modeled by T i = < I D i T , P T i , R T i , a t i , d l i > where they are represented in order by task number, task position, the number of resource requirements, arrival time, and deadline of task T i , respectively.
(2)
UAV model: the platform model in the system is defined as a group of heterogeneous UAVs U A V = { U 1 , U 2 , , U N } . To further describe the characteristics of the UAV formation, each UAV can be featured by a tuple U i = < I D i U , t y p e i U , P U i , R U i , M M i , V U i , f t i > in which they indicate UAV number, UAV type, UAV position, the number of resources, maximum flight mileage, UAV velocity, and flight time, respectively.
(3)
Base station: the role of the base station is to provide resources for UAVs, mainly including batteries and rescue materials. Let B S = { B 1 , B 2 , , B Q } be the set of base station, each station can be represented by B i = < I D i B , P B i , s t i > , where I D i B is the station number, P B i is the station position, and  s t i is the service time of B i .
We also define a decision variable η i , j , k , which is a binary variable, to determine whether T j and T k can be carried out by U A V i ; η i , j , k can be expressed as:
η i , j , k = 1 , if the U A V i can perform from T j and T k , and j k 0 , otherwise .

4. Modeling and Formulation

Because the emergency task scheduling of multiple UAVs is a NP-hard problem, we establish an optimization model to solve it. The proposed model is composed of two parts: objective function and constraints. This section focuses on the definition process of the objective function as well as a thorough analysis and formulation of the model constraints.

4.1. Objective Function

It is vital to ensure not only that as many tasks as possible can be accomplished during the task execution of UAV formation, but also that the formation execution efficiency is maintained. Thus, to solve the scheduling problem of emergency tasks with dynamic arrival and short life cycle, we design an objective function that includes task profit, flight energy consumption, and safety risk by thoroughly considering the task profit and UAV flight cost in the process of task execution. Next, we calculate the best task sequence for each UAV to ensure the formation’s task execution efficiency. The objective function of RISE is described in detail below.
Definition 1.
Task Profit. Each task is given an initial value based on its importance, and the number of resource requirements is used to predict the probability of task completion. Thus, task profit is defined as follows:
PF = i = 1 N j = 0 M k = 1 M η i , j , k × v k × p r k ,
where v k represents the value of T k , which reflects the task’s importance, the value of v k is a random number between [ 0 , 1 ] : the smaller the v k , the lower the task’s value; p r k indicates the probability that T k is successfully executed, p r k = 1 R U k / ( max { R U l | l [ 1 , M ] } + 1 ) , which indicates that the more resource requirements of the task, the lower p r k of the task. The higher the value of PF , the more rational the order of UAV task execution is, and the probability of task completion rises accordingly.
Definition 2.
Fight Energy Consumption. Low flight cost is one of the crucial goals for the UAV formation due to the capacity limitation of airborne batteries, which impacts task execution efficiency. Flight energy consumption refers to the consumption generated in the process of the UAV from the starting position to the task position, including battery energy consumption, equipment loss, and other factors. It is defined as follows:
EC = i = 1 N j = 0 M k = 1 M η i , j , k × μ i × d i , j , k ,
where μ i is the energy consumption of U A V i per unit flight distance, and d i , j , k represents the Euclidean distance from T j to T k for U A V i . The lower E C , the lower the flight cost of the UAV formation and the higher the task execution efficiency.
Definition 3.
Safety Risk. Flight safety is a factor that must be considered when UAVs perform missions, and it needs to be analyzed from the level of the whole flight route. All UAVs take off from the same initial position and perform the assigned tasks, respectively. Each UAV is independent of the others according to Assumption 1. The safety risk for any UAV refers to the flight risk assessment value affected by the length of the task queue and the distance between adjacent tasks. It is defined as follows:
FR = i = 1 N j = 0 M k = 1 M η i , j , k × d i , j , k M M i .
It can be seen from (4) that the greater the number of tasks and the longer the flight distance, the greater FR and the lower the flight reliability of the UAV formation. Consequently, based on the three factors above, the objective function of RISE is:
max F R I S E = max ( α 1 PF α 2 EC α 3 FR ) ,
where α 1 , α 2 , and  α 3 are normalization coefficients.

4.2. Constraints

Multiple UAVs are limited by various constraints during task execution. These constraints and their formulation are described in detail in this section, involving task time constraints, UAV flight constraints, and energy consumption constraints. The specific descriptions are as follows:
(C1) Each UAV starts from the initial position to perform the assigned tasks. If tasks are accepted, the UAV will take off from the initial position and fly to the first task position. The UAV will stay at the initial position for task preparation when it does not receive the tasks. Constraint C1 can be formulated as follows:
j = 1 M η i , 0 , j 1 , i [ 1 , N ] ,
where η i , 0 , j indicates U A V i takes off from the initial position and carries out the jth task.
(C2) Each task can be carried out by at most one UAV. The purpose of C2 is to avoid repeated task execution, which will affect the overall efficiency of the UAV formation. For  T j , the number of arriving and departing UAVs is less than or equal to one. Constraint C2 is expressed as:
i = 1 N j = 0 M η i , j , k = i = 1 N l = 1 , l k M η i , k , l 1 , k [ 1 , M ] .
Specially, if  U A V i does not carry out T k , the number of times U A V i arrives and leaves T k is i = 1 N j = 0 M η i , j , k = i = 1 N l = 1 , l k M η i , k , l = 0 . If  U A V i carries out T k , the number of times U A V i arrives and leaves T k is equal to 1 ( i = 1 N j = 0 M η i , j , k = i = 1 N l = 1 , l k M η i , k , l = 1 ).
(C3) The system requires that each UAV only perform one task at a time to ensure that it can carry out tasks reliably and effectively, that is, the task sequence assigned to the UAV is executed in order. We use a two-dimensional matrix S = { s i , j | 1 i N , 0 j M } to record the execution order of each UAV. The expression s i , k is the integer variable, which can be expressed as:
s i , k = s i , j + 1 , if η i , j , k = 1 0 , if η i , j , k = 0 , i [ 1 , N ] , j [ 0 , M ] k [ 1 , M ] , k j ,
where s i , 0 = 0 represents U A V i taking off from the initial position. For the task execution order of U A V i , s i , k should be less than or equal to the total number of tasks M. The expression is as follows:
s i , k M , i [ 1 , N ] , k [ 1 , M ] .
(C4) Each UAV must perform tasks within a given mileage range. The UAV takes off from the initial position to execute tasks, and energy is continuously consumed with the increase in flight mileage. As the battery carried by the UAV is fixed, the UAV needs to be refueled with energy when confronted with the dynamic arrival tasks. The base stations are set up in the task region for the UAV’s energy provisioning. Assume that U A V i departs from the position of T j , it must determine whether the current remaining mileage is sufficient to reach the position of T k , and C4 is formulated as follows:
j = 0 M η i , j , k ( d i , j , k + d k , q min ) M M i d i , j , k = sqrt ( ( x j T x k T ) 2 + ( y j T y k T ) 2 ) d k , q min = min ( sqrt ( ( x k T x q B ) 2 + ( y k T y q B ) 2 ) ) , i [ 1 , N ] , j [ 0 , M ] k [ 1 , M ] , q [ 1 , Q ] ,
where d k , q min is the shortest flight distance from T k to B q , and d i , j , k is the distance from T j to T k for  U A V i .
(C5) Only if the UAV meets the premise that its number of resources is greater than the demand for task resources can it carry out the task. Due to the different types of tasks, the consumption of UAV resources is also different. As the total resources of the UAV are constantly consumed, U A V i needs to determine whether the resources it carries meet the requirements of task execution in advance before executing T k . If this condition is not met, U A V i needs to fly to the base station to supplement resources. Constraint C5 can be formulated as:
j = 0 M η i , j , k R T k R U i , i [ 1 , N ] , k [ 1 , M ] .
(C6) Each task is required to be completed within its deadline. The dynamically reached task has stringent time constraints, and the UAV must complete it within the specified time. The task will be rejected if it is not completed within the time limit. The time it takes for U A V i to fly from T j to T k is d i , j , k / V U i ; C6 can be formulated as:
T U i + j = 0 M η i , j , k × d i , j , k / V U i d l k , i [ 1 , N ] , k [ 1 , M ] ,
where T U i represents the total flight time of the completed tasks for U A V i .
Based on the above definitions and descriptions of objective functions and constraints, we conduct an optimization model of task scheduling, which is formulated as follows:
max F R I S E = max ( α 1 PF α 2 EC α 3 FR ) s . t . C 1 , C 2 , C 3 , C 4 , C 5 , C 6 .
Although the above linear programming problem can obtain the exact solution, the complexity and difficulty of addressing this problem increases as a large number of tasks arrive at the system dynamically, especially if there are certain emergency tasks, and the timeliness of this problem cannot be guaranteed. On the basis of the above facts, we propose the optimization algorithm RISE.

5. Emergency Task Scheduling Method

We devise RISE to generate a high-quality scheduling scheme that includes two phases: task clustering and optimization scheduling. Task clustering is critical to the whole task-to-UAV scheduling process. The reason for this is that the task scheduling problem is a multi-constraint optimization problem with exponentially increasing solution space and time complexity as the number of tasks increases. Moreover, task attributes such as geographical position, resource requirements, and deadline have an impact on UAV allocation. Hence, we use the improved DP algorithm to achieve task clustering, which improves the efficiency of UAV task allocation. In addition, we design a rolling-inspired optimization scheduling approach, which transforms the dynamic optimization problem into multiple local optimization problems. The attribute information of tasks and UAVs is fully considered to achieve the optimal scheduling of task-to-UAV.

5.1. Improved DP-Based Task Clustering

The density peaks clustering (DP) algorithm [41], which was published in Science, can automatically find cluster centers and achieve efficient clustering of arbitrary shaped data. It can be observed that the core of it is the design of cluster centers. The authors considered that cluster centers have two characteristics: (i) cluster centers are surrounded by neighbors with lower local density ρ j ; (ii) they are at a relatively large distance δ i from any points with a higher local density. The formulations are given as:
ρ j = k = 1 , k j M         χ ( D j , k D c ) χ ( D j , k D c ) = 1 , D j , k < D c ; 0 , otherwise ,
δ j = min j I S j D j , k , I S j 0 ; max j [ 1 , M ] D j , k , otherwise I S j = k [ 1 , M ] : ρ k > ρ j ,
where D c is the cutoff distance, which can be selected so that the average number of neighbors is 2% of the total number of tasks; χ () is the logical judgment function; D j , k is the distance between T j and T k ; I S j is index set, indicating that the local density ρ j < ρ k .
The “distance” in DP does not only refer to Euclidean distance but also a broad concept, which can be composed of task’s deadline and distance, etc. In our approach, we try to improve DP and build a two-dimensional distance matrix D = D j , k | j , k [ 1 . M ] among tasks using two attributes: life cycle and position. A task’s life cycle refers to a period from the time it arrives at the system to its deadline; D j , k is formulated as follows:
D j , k = λ 1 L F j , k n o r m + λ 2 d i s j , k n o r m ,
where L F j , k n o r m is the life cycle difference between T j and T k after normalization, respectively; and d i s j , k n o r m is the distance between T j and T k after normalization. They are expressed as follows:
L F j , k = ( d l j a t j ) ( d l k a t k ) L F j , k n o r m = ( L F j , k L F min ) / ( L F max L F min ) ,
d i s j , k = ( x j T x k T ) 2 + ( y j T y k T ) 2 d i s j , k n o r m = ( d i s j , k d i s min ) / ( d i s max d i s min ) ,
where L F max and L F min are the maximum difference and minimum difference between the life cycles of T j and T k . Similarly, d i s max and d i s min are the maximum distance and minimum distance between T j and T k , respectively.
We use the decision factor γ j of DP to automatically select the cluster centers of the current task set; γ j requires that each center have a high local density and a greater distance from other high-density tasks. It can be defined as follows:
γ j = ρ j δ j , j [ 1 , M ] .
The number of cluster centers depends on the number of UAVs in the system. We select the same number of cluster centers and UAVs, so that each UAV can perform a group of tasks with similar attributes; { γ j } j = 1 M of all tasks are sorted in descending order, and the top N tasks with the highest γ are chosen as the cluster centers of the current task set.
It is critical to classify other task members after obtaining the cluster centers. If the nearest neighbor strategy of DP is used to partition these members, the number of them in each cluster will be greatly different. A large number of members will easily cause the UAV to take too long to perform such tasks and be unable to handle the emergency tasks that arrive to the system in a timely manner, resulting in a reduction in the task completion rate. Conversely, a small number of members might quickly lead to the UAV becoming idle when executing such tasks, and the UAV can rapidly complete these tasks and remain idle in hover until new tasks are assigned, resulting in lower platform utilization. As a result, we propose a balanced allocation mechanism to improve DP in the process of partitioning members, so as to ensure that the number of members in each cluster is balanced as much as possible. For the current task set T, the average value of the number of tasks to be assigned to each UAV is formulated as follows:
A V G = M / N .
In the process of nearest neighbor partition, it is required to limit the boundary density of each cluster, i.e., the number of cluster members, during the nearest neighbor partition procedure. For each cluster center c i , i [ 1 , N ] , T k is divided into corresponding cluster if D c i , k satisfies:
D c i , k D c i , A V G , k [ 1 , M ] .
The improved DP algorithm has the following characteristics:
(1)
It can effectively avoid the generation of halo points and ensure the accuracy and rationality of task clustering.
(2)
The number of members in each cluster is more balanced, which can effectively solve the problems of low platform utilization and low task completion rate.
Figure 2 depicts task clustering based on improved DP with fifteen tasks as examples. The tasks are located on a two-dimensional map, which is shown in Figure 2a, and their positions are randomly generated. Next, ρ j and δ i are calculated using improved DP to generate a decision graph. We employ (20) to evaluate the quality of cluster centers. From Figure 2b, we can see that T 4 , T 5 , T 6 , and  T 15 are selected as cluster centers. Once the centers are determined, we utilize (20) and (21) to partition the remaining tasks to ensure that the number of members in each cluster is as balanced as possible. The results are shown in Figure 2c.

5.2. Rolling-Inspired Optimization Scheduling

Three key parts in the optimization scheduling phase are devised to enable RISE to achieve efficient task scheduling, namely, task-UAV adapter, emergency task manager, and rolling queue generator. The adapter is responsible for completing capability mapping between UAV and a cluster of tasks, which means providing a UAV with a task queue after clustering. The manager monitors the emergency tasks arriving at the system in a real-time manner and assigns them to the appropriate task cluster. The most significant part of this phase is the rolling queue generator, which can determine the execution order of tasks in the queue and dynamically adjust the order as required. The detailed descriptions are as follows.

5.2.1. Task-UAV Adapter

The requirement value of the task sequence and the capability value of the UAV should be evaluated to ensure that the UAV formation can effectively carry out these tasks. To meet the requirements of task scheduling for timeliness and completion rate, the crucial attributes ( R U i and M M i ) are used to assess the capability value of the UAV. It can be defined as follows:
C V i = M M i j = 1 N M M j + R U i j = 1 N R U j , i [ 1 , N ] ,
where C V i indicates the capability value of U i ; the larger C V i implies that U i has superior task execution capability. Due to the heterogeneous nature of UAVs, we arrange all UAVs in descending order according to their capability values to get a list of UAVs. The task queues are assigned to UAVs based on this list, which can dramatically enhance the execution efficiency of UAVs. Similarly, the requirement value of the task sequence R V i is formulated as follows:
R V i = l = 1 L i ( d l l a t l ) / k = 1 M ( d l k a t k ) + R T l / k = 1 M ( R T k ) / L i , i [ 1 , N ] ,
where L i is the length of ith task sequence; d l l a t l represents the life cycle of T l : it can reflect the task urgency; the larger d l l a t l is, the lower urgency is. We arrange the requirement values of all tasks in descending order and adapt them to the UAV list. The adaptation principle is that the task sequence with the largest requirement value is matched to the UAV number with the largest capability value, so as to improve the success rate of task execution.

5.2.2. Emergency Task Manager

Due to the shorter deadline of emergency tasks compared to general tasks, UAVs should be arranged to execute such tasks as soon as they arrive at the system. The task surveillance module in the emergency task manager is set to detect the arrival of the emergency tasks in a real-time manner. After receiving the emergency tasks, the attribute P T of these tasks are extracted and quickly matched with the cluster centers C l u s t e r = { C l u 1 , C l u 2 , , C l u N } obtained by the improved DP algorithm, so as to generate the task sequence for each UAV at the current time. The match score M S i , j can be formulated as follows:
M S i , j = min ( x i C l u x j E T ) 2 + ( y i C l u y j E T ) 2 i = 1 N ( x i C l u x j E T ) 2 + ( y i C l u y j E T ) 2 , j [ 1 , M M ] ,
where M M is the number of the emergency tasks. For each emergency task, M S i , j is calculated based on task position, which is inversely proportional to the distance between the task and the cluster center. The emergency task T j is quickly assigned to the sequence of the cluster center with the smallest distance from it.

5.2.3. Rolling Queue Generator

Each UAV is assigned a task sequence after the previous two parts are completed. Many tasks may be rejected due to exceeding their life cycle if only the tasks in the sequence are executed in order, resulting in a low completion rate of tasks. Aiming at this issue, the rolling queue generator is designed to optimize the task sequence of each UAV. The execution order of tasks will be modified according to their attributes such as urgency and location, so as to improve the completion rate of these tasks.
We arrange the tasks in the sequence in ascending order according to the deadline during the process of rolling queue generation, so that the task with the highest urgency can be completed first, meeting constraint C6. If C6 is not satisfied, this task will be assigned to other UAVs that meet C6. Furthermore, this task will be rejected if no UAV in the formation can meet its requirements.
In addition, there is still another issue to be resolved. When facing scheduled tasks with the same deadline, it is vital to comprehensively analyze the profits and costs of executing tasks so as to optimize the execution order of these tasks. However, due to the limitation of a UAV’s maximum mileage and resource capacity, we devise the rolling queue in the optimization scheduling and arrange tasks with the same deadline in descending order of importance ( max F R I S E ), so as to generate the final task execution order. Suppose that there are m tasks T R L = { T 1 R L , T 2 R L , , T m R L } in the rolling queue at this moment for  U A V i .
(1)
If T 1 R L fails to meet C4, U A V i cannot perform tasks. This phenomenon indicates that U A V i needs to fly to the nearest base station for supplemental energy. Because its position has changed after arriving at the base station, the tasks in the rolling queue must be reordered so that the task with the highest importance score is completed first.
(2)
If T 1 R L fails to meet C5, U A V i cannot perform tasks. There are two factors that contribute to this occurrence. One is that if the initial resource of U A V i is insufficient to meet the requirement of T 1 R L , then T 1 R L should be assigned to other UAVs that meet C5 and C6, and it will be deleted from the queue. If not, T 1 R L will be rejected. The second is that the U A V i needs to fly to the nearest base station for supplemental energy. The tasks in the rolling queue need to be reordered just as in (1).
(3)
If T 1 R L meets C4 and C5, U A V i is scheduled to carry out this task, and  T 1 R L will be removed from the queue.
The following are the advantages of the rolling queue generator:
(1)
The dynamic optimization problem is transformed into multiple local optimization problems by fully considering the profits and costs of task execution, which can effectively reduce the cost of optimal scheduling and enhance task execution feasibility.
(2)
The tasks with the earliest deadline are scheduled first to ensure the overall success rate of task execution.
(3)
Tasks are awaiting execution in the rolling queue. There is no migration overhead caused after rescheduling, effectively lowering the energy consumption of system scheduling.
The optimization scheduling process is shown in Figure 3. When the emergency tasks T 6 , T 7 , and  T 8 arrive in the system, they are quickly assigned to the UAV that meets their requirements according to the task-UAV adapter. They are inserted into the task queue waiting for scheduling according to their deadlines. After that, the rolling queue is sorted according to the importance score of each task and generates a new task scheduling scheme; the positions of T 6 , T 7 , and  T 8 in the queue are readjusted at this moment. In the rolling queue, T 4 and T 5 are assigned to other UAVs if they could not be completed before their deadlines. If all UAVs are unable to perform these two tasks, they will eventually be rejected by the UAV formation.

5.3. Algorithm Implementation

The main framework of the proposed RISE is described in Algorithm 1. First, the essential parameters, which include attributes of tasks, UAVs, and base stations, are initialized. The improved DP algorithm is used to realize the matching between the UAV and a cluster of tasks (steps 2–3). Subsequently, the main loop of RISE is proposed. For each iteration, the emergency task is assigned into the task sequence, then Rolling Optimization() is enabled to achieve optimal scheduling of emergency tasks (steps 5–10).
Algorithm 1: RISE
Drones 06 00310 i001
The detailed implementation procedure of the improved DP is as follows. As shown in Algorithm 2, the distance matrix D is constructed by (16) for existing tasks after initializing parameters. The cutoff distance d c is determined according to D, and the local density ρ j and distance δ i of each task are calculated by (14) and (15), respectively. To evaluate the quality of cluster centers, the decision factor γ j is calculated by (19), and  { γ j } j = 1 M of all tasks are sorted in descending order. After sorting, we select the top N tasks with the highest γ as the cluster centers (steps 11–18). Subsequently, the remaining tasks are divided into the closest cluster by calculating the distance from each center, and the proposed balanced allocation mechanism is used to balance the number of members in each cluster (steps 19–30).
The implementation of the rolling optimization phase is shown in Algorithm 3. The inputs of this algorithm are composed of the number of UAVs, the task sequences of UAVs, and the task set. For each UAV, the tasks in the sequence are arranged in ascending order according to their deadlines, and then the execution order of tasks with the same deadline is determined by calculating their importance. When the resources and flight distance of U i are sufficient to meet the execution of T φ , T φ is arranged into S S i (steps 8–13). If the distance between U i and T φ is greater than the maximum flight mileage, the UAV should fly to the nearest base station, followed by the tasks in the sequence being reordered according to Importance Sort() (steps 14–17). When the resources of U i fail to satisfy the requirements of T φ , the UAV also needs to fly to the station. However, if the UAV is still unable to complete, T φ will be assigned to another UAV. Finally, T φ is rejected if no UAV can perform it.
Algorithm 2: Improved DP()
Drones 06 00310 i002
The pseudocode of the function Importance Sort() is given in Algorithm 4. It can be seen that the task with the minimum deadline is scheduled first (step 3), but it fails to carry out T j because the finish time of U i is less than the deadline of T j . At this point, T j is assigned to U k ; otherwise, it will be rejected (steps 5–13). For the tasks that U i can perform, their importance scores are calculated by (5), and Algorithm 4 finally outputs the sorted results of these tasks according to importance score (steps 16–17).
Algorithm 3: Rolling Optimization()
Drones 06 00310 i003
Algorithm 4: Importance Sort()
Drones 06 00310 i004

6. Experiment Results

In this section, we conduct a simulation experiment aimed at the rescue task scheduling problem in an open outdoor environment, which fits to the assumptions in Section 3.2.1. All our experiments are implemented on the Intel Core i7 3.00GHz PC with 16GB RAM (Lenovo, Beijing, China). The tasks in the experiment are all rescue tasks, and they are divided into general tasks and emergency tasks according to the arrival time. The initial scenario of multi-UAV task scheduling is deployed as shown in Figure 4. The size of the task region is 8 × 12 km, the blue points mark the positions of general tasks, and the red rectangles indicate the deployment positions of the base stations. Moreover, the required weight of each task is randomly generated in the interval (0,2] kg, and the deadline of each task is randomly selected in [300 s, 600 s, 900 s, 1200 s].
The basic information about UAVs and base stations is shown in Table 3 and Table 4. It can be seen from Table 3 that six heterogeneous UAVs with different attributes are used to perform rescue tasks.The flight speed is a key factor to be considered in path planning, whereas our work is to design a reasonable task allocation scheme to achieve dynamic task scheduling. As a consequence, we set the UAV’s flight speed as a fixed value in the experiment. Although they have the same initial position and flight speed, their maximum mileage and carrying resources are different. The position coordinates and service time of each base station are listed in Table 4. We assume that the process of UAVs’ energy supplement is to replace the battery, so it takes a fixed time (30 s) to replenish the energy in the base stations.
The main work of this paper is to address the task scheduling problem of multiple UAVs in a dynamic environment. Six UAVs begin to perform tasks after the initial task scheduling scheme is generated. Emergency tasks arrive at the system after a period of time, and these tasks are allocated to the task rolling queues of the UAVs, so the order of each group of unscheduled tasks needs to be recalculated. In our experiment, the number of general tasks is set at M = 200 , and the number of emergency tasks is set at M M = 50 . Based on the above parameter settings, the task execution results of UAVs are shown in Figure 5. It illustrates the change in the number of unscheduled tasks for each UAV.

6.1. Performance Evaluation

As far as we know, there is no work on dynamic scheduling of multiple UAVs for emergency tasks. We cannot compare the proposed algorithm with other complete algorithms, so we are only able to improve existing similar algorithms to fulfill the experimental requirements of our method. In this section, we select the more popular spectral clustering (SC) [42], fuzzy c-means algorithm (FCM) [43], and DPGA [25] in recent years for qualitative and quantitative analysis.
SC is a clustering method based on the concept of graph theory. It obtains clustering results by calculating the similarity matrix of data samples and selecting appropriate feature vectors. Nevertheless, the original SC method does not have the capability to optimize the task execution order. To ensure the experiment’s fairness, we add the designed rolling optimization process to SC.
FCM is a fuzzy clustering algorithm based on an objective function. Similar to SC, when a UAV is assigned a series of tasks, it is impossible to determine the execution order of each task. Hence, we also add the rolling optimization process to FCM. The purpose of comparing with SC and FCM is to prove the accuracy of DP in emergency task scheduling, so that UAVs can complete as many assigned tasks as possible at the minimum cost.
DPGA is proposed to solve the path planning problem of multiple UAVs in a bounded number of regions. In terms of task allocation, this method uses the DP-based algorithm to partition task regions into clusters so as to perform tasks correctly and effectively. In addition, in the task order adjustment phase, DPGA takes the total flight length of the UAV as the fitness function and uses the genetic algorithm (GA) to optimize iterations to find the optimal flight path. Therefore, the purpose of choosing DPGA as the comparison method is to illustrate the effectiveness of the designed rolling optimization mechanism. The specific parameter settings of GA are as follows: population size = 50, crossover rate = 0.8, mutation rate = 0.01, maximum iterations =100, generations = 100 * length( U i .taskorder).
The UAVs’ flight routes generated by the four methods are shown in Figure 5. In Figure 5a, a few task points are too far apart from other task points for the flight routes of U 1 , U 4 , and U 6 , and the positions of the task points performed by other UAVs are not compact. The flight route of U 1 in Figure 5b is appropriate, but U 3 also has some tasks: it is far away from the task cluster it belongs to. Especially from the route of U 6 , it can be seen that the assigned task points can be obviously divided into two sub-clusters, which increases the flight time and service cost of the UAV formation. The task allocation results of DPGA and RISE are better than those of SC and FCM, but there are still three task points far away from the task cluster in Figure 5c. Although the task points of U 6 are sparse in the UAV route generated by RISE, the closeness between the tasks performed by other UAVs is greater than that of DPGA. This is because we improve the original DP algorithm and select the task points that are far away from the cluster, then reassign these task points to other UAVs, which can reduce the flight distance of UAVs as much as possible and enhance the overall efficiency of UAV formation.
The task scheduling results of the four methods are listed in Table 5. For both general and emergency tasks, 197 tasks have been successfully scheduled by RISE, which is the largest number of tasks completed among the four methods. In comparison to SC, FCM, and DPGA, RISE’s running time and flight time of UAV formation are shorter. In addition, the number of SC, FCM, and RISE accesses to the base stations is the same; the only difference is that DPGA is 15. The running time of DPGA is 4.07 s, which is the longest among all methods. Its flight time of UAV formation is 1253.14 s. These results also further prove that the proposed rolling optimization mechanism can not only reasonably optimize the execution order of unscheduled tasks but also have lower time complexity within the premise of maximizing task execution efficiency.
The comparison results for the number of unscheduled tasks of the four methods are shown in Figure 6. After 200 s, the number of unscheduled tasks of all UAVs tends to surge, which means that emergency tasks arrive in the system and are allocated to each UAV according to the clustering results. However, as shown in Figure 6a, SC, FCM, and RISE all have a clear downward trend after 800 s. The results indicate that numerous tasks are rejected by UAVs at that moment because some constraints in the optimization model (flight distance, resource requirements, etc.) cannot be satisfied. It can be observed from Figure 6b,d,f that the number of tasks of DPGA, SC, and FCM on U 2 , U 4 , and U 6 has plummeted, respectively, and many tasks will not be executed, resulting in a low task completion rate. In comparison, RISE rarely has a sudden drop in the number of tasks, which can enable all UAVs to complete as many assigned tasks as possible, thus improving the task completion rate.
On this basis, in order to more clearly show the task allocation of the four methods, the number of tasks performed by each UAV is illustrated in Table 6. From Table 6, it can be seen that UAV4 and UAV5 are assigned more tasks than other UAVs for SC; for FCM, U 2 , and U 6 are assigned more tasks than other UAVs; for DPGA, U 3 , U 4 , and U 5 perform more tasks than U 1 , U 2 , and U 6 . This situation will make UAVs with a small number of tasks end their work in a short time and stay idle, whereas other UAVs cannot meet their maximum mileage due to too many tasks to be performed, and some tasks will not be completed. In order to reduce the flight cost of multiple UAVs, we improved the original DP algorithm and adjusted the number of tasks in each cluster after clustering the tasks through the proposed balanced allocation mechanism. RISE has the capability to handle outliers and can make the number of task members in each cluster more balanced, further improving the resource utilization of the multi-UAV system.
Because the initial cluster task points are randomly selected for all methods in the clustering phase, there will be certain differences in the results of each run. We run RISE and the three comparison methods 20 times and calculate the average value to reduce the randomness of the experiment and obtain more accurate task scheduling results. The results are shown in Table 7 and Figure 7. In Table 7, we select six indicators to evaluate the performance of all methods, including the maximum number of scheduled tasks, the minimum number of scheduled tasks, the number of scheduled tasks, the number of accesses to base stations, the running time, and the flight time of the UAV formation. It can be seen that RISE shows superior performance: the number of scheduled tasks is 203, and the overall flight time of the formation is 1157 s. The explanation for this phenomenon is that we use an improved DP-based method to cluster the initial task points, and the results can assist the UAVs to obtain more reasonable unscheduled task sequences. Moreover, for each UAV, all the tasks assigned to it are more compact in location space, and it can perform these tasks at the minimum cost within a limited number of resource replenishments. In addition, the comparison results of running time also indicate that the proposed method is superior to SC, FCM, and DPGA in terms of time cost. Furthermore, there are outliers in both SC and FCM but not in DPGA and RISE. For example, among the 20 results of SC, the number of scheduled tasks at one time is the smallest, only 157, which proves that using DP to cluster tasks is more reasonable and stable.

6.2. Extended Experimental Analysis

6.2.1. RISE Superiority Discussion

In the previous experiments, we selected one instance, including 200 general tasks and 50 emergency tasks, to verify the performance of the proposed method by comparing RISE with other methods. It is a challenge for multi-UAV task scheduling to handle the dynamic changes in the number of tasks arriving at the system. In this section, we conduct a group of experiments with ten instances of each comparison method to further prove the effectiveness of RISE. Instances I1–I5 contain 50 emergency tasks, but their general tasks are different. The number of general tasks generated for these instance ranges is [100, 300] with a step of 50. Different from I1–I5, I6–I10 contain 100 emergency tasks. We also run these instances 20 times and calculate their average values.
Table 8 shows the results of instances I1–I10 for the four methods. The comparative items consist of the number of scheduled tasks, the number of accesses to base stations, and the running time of the algorithm. As can be observed from Table 8, the number of scheduled tasks for RISE is greater than that of SC and FCM in all instances, which indicates that DP is feasible and effective as a task clustering method in our work. Furthermore, as the number of accesses to base stations is fewer than that of SC and FCM, it demonstrates that the proposed task grouping method is reasonable, so that each UAV can perform the assigned task at a lower cost. Compared with DPGA, the number of tasks scheduled by RISE is greater than that of DPGA, except for I7. This means that using rolling optimization to achieve task scheduling can achieve better results than using GA. It can also be seen that, according to the running time of all methods, DPGA is greater than that of SC, FCM, and RISE, and the running time of RISE is less than that of SC and FCM in most instances. The designed task grouping and optimal scheduling method can run at a lower time cost and obtain an optimized task scheduling scheme.
Figure 8 shows the flight time of the UAV formation in each group of instances. From Figure 8, we can see that RISE’s overall flight time of the UAV formation is superior to SC and FCM in most instances. Although DPGA is smaller in I1 and I6 than the other three methods, and its average flight time in I6 is only 1014 s, it can be seen from the results in Table 8 that the number of tasks successfully scheduled by DPGA is the fewest, and the running time of DPGA is greater than that of the other methods. In summary, our method achieved excellent performance in solving the task scheduling problem for multiple UAVs.

6.2.2. RISE Scalability Discussion

The implementation of RISE is significantly impacted by the application scenario’s complexity. Therefore, in order to demonstrate RISE’s adaptability to the dynamic task environment, we conduct a group of experiments with varying numbers of UAVs and emergency tasks in this section, so as to objectively evaluate the performance and scalability of RISE. In the experiments, the number of general tasks is set to a fixed value M = 200 ; the number of emergency tasks is within [100, 400] with a step of 100; and the number of UAVs is set to N = 6,9, and 12, respectively. Considering the heterogeneity of the UAVs, the attribute values of newly added UAVs are selected randomly according to the settings in Table 3. We also run each case of RISE 20 times and calculate its average value.
The experimental results are shown in Figure 9 and Table 9. It can be seen from Figure 9 that when N = 9 and N = 12 , the scheduling success rate of RISE is maintained at an excellent level with the increase of emergency tasks. Even if the number of emergency tasks is larger than the number of general tasks, RISE can still generate a reasonable task scheduling scheme so that most tasks are completed before their deadline. RISE has a low scheduling success rate when N = 6 . This is because the number of emergency tasks is too large for the UAVs to complete the assigned tasks quickly. In addition, the running time in Table 9 further indicates that RISE has an acceptable running efficiency for different cases. In conclusion, RISE has good scalability and superior performance to cope with more complicated task scenarios.

7. Conclusions

In this paper, we attempt to address the problem of multi-UAV scheduling for emergency tasks. We develop a multi-objective optimization model of task scheduling by taking into account the profit of task completion and the flight cost of UAVs. On this basis, we employ an improved DP algorithm to cluster the tasks and allocate the emergency tasks of the dynamic arrival system to the established clusters, so as to achieve rapid matching between tasks and UAVs. For the unscheduled task sequence of each UAV, a rolling optimization mechanism is proposed to adjust the task scheduling scheme in a real-time manner to obtain the optimal task execution order. The experimental results demonstrate that the improved DP algorithm can obtain more reasonable task clustering results than SC and FCM, which assists UAVs to perform tasks at a lower flight cost. In addition, the proposed rolling optimization mechanism enables UAVs to schedule tasks with higher importance preferentially on the premise of satisfying constraints such as flight distance and resource requirements, so as to maximize the profits of task completion. RISE provides an excellent solution for the dynamic task scheduling problem of multiple UAVs, and it has a shorter running time than the GA-based optimization algorithm. In the future, we will concentrate on the multi-UAV scheduling problem in unknown environments, especially the establishment of a multi-UAV cooperation mechanism under restricted communication conditions.

Author Contributions

Conceptualization, B.F. and D.L.; methodology, B.F.; software, B.F. and D.L.; validation, B.F. and D.L.; writing—original draft preparation, B.F.; writing—review and editing, B.F., W.B., X.Z. and M.Z.; visualization, B.F. and D.L.; supervision, W.B. and X.Z.; funding acquisition, X.Z., B.F. and D.L. All authors have read and agreed to the published version of the manuscript.

Funding

The authors are grateful for the National Natural Science Foundation of China (61872378); the China Postdoctoral Science Foundation (2020M683723, 2020M673698).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Contact the first/corresponding author please.

Conflicts of Interest

The authors declare that they have no conflict of interest.

References

  1. Zhu, L.; Wang, Y.; Wu, Z. An Adaptive Priority Allocation for Formation UAVs in Complex Context. IEEE Trans. Aerosp. Electron. Syst. 2021, 57, 1002–1015. [Google Scholar] [CrossRef]
  2. Chai, X.; Zheng, Z.; Xiao, J.; Yan, L.; Qu, B.; Wen, P.; Wang, H.; Zhou, Y.; Sun, H. Multi-Strategy Fusion Differential Evolution Algorithm for UAV Path Planning in Complex Environment. Aerosp. Sci. Technol. 2022, 121, 107287. [Google Scholar] [CrossRef]
  3. Wu, Y.; Low, K.H.; Lv, C. Cooperative Path Planning for Heterogeneous Unmanned Vehicles in a Search-and-Track Mission Aiming at an Underwater Target. IEEE Trans. Veh. Technol. 2020, 69, 6782–6787. [Google Scholar] [CrossRef]
  4. Zhen, Z.; Chen, Y.; Wen, L.; Han, B. An Intelligent Cooperative Mission Planning Scheme of UAV Swarm in Uncertain Dynamic Environment. Aerosp. Sci. Technol. 2020, 100, 105826. [Google Scholar] [CrossRef]
  5. Li, X.; Wu, L.; Niu, Y.; Ma, A. Multi-Target Association for UAVs Based on Triangular Topological Sequence. Drones 2022, 6, 119. [Google Scholar] [CrossRef]
  6. Yin, Y.; Guo, Y.; Su, Q.; Wang, Z. Task Allocation of Multiple Unmanned Aerial Vehicles Based on Deep Transfer Reinforcement Learning. Drones 2022, 6, 215. [Google Scholar] [CrossRef]
  7. Rahim, S.; Razaq, M.M.; Chang, S.Y.; Peng, L. A Reinforcement Learning-Based Path Planning for Collaborative UAVs. In Proceedings of the 37th ACM/SIGAPP Symposium on Applied Computing, Xiamen, China, 5–8 March 2021; pp. 1938–1943. [Google Scholar]
  8. Zhang, K.; Li, Z.; Zhao, X.; Zhao, B. Dynamic Multi-UAV Cooperative Reconnaissance Task Assignment Based on ICNP. In Proceedings of the 2020 5th International Conference on Mechanical, Control and Computer Engineering (ICMCCE), Harbin, China, 25–27 December 2020; pp. 773–779. [Google Scholar]
  9. Edison, E.; Shima, T. Integrated Task Assignment and Path Optimization for Cooperating Uninhabited Aerial Vehicles using Genetic Algorithms. Comput. Oper. Res. 2011, 38, 340–356. [Google Scholar] [CrossRef]
  10. Yao, P.; Wang, H.; Ji, H. Multi-UAVs Tracking Target in Urban Environment by Model Predictive Control and Improved Grey Wolf Optimizer. Aerosp. Sci. Technol. 2016, 55, 131–143. [Google Scholar] [CrossRef]
  11. Wang, Y.; Ru, Z.; Wang, K.; Huang, P. Joint Deployment and Task Scheduling Optimization for Large-Scale Mobile Users in Multi-UAV-Enabled Mobile Edge Computing. IEEE Trans. Cybern. 2020, 50, 3984–3997. [Google Scholar] [CrossRef] [Green Version]
  12. Xiang, C.; Hao, P.; Zhang, X. The Path Planning Study of Multi-Task Logistics UAVs Under Complex Low Airspace. In Proceedings of the 2021 33rd Chinese Control and Decision Conference (CCDC), Kunming, China, 22–24 May 2021; pp. 5238–5242. [Google Scholar]
  13. Ribeiro, R.G.; Cota, L.P.; Euzébio, T.A.M.; Ramírez, J.A.; Guimaraes, F.G. Unmanned-Aerial-Vehicle Routing Problem with Mobile Charging Stations for Assisting Search and Rescue Missions in Postdisaster Scenarios. IEEE Trans. Syst. Man Cybern. Syst. 2022, 52, 6682–6696. [Google Scholar] [CrossRef]
  14. Yin, Y.; Yin, Y.; Lv, Q.; Cheng, P.; Wu, P.; Zhu, M. Multi-UAV Cooperative Task Allocation Method for Intensive Corridors of Transmission Lines Inspection. In Proceedings of the 2021 IEEE International Conference on Computer Science, Electronic Information Engineering and Intelligent Control Technology (CEI), Fuzhou, China, 24–26 September 2021; pp. 203–208. [Google Scholar]
  15. Semiz, F.; Polat, F. Solving the Area Coverage Problem with UAVs: A Vehicle Routing with Time Windows Variation. Robot. Auton. Syst. 2020, 126, 103435. [Google Scholar] [CrossRef] [Green Version]
  16. Yao, J.; Ansari, N. Online Task Allocation and Flying Control in Fog-Aided Internet of Drones. IEEE Trans. Veh. Technol. 2020, 69, 5562–5569. [Google Scholar] [CrossRef]
  17. Zhang, J.; Wu, Y.; Min, G.; Hao, F.; Cui, L. Balancing Energy Consumption and Reputation Gain of UAV Scheduling in Edge Computing. IEEE Trans. Cogn. Commun. Netw. 2020, 6, 1204–1217. [Google Scholar] [CrossRef]
  18. Liu, D.; Bao, W.; Zhu, X.; Fei, B.; Men, T.; Xiao, Z. Cooperative Path Optimization for Multiple UAVs Surveillance in Uncertain Environment. IEEE Internet Things J. 2022, 9, 10676–10692. [Google Scholar] [CrossRef]
  19. Wu, H.; Li, H.; Xiao, R.; Liu, J. Modeling and Simulation of Dynamic Ant Colony’s Labor Division for Task Allocation of UAV Swarm. Phys. A Stat. Mech. Its Appl. 2018, 491, 127–141. [Google Scholar] [CrossRef]
  20. Chen, Y.; Yang, D.; Yu, J. Multi-UAV Task Assignment with Parameter and Time-Sensitive Uncertainties Using Modified Two-Part Wolf Pack Search Algorithm. IEEE Trans. Aerosp. Electron. Syst. 2018, 54, 2853–2872. [Google Scholar] [CrossRef]
  21. Zhang, Z.; Li, J.; Wang, J. Sequential Convex Programming for Nonlinear Optimal Control Problems in UAV Path Planning. Aerosp. Sci. Technol. 2018, 76, 280–290. [Google Scholar] [CrossRef]
  22. Wang, L.; Yang, D.; Han, X.; Zhang, D.; Ma, X. Mobile Crowdsourcing Task Allocation with Differential-and-Distortion Geo-Obfuscation. IEEE Trans. Dependable Secur. Comput. 2021, 18, 967–981. [Google Scholar] [CrossRef]
  23. Lippi, M.; Marino, A. A Mixed-Integer Linear Programming Formulation for Human Multi-Robot Task Allocation. In Proceedings of the 30th IEEE International Conference on Robot & Human Interactive Communication (RO-MAN), Vancouver, BC, Canada, 8–12 August 2021; pp. 1017–1023. [Google Scholar]
  24. You, W.; Dong, C.; Wu, Q.; Qu, Y.; Wu, Y.; He, R. Joint Task Scheduling, Resource Allocation, and UAV Trajectory Under Clustering for FANETs. China Commun. 2022, 19, 104–118. [Google Scholar] [CrossRef]
  25. Chen, J.; Du, C.; Zhang, Y.; Han, P.; Wei, W. A Clustering-Based Coverage Path Planning Method for Autonomous Heterogeneous UAVs. IEEE Trans. Intell. Transp. Syst. 2021. [Google Scholar] [CrossRef]
  26. Chen, J.; Zhang, Y.; Wu, L.; You, T.; Ning, X. An Adaptive Clustering-Based Algorithm for Automatic Path Planning of Heterogeneous UAVs. IEEE Trans. Intell. Transp. Syst. 2022, 23, 16842–16853. [Google Scholar] [CrossRef]
  27. Wu, L.; Sun, Q.; Xu, H.; Song, X.; Zhang, Y. Design of Hybrid Simulated Annealing Algorithm for UAV Scheduling Based on Coordinated Task Scheduling. In Proceedings of the 40th Chinese Control Conference, Shanghai, China, 26–28 July 2021; pp. 494–499. [Google Scholar]
  28. Zhu, M.; Du, X.; Zhang, X.; Luo, H.; Wang, G. Multi-UAV Rapid-Assessment Task-Assignment Problem in a Post-Earthquake Scenario. IEEE Access 2019, 7, 74542–74557. [Google Scholar] [CrossRef]
  29. Zhen, Z.; Xing, D.; Gao, C. Cooperative Search-Attack Mission Planning for Multi-UAV Based on Intelligent Self-Organized Algorithm. Aerosp. Sci. Technol. 2018, 76, 402–411. [Google Scholar] [CrossRef]
  30. Chen, J.; Ling, F.; Zhang, Y.; You, T.; Liu, Y.; Du, X. Coverage Path Planning of Heterogeneous Unmanned Aerial Vehicles Based on Ant Colony System. Swarm Evol. Computat. 2022, 69, 101005. [Google Scholar] [CrossRef]
  31. Liu, H.; Li, X.; Wu, G.; Fan, M.; Wang, R.; Gao, L.; Pedrycz, W. An Iterative Two-Phase Optimization Method Based on Divide and Conquer Framework for Integrated Scheduling of Multiple UAVs. IEEE Trans. Intell. Transp. Syst. 2021, 22, 5926–5938. [Google Scholar] [CrossRef]
  32. Huang, H.; Hu, C.; Zhu, J.; Wu, M.; Malekian, R. Stochastic Task Scheduling in UAV-Based Intelligent On-Demand Meal Delivery System. IEEE Trans. Intell. Transp. Syst. 2022, 23, 13040–13054. [Google Scholar] [CrossRef]
  33. Hu, J.; Wu, H.; Zhan, R.; Menassel, R.; Zhou, X. Self-Organized Search-Attack Mission Planning for UAV Swarm Based on Wolf Pack Hunting Behavior. J. Syst. Eng. Electron. 2021, 32, 1463–1476. [Google Scholar]
  34. Liu, D.; Bao, W.; Fei, B.; Zhu, X.; Xiao, Z.; Men, T. Multi-UAV Cooperative Obstacle Avoidance and Surveillance in Intelligent Transportation. In Proceedings of the IEEE 20th International Conference on Trust, Security and Privacy in Computing and Communications (TrustCom), Shenyang, China, 20–22 October 2021; pp. 1013–1020. [Google Scholar]
  35. Fei, B.; Bao, W.; Zhu, X.; Liu, D.; Men, T.; Xiao, Z. Autonomous Cooperative Search Model for Multi-UAV with Limited Communication Network. IEEE Internet Things J. 2022, 9, 19346–19361. [Google Scholar] [CrossRef]
  36. Duan, H.; Zhao, J.; Deng, Y.; Shi, Y.; Ding, X. Dynamic Discrete Pigeon-Inspired Optimization for Multi-UAV Cooperative Search-Attack Mission Planning. IEEE Trans. Aerosp. Electron. Syst. 2021, 57, 706–720. [Google Scholar] [CrossRef]
  37. Zhou, L.; Leng, S.; Liu, Q.; Wang, Q. Intelligent UAV Swarm Cooperation for Multiple Targets Tracking. IEEE Internet Things J. 2021, 9, 743–754. [Google Scholar] [CrossRef]
  38. Yu, X.; Gao, X.; Wang, L.; Wang, X.; Ding, Y.; Lu, C.; Zhang, S. Cooperative Multi-UAV Task Assignment in Cross-Regional Joint Operations Considering Ammunition Inventory. Drones 2022, 6, 77. [Google Scholar] [CrossRef]
  39. Su, Z.; Wang, Y.; Xu, Q.; Zhang, N. LVBS: Lightweight Vehicular Blockchain for Secure Data Sharing in Disaster Rescue. IEEE Trans. Dependable Secur. Comput. 2022, 19, 19–32. [Google Scholar] [CrossRef]
  40. Wang, Y.; Su, Z.; Xu, Q.; Li, R.; Luan, T.H. Lifesaving with RescueChain: Energy-Efficient and Partition-Tolerant Blockchain Based Secure Information Sharing for UAV-Aided Disaster Rescue. In Proceedings of the IEEE INFOCOM 2021-IEEE Conference on Computer Communications, Vancouver, BC, Canada, 10–13 May 2021; pp. 1–10. [Google Scholar]
  41. Rodriguez, A.; Laio, A. Clustering by Fast Search and Find of Density Peaks. Science 2014, 344, 1492–1496. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  42. Fei, B.; Liu, D.; Zhou, J.; Bao, W.; Chen, F.; Zhang, H. A Spectral Clustering Enabled Dynamic Task Allocation Approach of Multiple UAVs. In Proceedings of the 8th International Conference on Big Data and Information Analytics (BigDIA), Guiyang, China, 24–25 August 2022; pp. 408–415. [Google Scholar]
  43. Bezdek, J.C.; Ehrlich, R.; Full, W. FCM: The fuzzy C-Means Clustering Algorithm. Comput. Geosci. 1984, 10, 191–203. [Google Scholar] [CrossRef]
Figure 1. The framework of RISE.
Figure 1. The framework of RISE.
Drones 06 00310 g001
Figure 2. Illustrations of task clustering phase: (a) task layout; (b) center selection; (c) task partition.
Figure 2. Illustrations of task clustering phase: (a) task layout; (b) center selection; (c) task partition.
Drones 06 00310 g002
Figure 3. Illustration of task clustering phase.
Figure 3. Illustration of task clustering phase.
Drones 06 00310 g003
Figure 4. Task location deployment in an outdoor environment.
Figure 4. Task location deployment in an outdoor environment.
Drones 06 00310 g004
Figure 5. The flight routes generated by four methods: (a) SC; (b) FCM; (c) DPGA; (d) RISE.
Figure 5. The flight routes generated by four methods: (a) SC; (b) FCM; (c) DPGA; (d) RISE.
Drones 06 00310 g005
Figure 6. Comparison for the number of unscheduled tasks of the four methods: (a) U 1 ; (b) U 2 ; (c) U 3 ; (d) U 4 ; (e) U 5 ; (f) U 6 .
Figure 6. Comparison for the number of unscheduled tasks of the four methods: (a) U 1 ; (b) U 2 ; (c) U 3 ; (d) U 4 ; (e) U 5 ; (f) U 6 .
Drones 06 00310 g006
Figure 7. Average number of scheduled tasks by the four methods.
Figure 7. Average number of scheduled tasks by the four methods.
Drones 06 00310 g007
Figure 8. The flight time of the UAV formation in each group of instances.
Figure 8. The flight time of the UAV formation in each group of instances.
Drones 06 00310 g008
Figure 9. The success rate of scheduled tasks.
Figure 9. The success rate of scheduled tasks.
Drones 06 00310 g009
Table 1. The basic attributes of the representative methods.
Table 1. The basic attributes of the representative methods.
MethodLiteratureTasksUAVsDynamic TasksBase Station
Optimization[18]Single typeHeterogeneousNoNo
[24]Single typeHeterogeneousYesNo
[25]Single typeHeterogeneousNoNo
Heuristics[30]Single typeHeterogeneousNoNo
[31]Single typeHeterogeneousNoNo
[32]Single typeHeterogeneousYesYes
Swarm intelligence[34]Single typeHeterogeneousNoNo
[36]Multi-typeHeterogeneousNoNo
[38]Multi-typeHeterogeneousNoYes
Table 2. The definition of notations.
Table 2. The definition of notations.
NotationDefinition
T i , T j , T k the ith task, jth task, and kth task
U i the ith UAV
B i , B q the ith base station and qth base station
P T i , R T i , a t i , d l i the task position, number of resource requirements, arrival time,
and deadline of task T i
P U i , R U i , M M i , V U i , f t i the UAV position, number of resources, maximum flight mileage,
UAV velocity, and flight time of U i
s t i the service time of B i
v k the initial value of T k
p r k the completion probability of T k
μ i the energy consumption of U i per unit flight distance
d i , j , k the Euclidean distance from T j to T k for U i
d k , q min the shortest plane distance from T k to B q
D c the cutoff distance
L F j , k n o r m , t y p e j , k n o r m the life cycle difference and type difference between T j and T k after
regularization
d i s j , k n o r m the distance between T j and T k after regularization
L F max , L F min the maximum difference and minimum difference between the life
cycles of T j and T k
d i s max , d i s min the maximum distance and minimum distance between T j and T k
C V i the capability value of U i
R V i the requirement value of ith task sequence
L i the length of ith task sequence
Table 3. The basic information of the UAVs.
Table 3. The basic information of the UAVs.
IDPURU(kg)MM(km)VU(m/s)ft(s)
U 1 (0,0)25100500
U 2 (0,0)25100500
U 3 (0,0)15250500
U 4 (0,0)15250500
U 5 (0,0)20200500
U 6 (0,0)20200500
Table 4. The basic information of the base stations.
Table 4. The basic information of the base stations.
IDPBst(s)
B 1 (5.4,2.4)30
B 2 (4.0,6.0)30
B 3 (10.8,6.0)30
Table 5. Comparison results of the four methods.
Table 5. Comparison results of the four methods.
MethodNumber of Scheduled TasksNumber of Access to Base StationsRunning Time (s)Flight Time of UAV Formation (s)
SC170140.101198.22
FCM182140.181183.24
DPGA172154.071253.14
RISE195140.061149.27
Table 6. The number of tasks performed by each UAV.
Table 6. The number of tasks performed by each UAV.
MethodSCFCMDPGARISE
UAV ID
U 1 24242734
U 2 25402330
U 3 27273436
U 4 36273336
U 5 33273232
U 6 25372327
Table 7. Comparison results of the four methods after running 20 times.
Table 7. Comparison results of the four methods after running 20 times.
MethodMaximum Number of Scheduled TasksMinimum Number of Scheduled TasksAverage Number of Scheduled TasksNumber of Accesses to Base StationsAverage Running Time (s)Average Flight Time of UAV Formation (s)
SC189157170150.121190
FCM203172185140.161204
DPGA185160171143.851263
RISE214189203140.051157
Table 8. Comparison results of ten instances generated by the four methods.
Table 8. Comparison results of ten instances generated by the four methods.
MethodInstanceNumber ofNumber ofNumber ofNumber of AccessesRunning Time
General TasksEmergency TasksScheduled Tasksto Base Station
SCI110050 135 ± 10 14 ± 1 0.09 ± 0.02
I215050 157 ± 11 14 ± 1 0.08 ± 0.05
I320050 170 ± 19 15 ± 2 0.12 ± 0.05
I425050 192 ± 20 15 ± 2 0.11 ± 0.05
I530050 218 ± 17 15 ± 2 0.13 ± 0.04
I6100100 160 ± 9 14 ± 1 0.04 ± 0.02
I7150100 199 ± 5 15 ± 1 0.08 ± 0.03
I8200100 247 ± 12 16 ± 1 0.13 ± 0.03
I9250100 272 ± 21 16 ± 2 0.15 ± 0.05
I10300100 308 ± 20 16 ± 2 0.13 ± 0.08
FCMI110050 135 ± 10 14 ± 1 0.05 ± 0.02
I215050 163 ± 7 14 ± 1 0.10 ± 0.02
I320050 185 ± 18 14 ± 2 0.16 ± 0.05
I425050 198 ± 15 15 ± 2 0.12 ± 0.03
I530050 235 ± 13 15 ± 1 0.12 ± 0.05
I6100100 155 ± 15 14 ± 1 0.07 ± 0.02
I7150100 203 ± 16 15 ± 1 0.11 ± 0.05
I8200100 250 ± 10 15 ± 1 0.07 ± 0.02
I9250100 288 ± 23 16 ± 2 0.12 ± 0.06
I10300100 307 ± 25 17 ± 1 0.16 ± 0.05
DPGAI110050 127 ± 9 13 ± 1 2.53 ± 0.50
I215050 155 ± 10 13 ± 2 3.21 ± 0.30
I320050 171 ± 14 14 ± 1 3.85 ± 0.50
I425050 189 ± 19 15 ± 2 5.03 ± 0.20
I530050 208 ± 13 14 ± 2 5.98 ± 0.50
I6100100 155 ± 15 12 ± 1 3.11 ± 0.30
I7150100 216 ± 15 14 ± 1 3.22 ± 0.50
I8200100 230 ± 10 15 ± 1 3.70 ± 0.30
I9250100 258 ± 18 15 ± 2 4.46 ± 0.50
I10300100 277 ± 21 15 ± 2 5.68 ± 0.20
RISEI110050 145 ± 12 14 ± 1 0.03 ± 0.02
I215050 182 ± 8 14 ± 1 0.03 ± 0.02
I320050 203 ± 14 14 ± 2 0.05 ± 0.03
I425050 228 ± 15 14 ± 1 0.09 ± 0.02
I530050 257 ± 10 15 ± 1 0.11 ± 0.06
I6100100 175 ± 10 14 ± 2 0.05 ± 0.02
I7150100 205 ± 15 15 ± 1 0.08 ± 0.03
I8200100 256 ± 22 15 ± 2 0.10 ± 0.03
I9250100 290 ± 17 15 ± 1 0.10 ± 0.05
I10300100 315 ± 15 15 ± 1 0.12 ± 0.05
Table 9. Experimental results with different numbers of UAVs.
Table 9. Experimental results with different numbers of UAVs.
Number of UAVsNumber of General TasksNumber of Emergency TasksNumber of Scheduled TasksRunning Time
U N = 6 200100 256 ± 22 0.10 ± 0.03
200200 288 ± 12 0.11 ± 0.05
200300 375 ± 13 0.15 ± 0.04
200400 378 ± 9 0.22 ± 0.07
U N = 9 200100 279 ± 11 0.09 ± 0.05
200200 374 ± 11 0.12 ± 0.06
200300 482 ± 13 0.19 ± 0.05
200400 589 ± 10 0.15 ± 0.07
U N = 12 200100 289 ± 8 0.09 ± 0.06
200200 384 ± 7 0.05 ± 0.03
200300 485 ± 12 0.08 ± 0.04
200400 590 ± 10 0.13 ± 0.04
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Fei, B.; Liu, D.; Bao, W.; Zhu, X.; Zou, M. RISE: Rolling-Inspired Scheduling for Emergency Tasks by Heterogeneous UAVs. Drones 2022, 6, 310. https://doi.org/10.3390/drones6100310

AMA Style

Fei B, Liu D, Bao W, Zhu X, Zou M. RISE: Rolling-Inspired Scheduling for Emergency Tasks by Heterogeneous UAVs. Drones. 2022; 6(10):310. https://doi.org/10.3390/drones6100310

Chicago/Turabian Style

Fei, Bowen, Daqian Liu, Weidong Bao, Xiaomin Zhu, and Mingyin Zou. 2022. "RISE: Rolling-Inspired Scheduling for Emergency Tasks by Heterogeneous UAVs" Drones 6, no. 10: 310. https://doi.org/10.3390/drones6100310

Article Metrics

Back to TopTop