Wiki source code of Functions
Version 5.1 by Cesar van der Poel on 2022/03/07 11:35
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 | * RQ01 - Detect movement towards door | ||
6 | * RQ02 - Recognize person with dementia moving towards door | ||
7 | * RQ03 - Speak in a human-like way | ||
8 | * RQ04 - Process spoken natural language | ||
9 | * RQ05 - Connect certain concepts | ||
10 | * RQ06 - Recognize emotions | ||
11 | * RQ07 - Play music | ||
12 | * RQ08 - Alert caretakers | ||
13 | * RQ09 - Navigate in an outdoor environment | ||
14 | |||
15 | |||
16 | **Must Have** | ||
17 | |||
18 | 1. Detect whether the user is trying to leave | ||
19 | 1. Talking | ||
20 | 1. Understand what the user says | ||
21 | 1. recognize the user's emotional state | ||
22 | 1. Play music | ||
23 | 1. Move/ change position | ||
24 | 1. Able to hold a short conversation (includes showing emotion and facial expression) | ||
25 | 1. Able to alert the caretaker (if user wants to go out and robot is unable to stop them) | ||
26 | |||
27 | |||
28 | **Should Have** | ||
29 | |||
30 | 1. Should be able to touch the user | ||
31 | 1. Play music according to certain activity or time of day | ||
32 | |||
33 | |||
34 | **Could Have** | ||
35 | |||
36 | 1. face recognition, in order to react differently on each PwD | ||
37 | |||
38 | |||
39 | **Won't Have** | ||
40 | |||
41 | 1. Database with user's information | ||
42 | 1. GPS system to guide user home | ||
43 | 1. Be able to leave the building |