haileydhanens / CWU_AriGato

The Arigato robotics team focuses on building an exciting and interactive demo of the Aldebaran NAO robots, with an emphasis on human intereaction
4 stars 8 forks source link

Q/A #19

Closed haileydhanens closed 5 years ago

haileydhanens commented 5 years ago

ask NAO more questions

part of working on this module set will be brain storming a larger question set think of how you can integrate the use of existing external API's

htmlcc92 commented 5 years ago

Working on using OMDb (gets data from IMDb) API to get the NAO to answer movie questions. Need to integrate parameterized stuff with this to get it working well.

derek-vaughan commented 5 years ago

I'd like to take this on as a side project to the emotional responses. I'm thinking of having somewhere between 10-20 "simple" questions similar to "How old are you" or "How are you", that don't require http requests or anything complex to implement. I think this will make interacting with NAO a bit more fun, and should be really easy to do.

I'll start brainstorming questions and we can discuss at a meeting soon.

htmlcc92 commented 5 years ago

OMDb works more or less now, need to see if we can upload the movie list to the robot. Works with switch and speech recognition, can't get parameters to work.

derek-vaughan commented 5 years ago

One thing that was suggested to me was having the NAO robot give out information about the CS department, or individual CS classes. I really liked this idea. For example, a question could be "What sort of CS electives are available?" or "Hey NAO, what did you think about CS 301?" (he could reply and say he learned about binary search trees for example). Thought this was a pretty cool idea!

derek-vaughan commented 5 years ago

I've started on the module where NAO gives information about CS classes. NAO kept overheating, and I was having issues with getting the switch statement to work with speech recognition, so i'll try again tomorrow or next week when NAO's cooled off.

You can find the preliminary work under the "InProgress" folder under "ClassKnowledge"

haileydhanens commented 5 years ago

Sufficient modules have been made