Algorithm 1 Communication Planning Algorithm |
Require:
|
|
Ensure:
|
▹ Robot Communication Policy |
1: ▹ Particle filter for each robot
|
|
2: PF()
|
▹ Queue |
3:
|
|
4:
|
▹ Cost Graph |
5:
|
|
6: for
to T
do
|
|
7:
|
▹ List of current leaf nodes |
8: ▹ Update without communication a
|
|
9: for
to 1 do
|
|
10:
|
|
11: if
then
|
|
12:
|
|
13:
|
|
14:
|
|
15:
|
|
16:
|
|
17:
|
|
18: ▹ Update with communication
|
|
19:
|
|
20: PF_Update()
|
|
21:
|
|
22:
|
|
23:
|
|
24: LowestCostPath(G) |
▹ Search over Graph |