Wiki source code of Functions

Last modified by Sofia Kostakonti on 2022/04/05 20:26

Hide last authors
Aleksanteri Hämäläinen 6.1 1 = Requirements =
Veikko Saikkonen 2.1 2
Aleksanteri Hämäläinen 21.1 3 The two main use cases we chose to focus on were the UC01: Meal Time Discourse and the UC02: Eating reminder, and the requirements below are chosen for the robot to be able to perform them.
4
Sofia Kostakonti 23.1 5 {{html}}
Aleksanteri Hämäläinen 16.1 6
Sofia Kostakonti 23.1 7 <table>
8 <thead>
9 <tr>
10 <td>
11 <strong>ID</strong>
12 </td>
13 <td>
14 <strong>Function</strong>
15 </td>
16 </tr>
17 </thead>
18 <tbody>
19 <tr>
20 <td>
21 RQ01
22 </td>
23 <td>
24 The robot can play music that suits the situation and the emotional state of the PwD
25 </td>
26 </tr>
27 <tr>
28 <td>
29 RQ02
30 </td>
31 <td>
32 The robot can greet the PwD in a personal and varied manner
33 </td>
34 </tr>
35 <tr>
36 <td>
37 RQ03
38 </td>
39 <td>
40 The robot can understand the semantic meaning of what the PwD is saying, such as agreement and disagreement
41 </td>
42 </tr>
43 <tr>
44 <td>
45 RQ04
46 </td>
47 <td>
48 The robot has a scheduling system, to know when to remind about eating and drinking
49 </td>
50 </tr>
51 </tbody>
52 </table>
53
54 {{/html}}
55
56
Veikko Saikkonen 5.1 57 = 1. Key features =
Veikko Saikkonen 2.1 58
Veikko Saikkonen 5.1 59 == 1.1. Feature: Wellbeing discourse ==
Veikko Saikkonen 2.1 60
Veikko Saikkonen 5.1 61 === 1.1.1 Introduction ===
Aleksanteri Hämäläinen 13.1 62
Veikko Saikkonen 2.1 63 On a preset time each day, the robot engages in a discourse with the patient focusing on their physical and mental wellbeing. The discourse spans many aspects of the patients state, incl. physical wellbeing (hunger, thirst, activity, tiredness), as well as mental wellbeing (cognitive ability, memory).
64
Aleksanteri Hämäläinen 13.1 65 === 1.1.2 Patients response ===
66
67
Veikko Saikkonen 2.1 68 To avoid negative response from the patient, the discourse on mental wellbeing should be tailored to not distress the patient, even though it could cause them to realise the gravity of their symptoms. The discourse could focus more on reminiscence, which has received good responses from the patients [SOURCE].
69
Veikko Saikkonen 5.1 70 = 2. Minor features =
Veikko Saikkonen 2.1 71
Veikko Saikkonen 5.1 72 == 2.1. Feature: Mealtime reminder ==
Aleksanteri Hämäläinen 13.1 73
Veikko Saikkonen 2.1 74 * Subfeatures: Mealtime and drinking reminders(?)
75
Veikko Saikkonen 5.1 76 == 2.2 Feature: Mealtime discourse ==
Aleksanteri Hämäläinen 13.1 77
Veikko Saikkonen 2.1 78 After or during the mealtime the robot engages in a discourse about the meal and how it made the PwD feel.
79
Veikko Saikkonen 5.1 80 == 2.3 Feature: Engaging in the discourse ==
Aleksanteri Hämäläinen 13.1 81
Veikko Saikkonen 2.1 82 To avoid startling the patient, all the features which include the robot starting the discourse, the robot plays a soft "wake-up" tune, before beginning the discourse.
83
Veikko Saikkonen 5.1 84 == 2.4 Feature: Snooze button ==
Aleksanteri Hämäläinen 13.1 85
Veikko Saikkonen 2.1 86 Tapping the robot on the head snoozes all alerts until the next programmed alert or at least 2h.
87
88
89
90