Wiki source code of d. Use Cases

Version 3.1 by Alexandru Bobe on 2023/03/13 21:51

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="font-size: 11pt; font-variant: normal; white-space: pre-wrap; font-family: Arial; color: rgb(0, 0, 0); font-weight: 700; font-style: normal; text-decoration: none" %)**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" %)%TODO
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" %)%TODO
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" %)%TODO
38
39
40
41 === **Use case 2: Remind the PwD to engage in painting** ===
42
43 |(% style="width:166px" %)**Objective**|(% style="width:653px" %)Help the PwD maintain his identity
44 |(% style="width:166px" %)**TDP**|(% style="width:653px" %)-
45 |(% style="width:166px" %)**Actors**|(% style="width:653px" %)PwD, robot
46 |(% style="width:166px" %)**Pre-condition**|(% style="width:653px" %)(((
47 The PwD had painted before
48
49 The PwD walks by the robot.
50
51 The PwD hasn't painted in the last 3 days.
52 )))
53 |(% style="width:166px" %)**Post-condition**|(% style="width:653px" %)The person decides to start a session of painting
54 |(% style="width:166px" %)**Action sequence**|(% style="width:653px" %)(((
55 UC steps:
56
57 ~1. The person walks by the robot and the robot recognizes him.
58
59 2. The robot asks the PwD if he painted anything recently and if he wants to start painting now.
60 )))
61
62 |(% style="width:135px" %)**UC Step**|(% style="width:245px" %)**Requirements**|(% style="width:238px" %)**Claims**|(% style="width:201px" %)**IDP**
63 |(% 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" %)-
64 |(% 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" %)(((
65 -
66 )))
67
68