name: gangnam-step description: Performs the Gangnam Style horse-riding dance, both fists up holding invisible reins while bouncing on alternating legs. Use when the command mentions gangnam, gangnam style, or horse dance. category: dance disable-model-invocation: true subskills: [move-arm, move-leg]
gangnam-step
The invisible-horse bounce: both fists held up crossed in front (the "reins"), bobbing up and down on alternating legs. Loop.
How
- Reins up:
LeftUpperArm:[80,0,20],LeftForearm:[0,0,-110],RightUpperArm:[80,0,-20],RightForearm:[0,0,110]. - Bounce on alternating legs (
*UpLegX ~20),root.y~0.08 on the up-beat. Loop.
Example
- "do gangnam style" ->
{"durationMs":2000,"say":"Gangnam style!","sequence":{"loop":true,"frames":[{"t":0,"pose":{"LeftUpperArm":[80,0,20],"LeftForearm":[0,0,-110],"RightUpperArm":[80,0,-20],"RightForearm":[0,0,110],"LeftUpLeg":[20,0,180]},"root":{"y":0.08}},{"t":0.5,"pose":{"RightUpLeg":[20,0,180],"LeftUpLeg":[0,0,180],"Spine":[0,5,0]},"root":{"y":0}},{"t":1,"pose":{"LeftUpLeg":[20,0,180],"Spine":[0,-5,0]},"root":{"y":0.08}}]}}