Changes for page Team Design Patterns

Last modified by Mathieu Jung-Muller on 2022/04/04 13:54

From version Icon 21.10 Icon
edited by Pierre Bongrand
on 2022/03/30 19:19
Change comment: There is no comment for this version
To version Icon 22.1 Icon
edited by Pierre Bongrand
on 2022/03/30 19:24
Change comment: There is no comment for this version

Summary

Details

Icon Page properties
Content
... ... @@ -8,7 +8,9 @@
8 8  {{html}}
9 9  <img src="https://xwiki.ewi.tudelft.nl/xwiki/wiki/sce2022group04/download/Main/WebHome/agentdp.png?rev=1.1" alt="Design Pattern Calendar" width="300"/>
10 10  {{/html}}
11 -
11 +In our case, the agent interacting in our environment can be of two different nature:
12 +* Human
13 +* Robot
12 12  ===Type of work:===
13 13  {{html}}
14 14  <img src="https://xwiki.ewi.tudelft.nl/xwiki/wiki/sce2022group04/download/Main/WebHome/directdp.png?rev=1.1" alt="Design Pattern Calendar" width="700"/>
... ... @@ -31,11 +31,13 @@
31 31  
32 32  
33 33  ===Type of communication:===
34 -
35 35  {{html}}
36 36  <img src="https://xwiki.ewi.tudelft.nl/xwiki/wiki/sce2022group04/download/Main/WebHome/commdp.png?rev=1.1" alt="Design Pattern Calendar" width="700"/>
37 37  {{/html}}
38 -
39 +van Diggelen et al. propose three different level of communication:
40 +* Supervision, it is represented by a dotted line between both agents and an arrow indicating who is supervising who. In the image above, the agent on the left supervises the agent on the right.
41 +* Open communication channel, it it is represented by a dotted line between both agents.
42 +* No communication, it is represented by the lack of dotted line between both agents.
39 39  ==General Reminder Design Pattern==
40 40  {{html}}
41 41  <img src="https://xwiki.ewi.tudelft.nl/xwiki/wiki/sce2022group04/download/Main/WebHome/TDP_generalreminder.jpg?rev=1.1" alt="Design Pattern Calendar" width="1000"/>