...
Code Block |
---|
nao.motion.request(NaoPostureRequest("Stand", 0.5)) |
To play an animation:
Info |
---|
If you are playing a standing animation, make sure you put the Nao in a standing posture beforehand |
Code Block |
---|
nao.motion.request(NaoqiAnimationRequest("animations/Stand/Gestures/Hey_1")) |
...
A complete script for this demo tutorial can be found here: demo_nao_motion.py
...
Specify which Nao parts you want to record (NOTE: a ‘chain’ is a group of body partparts, or a group link of joints):
...
A complete script for this demo tutorial can be found here: demo_nao_motion_recorder.py