Wiki source code of c. Technology
Version 6.1 by Shambhawi Pal on 2023/04/11 22:11
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | Flow of conversation for technology (first version): | ||
| 2 | |||
| 3 | Initial setup: | ||
| 4 | |||
| 5 | ~1. Assume the painting setup is done with by the caretaker and the robot is also with the patient | ||
| 6 | |||
| 7 | 2. For every patient, there is a specific database that has the painting suggestions for the particular patient | ||
| 8 | |||
| 9 | |||
| 10 | Flow of interaction: | ||
| 11 | |||
| 12 | ~1. "Do you want to paint or not" ->Answer will be yes or no. No will lead to exit state. Yes will continue the interaction with the robot. | ||
| 13 | |||
| 14 | 2. "Do you want to follow a painting style : Impressionist, cubist etc, or none" | ||
| 15 | |||
| 16 | 3. Ask the PwD for a topic, on what they want to draw -> Their own memory provided by the daughter, topics the robot has on its memory or any random picture. (Use speech for taking inputs from the patient) | ||
| 17 | |||
| 18 | 4. Robot provides instructions -> The robot now has the picture in the tablet that it's showing. Now it will provide instructions in these ways: | ||
| 19 | |||
| 20 | i) How to follow a painting style -> if they chose a painting style in point 2. Provide a list of simple instructions. And repeat them when the patient asks again. | ||
| 21 | |||
| 22 | ii) Give one painting tip periodically. | ||
| 23 | |||
| 24 | iii) Ask the user if they want to listen to slow music while painting (but this is secondary) -> play something from Spotify. | ||
| 25 | |||
| 26 | 5. Collect metrics -> feedback for personalization -> voice input | ||
| 27 | |||
| 28 | 6. Capture the painting and send it to the relative. |