|
Algorithm 2: Hybrid navigation algorithm. |
Require: Occupancy Grid , Robot current Pose X, Robot Desired Pose , , fe
Ensure: Occupancy Grid ,
-
1:
-
2:
ifthen
-
3:
-
4:
-
5:
-
6:
-
7:
else
-
8:
-
9:
end if
-
10:
whiledo
-
11:
-
12:
-
13:
-
14:
if
then
-
15:
then
-
16:
-
17:
-
18:
else
-
19:
-
20:
-
21:
end if
-
22:
-
23:
-
24:
end if
-
25:
-
26:
-
27:
-
28:
end while
-
29:
return
|