2. Basic Tutorials - PranshuBansalDev/naoqi_robot GitHub Wiki

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!")