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

...