Skip to content

Commit ffec912

Browse files
committed
feat: pull-up/dead-hang/hanging-knee-raise grip the bar via grip directive (L3.2)
1 parent 2df04f1 commit ffec912

3 files changed

Lines changed: 10 additions & 20 deletions

File tree

spec/examples/dead-hang.posecode

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,14 @@ posecode exercise "Dead hang"
77
shoulders: flex 175
88
elbows: flex 5
99
elbows: pronate 80
10-
fingers: flex 80
1110
ground-lock: feet
1211
cue "Reach up and grip the bar"
1312

1413
step "Hang" 3s ease-in-out:
1514
shoulders: flex 175
1615
elbows: flex 5
1716
elbows: pronate 80
18-
fingers: flex 80
19-
pin: hands bar
17+
grip: hands bar
2018
cue "Relax into a long, straight-arm hang"
2119

2220
step "Down" 1.5s ease-out:

spec/examples/hanging-knee-raise.posecode

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,15 @@ posecode exercise "Hanging knee raise"
77
shoulders: flex 175
88
elbows: flex 5
99
elbows: pronate 80
10-
fingers: flex 80
1110
ground-lock: feet
1211
cue "Reach up and grip the bar"
1312

1413
step "Grip" 0.7s ease-in-out:
1514
shoulders: flex 175
1615
elbows: flex 5
1716
elbows: pronate 80
18-
fingers: flex 80
19-
pin: hand_left bar
20-
pin: hand_right bar
17+
grip: hand_left bar
18+
grip: hand_right bar
2119
cue "Hang from the bar overhead, arms long, body still"
2220

2321
step "Raise knees" 1.2s ease-out:
@@ -26,9 +24,8 @@ posecode exercise "Hanging knee raise"
2624
shoulders: flex 175
2725
elbows: flex 5
2826
elbows: pronate 80
29-
fingers: flex 80
30-
pin: hand_left bar
31-
pin: hand_right bar
27+
grip: hand_left bar
28+
grip: hand_right bar
3229
cue "Draw both knees up toward the chest"
3330

3431
step "Lower" 1.4s ease-in:
@@ -37,9 +34,8 @@ posecode exercise "Hanging knee raise"
3734
shoulders: flex 175
3835
elbows: flex 5
3936
elbows: pronate 80
40-
fingers: flex 80
41-
pin: hand_left bar
42-
pin: hand_right bar
37+
grip: hand_left bar
38+
grip: hand_right bar
4339
cue "Lower the legs under control, staying in a steady hang"
4440

4541
step "Release" 0.8s ease-in:

spec/examples/pull-up.posecode

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,34 @@ posecode exercise "Pull-up"
77
shoulders: flex 175
88
elbows: flex 5
99
elbows: pronate 80
10-
fingers: flex 80
1110
ground-lock: feet
1211
cue "Reach up and grip the bar"
1312

1413
step "Hang" 0.7s ease-in-out:
1514
shoulders: flex 175
1615
elbows: flex 5
1716
elbows: pronate 80
18-
fingers: flex 80
19-
pin: hands bar
17+
grip: hands bar
2018
cue "Hang from the bar, arms long, shoulders active"
2119

2220
step "Pull up" 1.2s ease-out:
2321
shoulders: flex 105
2422
elbows: flex 130
2523
elbows: pronate 80
26-
fingers: flex 80
2724
spine: extend 15
2825
chest: extend 10
2926
neck: extend 20
30-
pin: hands bar
27+
grip: hands bar
3128
cue "Pull the chest toward the bar, driving the elbows down"
3229

3330
step "Lower" 1.4s ease-in:
3431
shoulders: flex 175
3532
elbows: flex 5
3633
elbows: pronate 80
37-
fingers: flex 80
3834
spine: extend 0
3935
chest: extend 0
4036
neck: extend 0
41-
pin: hands bar
37+
grip: hands bar
4238
cue "Lower under control back to a full hang"
4339

4440
step "Release" 0.8s ease-in:

0 commit comments

Comments
 (0)