Skip to content

Commit 61117d3

Browse files
committed
fix: adjust posecode examples for correct biomechanical form
1 parent f8208f3 commit 61117d3

3 files changed

Lines changed: 17 additions & 10 deletions

File tree

spec/examples/cobra.posecode

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ posecode stretch "Cobra"
33
pose start = prone
44

55
step "Lift" 2.5s ease-in-out:
6-
spine: extend 30
6+
spine: extend 25
77
chest: extend 15
8-
neck: extend 25
9-
shoulders: flex 50
10-
elbows: flex 25
8+
neck: extend 20
9+
shoulders: flex 110
10+
elbows: flex 40
1111
reach: hands floor
1212
cue "Press the palms into the floor and lift the chest, shoulders rolling back"
1313

spec/examples/deadlift.posecode

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,19 @@ posecode exercise "Deadlift"
55
step "Lower" 1.8s ease-in-out:
66
pelvis: hinge 75
77
knees: flex 25
8+
ankles: plantarflex 25
89
shoulders: flex 70
10+
elbows: pronate 80
911
neck: extend 12
1012
ground-lock: feet
1113
cue "Push the hips back and hinge with a flat back: let the arms hang to the bar"
1214

1315
step "Lift" 1.4s ease-out:
1416
pelvis: hinge 0
1517
knees: flex 0
18+
ankles: plantarflex 0
1619
shoulders: flex 0
20+
elbows: pronate 0
1721
neck: extend 0
1822
ground-lock: feet
1923
cue "Drive the hips forward to stand tall, bar close to the body"

spec/examples/plank-hold.posecode

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@ posecode posture "Plank hold"
22
rig humanoid
33
pose start = plank
44

5-
step "Brace" 3s ease-in-out:
6-
spine: hold neutral
7-
hips: hold neutral
5+
step "Brace" 0.5s ease-in-out:
6+
shoulders: flex 90
7+
elbows: flex 90
8+
elbows: pronate 80
89
ground-lock: hands, feet
9-
cue "Brace the core: one straight line from head to heels"
10+
cue "Lower onto the forearms, elbows directly under the shoulders"
1011

1112
step "Hold" 3s linear:
12-
spine: hold neutral
13+
shoulders: flex 90
14+
elbows: flex 90
15+
elbows: pronate 80
1316
ground-lock: hands, feet
14-
cue "Keep breathing, ribs down, glutes engaged"
17+
cue "Brace the core: one straight line from head to heels"
1518

1619
repeat 3

0 commit comments

Comments
 (0)