Commit 00ad302
committed
fix: keep deadlift heels planted through the hip hinge
The deadlift's Lower phase rose onto the balls of the feet at the bottom
of the hinge: with knees flexed 25° the shin tilted 25° forward, but
keeping the sole flat needs the ankle to dorsiflex that far while its ROM
caps dorsiflexion at 15°, so levelPlantedFeet clamped at the limit and
left a ~3.2cm heel lift.
Ease the Lower-phase knee flexion 25° → 14° so the shin only tilts as far
as the ankle can absorb. A hip hinge keeps soft knees and near-vertical
shins anyway, so both soles now stay flat on the floor across the whole
clip (0.00cm heel lift, no grounding warnings).
Raising the ankle dorsiflexion ROM was explored but reverted: the
superhero-landing fixture's planted foot fights its floor reaches across
the XBot and procedural proportions once the ROM widens, so a global ROM
bump can't stay green in `npm run eval` without a larger landing redesign.1 parent a9f5a37 commit 00ad302
4 files changed
Lines changed: 70 additions & 70 deletions
File tree
- packages/posecode-eval/test
- playground/public
- moves
- spec/examples
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
135 | 131 | | |
136 | 132 | | |
137 | | - | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | | - | |
| 157 | + | |
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
0 commit comments