Version 2 (modified by 4 years ago) (diff) | ,
---|
PV277 Programming Applications for Social Robots (autumn 2019)
Pepper API
- http://doc.aldebaran.com/2-5/index_dev_guide.html
- programming in Choregraphe via Python:
- enter only one box
Python Script
- edit its contents via double click:
- to
__init__
add:self.tts = ALProxy('ALTextToSpeech') self.tts.setLanguage('Czech')
- to
onInput_onStart
add:self.tts.say("Ahoj, jak se máš?") self.onStopped()
- to
- add
Czech
into Project Properties
- enter only one box
Attachments (1)
- pepper_project_cz.png (53.1 KB) - added by 4 years ago.
Download all attachments as: .zip