Wiki source code of Functions
Last modified by Sofia Kostakonti on 2022/04/05 20:26
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = Requirements = | ||
2 | |||
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 | |||
5 | {{html}} | ||
6 | |||
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 | |||
57 | = 1. Key features = | ||
58 | |||
59 | == 1.1. Feature: Wellbeing discourse == | ||
60 | |||
61 | === 1.1.1 Introduction === | ||
62 | |||
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 | |||
65 | === 1.1.2 Patients response === | ||
66 | |||
67 | |||
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 | |||
70 | = 2. Minor features = | ||
71 | |||
72 | == 2.1. Feature: Mealtime reminder == | ||
73 | |||
74 | * Subfeatures: Mealtime and drinking reminders(?) | ||
75 | |||
76 | == 2.2 Feature: Mealtime discourse == | ||
77 | |||
78 | After or during the mealtime the robot engages in a discourse about the meal and how it made the PwD feel. | ||
79 | |||
80 | == 2.3 Feature: Engaging in the discourse == | ||
81 | |||
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 | |||
84 | == 2.4 Feature: Snooze button == | ||
85 | |||
86 | Tapping the robot on the head snoozes all alerts until the next programmed alert or at least 2h. | ||
87 | |||
88 | |||
89 |