Wiki source code of Functions
Version 8.1 by Cesar van der Poel on 2022/03/22 17:08
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = Requirements = | ||
2 | There are several functions our system needs to have to be able to properly do its job. These are the following: | ||
3 | |||
4 | |||
5 | * RQ001 - Detect movement towards door | ||
6 | * RQ002 - Recognize person with dementia moving towards door | ||
7 | * RQ003 - Speak in a human-like way | ||
8 | * RQ004 - Process spoken natural language | ||
9 | * RQ005 - Connect certain concepts | ||
10 | * RQ006 - Play music | ||
11 | * RQ007 - Alert caretakers | ||
12 | * RQ008 - Recognize PwD leaving the care center | ||
13 | |||
14 | **Must Have** | ||
15 | |||
16 | 1. Detect whether the user is trying to leave | ||
17 | 1. Talking | ||
18 | 1. Understand what the user says | ||
19 | 1. recognize the user's emotional state | ||
20 | 1. Play music | ||
21 | 1. Move/ change position | ||
22 | 1. Able to hold a short conversation (includes showing emotion and facial expression) | ||
23 | 1. Able to alert the caretaker (if user wants to go out and robot is unable to stop them) | ||
24 | |||
25 | |||
26 | **Should Have** | ||
27 | |||
28 | 1. Should be able to touch the user | ||
29 | 1. Play music according to certain activity or time of day | ||
30 | |||
31 | |||
32 | **Could Have** | ||
33 | |||
34 | 1. face recognition, in order to react differently on each PwD | ||
35 | |||
36 | |||
37 | **Won't Have** | ||
38 | |||
39 | 1. Database with user's information | ||
40 | 1. GPS system to guide user home | ||
41 | 1. Be able to leave the building |