Skip to content

2. Basic Tutorials

pban1993 edited this page Oct 6, 2017 · 2 revisions

Basic Tutorials

Tutorial 1 - Hello World

Run the following python script to test your robot's functionality

from naoqi import ALProxy
tts = ALProxy("ALTextToSpeech", "<IP of your robot>", 9559)
tts.say("Hello, world!")

Clone this wiki locally