I have a virtual robot running and I want to send a voice input to them with text, like the way that the dialog window in Choregraphe works. How can I do this using a Python script?
I am running the virtual robot from the terminal using the naoqi-bin application on Ubuntu with something like naoqi-bin -b 127.0.0.1 -p 9001
Thanks.