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 - Recognize emotions | ||
| 11 | * RQ007 - Play music | ||
| 12 | * RQ008 - Alert caretakers | ||
| 13 | * RQ009 - Recognize PwD leaving the care center | ||
| 14 | |||
| 15 | **Must Have** | ||
| 16 | |||
| 17 | 1. Detect whether the user is trying to leave | ||
| 18 | 1. Talking | ||
| 19 | 1. Understand what the user says | ||
| 20 | 1. recognize the user's emotional state | ||
| 21 | 1. Play music | ||
| 22 | 1. Move/ change position | ||
| 23 | 1. Able to hold a short conversation (includes showing emotion and facial expression) | ||
| 24 | 1. Able to alert the caretaker (if user wants to go out and robot is unable to stop them) | ||
| 25 | |||
| 26 | |||
| 27 | **Should Have** | ||
| 28 | |||
| 29 | 1. Should be able to touch the user | ||
| 30 | 1. Play music according to certain activity or time of day | ||
| 31 | |||
| 32 | |||
| 33 | **Could Have** | ||
| 34 | |||
| 35 | 1. face recognition, in order to react differently on each PwD | ||
| 36 | |||
| 37 | |||
| 38 | **Won't Have** | ||
| 39 | |||
| 40 | 1. Database with user's information | ||
| 41 | 1. GPS system to guide user home | ||
| 42 | 1. Be able to leave the building |