Wiki source code of d. Use Cases

Version 8.1 by Alexandru Bobe on 2023/04/02 18:05

Show last authors
1 We start with only 2-3 use cases in order to be able to have an efficient and streamlined design process. We tried to narrow the scope of our robot such that we can better prioritize the features and create a targeted solution.
2
3 === **Use case 1: Help PwD to paint** ===
4
5 |(% style="width:166px" %)**Objective**|(% style="width:653px" %)(% style="color:#000000; font-family:Arial; font-size:11pt; font-style:normal; font-variant:normal; font-weight:700; text-decoration:none; white-space:pre-wrap" %)**Support the PwD in a meaningful craft**
6 |(% style="width:166px" %)**TDP**|(% style="width:653px" %)PwD wants to paint
7 |(% style="width:166px" %)**Actors**|(% style="width:653px" %)PwD, robot, caregiver
8 |(% style="width:166px" %)**Pre-condition**|(% style="width:653px" %)The patient with dementia expresses an interest in painting and the necessary materials are available.
9 |(% style="width:166px" %)**Post-condition**|(% style="width:653px" %)The patient with dementia has completed a painting and feels a sense of accomplishment.
10 |(% style="width:166px" %)**Action sequence**|(% style="width:653px" %)(((
11 UC steps:
12
13 ~1. The PwD tells the caregiver that he wants to paint
14
15 2. The caregiver brings the robot
16
17 3. The robot greets the PwD
18
19 4. The robot starts the painting activity by asking the person several questions:
20
21 * Do you have the paint, the brush and the canvas?
22 * Do you know what you want to paint?
23 * Do you have a comfortable position to start painting?
24
25 5. While painting, the robot asks the PwD:
26
27 * Do you want to listen to some relaxing music?
28 )))
29
30 |(% style="width:135px" %)**UC Step**|(% style="width:245px" %)**Requirements**|(% style="width:238px" %)**Claims**|(% style="width:201px" %)**IDP**
31 |(% style="width:135px" %)1|(% style="width:245px" %)-|(% style="width:238px" %)-|(% style="width:201px" %)-
32 |(% style="width:135px" %)2|(% style="width:245px" %)-|(% style="width:238px" %)-|(% style="width:201px" %)(((
33 -
34 )))
35 |(% style="width:135px" %)3|(% style="width:245px" %)The robot can talk or show text on a tablet|(% style="width:238px" %)The robot can grab the attention of the PwD|(% style="width:201px" %)Help PwD to paint
36 |(% style="width:135px" %)4|(% style="width:245px" %)The robot knows a set of predefined questions to ask a PwD when a painting session is about to start.|(% style="width:238px" %)Breaking a complex task, like painting, into smaller subtasks helps the PwD achieve his goal. |(% style="width:201px" %)Help PwD to paint
37 |(% style="width:135px" %)5|(% style="width:245px" %)The robot can play relaxing music|(% style="width:238px" %)Calm music helps the PwD relax while painting.|(% style="width:201px" %)Help PwD to paint
38
39 === **Use case 2: Remind the PwD to engage in painting** ===
40
41 |(% style="width:166px" %)**Objective**|(% style="width:653px" %)Help the PwD maintain his identity
42 |(% style="width:166px" %)**TDP**|(% style="width:653px" %)-
43 |(% style="width:166px" %)**Actors**|(% style="width:653px" %)PwD, robot
44 |(% style="width:166px" %)**Pre-condition**|(% style="width:653px" %)(((
45 The PwD had painted before
46
47 The PwD walks by the robot.
48
49 The PwD hasn't painted in the last 3 days.
50 )))
51 |(% style="width:166px" %)**Post-condition**|(% style="width:653px" %)The person decides to start a session of painting
52 |(% style="width:166px" %)**Action sequence**|(% style="width:653px" %)(((
53 UC steps:
54
55 ~1. The person walks by the robot and the robot recognizes him.
56
57 2. The robot asks the PwD if he painted anything recently and if he wants to start painting now.
58 )))
59
60 |(% style="width:135px" %)**UC Step**|(% style="width:245px" %)**Requirements**|(% style="width:238px" %)**Claims**|(% style="width:201px" %)**IDP**
61 |(% style="width:135px" %)1|(% style="width:245px" %)The robot is able to recognize a specific patient and remembers their preferences|(% style="width:238px" %)-|(% style="width:201px" %)-
62 |(% style="width:135px" %)2|(% style="width:245px" %)The robot can talk or show text on a tablet|(% style="width:238px" %)This interaction can trigger a PwD to start a session of painting.|(% style="width:201px" %)Remind the PwD to engage in painting
63
64 === **Use case 3: Save a picture of the painting** ===
65
66 |(% style="width:166px" %)**Objective**|(% style="width:653px" %)Provide connectedness with family
67 |(% style="width:166px" %)**TDP**|(% style="width:653px" %)-
68 |(% style="width:166px" %)**Actors**|(% style="width:653px" %)PwD, robot, family
69 |(% style="width:166px" %)**Pre-condition**|(% style="width:653px" %)(((
70 The PwD had finished a painting session.
71
72 The robot assisted PwD with painting.
73 )))
74 |(% style="width:166px" %)**Post-condition**|(% style="width:653px" %)Family member receives an update about PwD.
75 |(% style="width:166px" %)**Action sequence**|(% style="width:653px" %)(((
76 UC steps:
77
78 ~1. The PwD announces they finished the painting they were working on.
79
80 2. The robot asks the PwD to hold up the painting so that it can see it.
81
82 3. The robot takes a picture of the painting.
83
84 4. The robot saves the picture to a directory visible to the family member.
85 )))
86
87 |(% style="width:135px" %)**UC Step**|(% style="width:245px" %)**Requirements**|(% style="width:238px" %)**Claims**|(% style="width:201px" %)**IDP**
88 |(% style="width:135px" %)1|(% style="width:245px" %)The robot can understand PwD when they communicate they finished the task.|(% style="width:238px" %)-|(% style="width:201px" %)-
89 |(% style="width:135px" %)(((
90 2
91 )))|(% style="width:245px" %)The robot can communicate to the PwD(via speech and text).|(% style="width:238px" %)-|(% style="width:201px" %)(((
92
93 )))
94 |(% style="width:135px" %)3|(% style="width:245px" %)The robot can save a picture.|(% style="width:238px" %)-|(% style="width:201px" %)Save a picture of the painting
95 |(% style="width:135px" %)4|(% style="width:245px" %)The robot can save pictures.|(% style="width:238px" %) |(% style="width:201px" %)
96
97 === **Use case 4: Recommend a meaningful picture to paint** ===
98
99
100 |(% style="width:166px" %)**Objective**|(% style="width:653px" %)Help the PwD maintain a connection with his past
101 |(% style="width:166px" %)**TDP**|(% style="width:653px" %)-
102 |(% style="width:166px" %)**Actors**|(% style="width:653px" %)PwD, robot, relatives
103 |(% style="width:166px" %)**Pre-condition**|(% style="width:653px" %)The family uploaded pictures from PwD's past
104 |(% style="width:166px" %)**Post-condition**|(% style="width:653px" %)The person gets to paint a meaningful picture
105 |(% style="width:166px" %)**Action sequence**|(% style="width:653px" %)(((
106 UC steps:
107
108 ~1. The person starts the painting process
109
110 2. The robot recommends the person a meaningful picture, that might help them remember some of their memories.
111 )))
112
113 |(% style="width:135px" %)**UC Step**|(% style="width:245px" %)**Requirements**|(% style="width:238px" %)**Claims**|(% style="width:201px" %)**IDP**
114 |(% style="width:135px" %)1|(% style="width:245px" %)The robot has a remote interface for the relatives where they can upload pictures and stories for the PwD to see.|(% style="width:238px" %)-|(% style="width:201px" %)
115 |(% style="width:135px" %)2|(% style="width:245px" %)The robot can show a picture on the tablet|(% style="width:238px" %)This helps the PwD have a better painting experience.|(% style="width:201px" %)Recommend a meaningful picture to paint
116
117