Changes for page Design Patterns
Last modified by Clara Stiller on 2022/04/05 15:31
From version 74.1
edited by Cesar van der Poel
on 2022/03/23 14:57
on 2022/03/23 14:57
Change comment:
There is no comment for this version
To version 74.2
edited by Simran Karnani
on 2022/04/02 22:37
on 2022/04/02 22:37
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. Cesarvanderpoe1 +XWiki.SimranKarnani - Content
-
... ... @@ -41,7 +41,7 @@ 41 41 |**Solution structure**|[[image:IDP1.png||height="400"]] 42 42 |**Solution description**|Once the PwD tries to leave the building, the robot will ask what the PwD is planning on doing. This response will most likely be of the form presented in the upper arrow, stating that they will be doing some activity. Based on the nature of the activity, the robot will try to find an appropriate response. For example, in the case of a non-existent appointment the robot will tell the user this appointment is on some other day, errands will be said to be covered by others, and people that are unwise to visit will be said to be on vacation or at work. In addition, and as a fallback in cases where no more appropriate response can be found, the robot will think of an alternative to the activity to occupy the PwD, and tell the PwD they will miss this activity if they leave now. These arguments should, at least in some cases, be enough to keep the person in. 43 43 |**Human RQ**|The PwD needs to be able to state their intent and listen to what the robot has to say. 44 -|**Robot RQ**|T ODOcreate RQ44 +|**Robot RQ**|The robot should be able to comprehend what the PwD is saying in order to respond appropriately and give them good reasons on why they must not go out (RQ004, RQ005). It should also be able to speak in a human like way so that the PwD listen to it (RQ003). 45 45 46 46 47 47 == IDP2