How To Complicate Saying “Hello” To My Robot

Interesting progression of complexity the more I think / read about human-robot greetings:

- Simple grammar, simple response, all inline Python
- Many to one grammar, simple responses, inline python
- Many to one grammar, random non repetitive responses for generic greeting, adding phrase classification and non-repeat response generation method(s), Python

- Add ROS ->(continue in first reply)

#ROS #Human_Robot_Interface #ConversationalComputing