|
Algorithm 1 Proxemic zones to local cost map. |
-
1:
while
do
-
2:
list People detected_people = get_detect_people_with_mood()
-
3:
for all
∈ detected_people do
-
4:
Float covar = get_covar_from_mood(.mood)
-
5:
Cell person_cell = worldToMap(.position.x, .position.y)
-
6:
setPersonalZone(local_costmap, person_cell, covar)
-
7:
end for
-
8:
end while
|