|
Algorithm 8 Partial Reassignment Process |
Input:-
i: UAV that detected the dynamic event.
: UAVs’ information, including assigned task lists (a), capacity loads (L), and velocities (v).
: Newly detected task.
Output:
|
-
1:
-
2:
for each do
-
3:
-
4:
end for
-
5:
Combine with the released tasks into .
-
6:
Re-run the distributed CBBA Algorithm by calling Algorithm 9 with the selected UAVs and .
Algorithm 9 ()
-
7:
Update task lists (a) of the UAVs and re-initiate their operation by calling Algorithm 3.
|