Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...

  1. Specify which Nao parts you want to record (NOTE: a ‘chain’ is a link group of body parts, or a group link of joints):

    1. The full list can be found here

...