|
Algorithm 3 Distance check function to ensure a safe takeoff |
-
functionTake_off_distance_check(, )
if (New outbound mission and first in its corresponding ) or New return mission then
-
3:
if no other drones flying near then
← 1
else
-
6:
← 0
end if
-
9:
return
end function
|