Algorithm 1 DWA-MPC Hierarchical Navigation Framework |
-
Require:
Global path G, Robot state X
-
Ensure:
Control command
-
1:
loop
-
2:
Local map M,
-
3:
-
4:
if then ▹ Local Replanning via DWA
-
5:
-
6:
-
7:
-
8:
-
9:
-
10:
else
-
11:
-
12:
end if
▹ Adaptive MPC Tracking
-
13:
if then
-
14:
-
15:
-
16:
-
17:
-
18:
-
19:
end if
-
20:
end loop
|