|
Algorithm 5 Initialize UAVs and Sensors |
|
Input:
Output:
|
-
1:
for to N do
-
2:
Initialize the assigned task list of as empty and set its location to the station’s coordinates.
.
Station’s coordinates.
-
3:
Initialize maximum load and velocity.
Given max load value.
Given velocity value.
-
4:
Mount platform with a Lidar sensor for detection purposes.
Mount(LidarSensor).
-
5:
end for
|