Changes for page Design Patterns

Last modified by Dongxu Lu on 2022/04/04 15:55

From version 5.1
edited by Dongxu Lu
on 2022/04/02 00:23
Change comment: There is no comment for this version
To version 6.1
edited by Dongxu Lu
on 2022/04/02 03:25
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -36,8 +36,11 @@
36 36  === Interaction Design Patterns ===
37 37  
38 38  To enable communication between the robot and the other actors we need specific design patterns which enable effective communication. The communication between the robot and loved ones is a simple text message notifying the not performing of activities and therefore does not need a design pattern.
39 -[[image:IDP.jpg||height="400px"]]
40 40  
40 +{{html}}
41 +<img src="https://raw.githubusercontent.com/d-lu-19/SCE-project/main/IDP.jpg" width="600"/>
42 +{{/html}}
43 +
41 41  ==== Patient and Robot ====
42 42  
43 43  The person with dementia and the robot need effective and joyful communication in order to complete the other objectives. In order to achieve this, the 2 actors can communicate with different methods in different situations.