test

 

from naoqi import ALProxy

tts = ALProxy("ALTextToSpeech", "192.168.1.14", 9559)

tts.SetLanguage(“English”)

tts.say("Hello, world!")

motion=ALProxy("ALMotion","192.168.1.14", 9559)

posture=ALProxy("ALRobotPosture","192.168.1.14", 9559)

posture.goToPosture("Stand",1.0)

posture.goToPosture("Crouch",1.0)

Σχόλια

Δημοφιλείς αναρτήσεις από αυτό το ιστολόγιο

Python makes NAO speaking and walking

Περιήγηση στο περιβάλλον του choregraphe

NAOqi Python-API