Physiotherapy · Upper legs

Standing hip abduction

Target Glutes  ·  Equipment Body weight  ·  Level Beginner  ·  Reps 10

Standing hip abduction is a beginner-level physiotherapy movement targeting the glutes, written in Posecode, a small open-source language that LLMs like ChatGPT, Claude, and Gemini can write to describe human movement as text. Every joint angle below is hard-clamped to a safe range of motion.

▶ Open Standing hip abduction in the playground →

How to do it

  1. Lift1.6s · ease-in-out Lift the right leg out to the side, keep the torso tall
  2. Lower1.6s · ease-in-out Lower the leg back to the midline

The .posecode source

This is the exact text an LLM writes to produce the animation above: phases and joint angles, not 3D transforms.

posecode exercise "Standing hip abduction"
  rig humanoid
  pose start = standing

  step "Lift" 1.6s ease-in-out:
    hip_right: abduct 40
    cue "Lift the right leg out to the side, keep the torso tall"

  step "Lower" 1.6s ease-in-out:
    hip_right: abduct 0
    cue "Lower the leg back to the midline"

  repeat 10

More physiotherapy movements

Good morning (hinge)Heel raisesStanding hamstring curlShoulder flexion (ROM)Neck rotationCross-body reach