Fix figure IK snapping and gate the library on a fail-hard motion checker
Three solver defects made limbs teleport, twist, or windmill: write-back angles wrapped at ±180 and lerped the long way around; branch flips landed on configurations the anatomical write-back cannot represent, silently pulling pinned extremities off their pins; and the degenerate straight-limb bend plane fell back to the camera axis instead of the anatomical anterior. solve_limb now verifies each branch reproduces the solved end before accepting it, resolve unwraps written-back angles toward the pose they replace, and the degenerate plane comes from the parent's anterior axis. render.py --check replays every exercise's full tween loop and fails hard on six invariants (pin fidelity, continuity, wraps, authored-vs-resolved drift, ground penetration, resolved ROM); --export refuses to ship a failing exercise. All 66 motions re-authored or retouched to pass: honest authored angles where pins used to override them silently, grounded feet on the seated machines, a vertical bench-press bar path, straight-armed child's pose, a butterfly stretch seated on the mat, and FK arms where pins forced impossible reaches. MotionSolver.swift mirrors the solver changes line for line, held by regenerated fixtures. Claude-Session: https://claude.ai/code/session_01PKptrgbx74peTwHGRxBojv
This commit is contained in:
@@ -1,39 +1,39 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 180" fill="none">
|
||||
<title>Deadlift</title>
|
||||
<defs>
|
||||
<linearGradient id="grad-leg_l-0" gradientUnits="userSpaceOnUse" x1="116.5" y1="109.1" x2="129.9" y2="138.0"><stop offset="0" stop-color="#2fa499"/><stop offset="1" stop-color="#86cfc5"/></linearGradient>
|
||||
<linearGradient id="grad-arm_l-0" gradientUnits="userSpaceOnUse" x1="173.9" y1="93.5" x2="167.9" y2="113.3"><stop offset="0" stop-color="#a3a9b4"/><stop offset="1" stop-color="#a9afba"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-1" gradientUnits="userSpaceOnUse" x1="127.4" y1="137.5" x2="122.5" y2="164.6"><stop offset="0" stop-color="#0d9488"/><stop offset="1" stop-color="#30a59a"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-2" gradientUnits="userSpaceOnUse" x1="122.5" y1="164.6" x2="130.1" y2="164.0"><stop offset="0" stop-color="#30a59a"/><stop offset="1" stop-color="#2ea499"/></linearGradient>
|
||||
<linearGradient id="grad-arm_r-1" gradientUnits="userSpaceOnUse" x1="164.3" y1="114.8" x2="159.5" y2="134.9"><stop offset="0" stop-color="#3a3f4b"/><stop offset="1" stop-color="#404551"/></linearGradient>
|
||||
<linearGradient id="grad-leg_l-0" gradientUnits="userSpaceOnUse" x1="122.1" y1="103.5" x2="148.5" y2="121.7"><stop offset="0" stop-color="#4db3a9"/><stop offset="1" stop-color="#86cfc5"/></linearGradient>
|
||||
<linearGradient id="grad-arm_l-0" gradientUnits="userSpaceOnUse" x1="177.6" y1="82.1" x2="166.8" y2="99.8"><stop offset="0" stop-color="#a7adb8"/><stop offset="1" stop-color="#a9afba"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-1" gradientUnits="userSpaceOnUse" x1="143.3" y1="123.5" x2="153.0" y2="149.3"><stop offset="0" stop-color="#0d9488"/><stop offset="1" stop-color="#2ba397"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-2" gradientUnits="userSpaceOnUse" x1="153.0" y1="149.3" x2="159.3" y2="145.0"><stop offset="0" stop-color="#2ba397"/><stop offset="1" stop-color="#1b9b8f"/></linearGradient>
|
||||
<linearGradient id="grad-arm_r-1" gradientUnits="userSpaceOnUse" x1="162.7" y1="101.1" x2="154.5" y2="120.2"><stop offset="0" stop-color="#3a3f4b"/><stop offset="1" stop-color="#3d424e"/></linearGradient>
|
||||
</defs>
|
||||
<path d="M 104.0 157.7 L 198.8 157.7 L 198.8 150.5 L 104.0 150.5 Z" fill="none" stroke="#b9bec9" stroke-width="2.1" stroke-linejoin="round"/>
|
||||
<path d="M 109.6 157.7 L 202.1 157.7 L 202.1 150.4 L 109.6 150.4 Z" fill="none" stroke="#b9bec9" stroke-width="2.1" stroke-linejoin="round"/>
|
||||
<g id="leg_l">
|
||||
<path d="M 116.5 109.1 L 129.9 138.0" stroke="url(#grad-leg_l-0)" stroke-width="3.75242" stroke-linecap="round"/>
|
||||
<path d="M 129.9 138.0 L 120.9 164.1" stroke="#86cfc5" stroke-width="3.5" stroke-linecap="round"/>
|
||||
<path d="M 120.9 164.1 L 128.6 164.6" stroke="#86cfc5" stroke-width="3.5" stroke-linecap="round"/>
|
||||
<path d="M 122.1 103.5 L 148.5 121.7" stroke="url(#grad-leg_l-0)" stroke-width="3.66351" stroke-linecap="round"/>
|
||||
<path d="M 148.5 121.7 L 155.8 148.4" stroke="#86cfc5" stroke-width="3.5" stroke-linecap="round"/>
|
||||
<path d="M 155.8 148.4 L 162.5 144.6" stroke="#86cfc5" stroke-width="3.5" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="arm_l">
|
||||
<path d="M 173.9 93.5 L 167.9 113.3" stroke="url(#grad-arm_l-0)" stroke-width="3.51858" stroke-linecap="round"/>
|
||||
<path d="M 167.9 113.3 L 162.5 133.3" stroke="#a9afba" stroke-width="3.5" stroke-linecap="round"/>
|
||||
<path d="M 177.6 82.1 L 166.8 99.8" stroke="url(#grad-arm_l-0)" stroke-width="3.50652" stroke-linecap="round"/>
|
||||
<path d="M 166.8 99.8 L 158.6 118.9" stroke="#a9afba" stroke-width="3.5" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="leg_r">
|
||||
<path d="M 112.4 109.5 L 127.4 137.5" stroke="#0d9488" stroke-width="4.2" stroke-linecap="round"/>
|
||||
<path d="M 127.4 137.5 L 122.5 164.6" stroke="url(#grad-leg_r-1)" stroke-width="4.09771" stroke-linecap="round"/>
|
||||
<path d="M 122.5 164.6 L 130.1 164.0" stroke="url(#grad-leg_r-2)" stroke-width="4.00214" stroke-linecap="round"/>
|
||||
<path d="M 118.0 103.9 L 143.3 123.5" stroke="#0d9488" stroke-width="4.2" stroke-linecap="round"/>
|
||||
<path d="M 143.3 123.5 L 153.0 149.3" stroke="url(#grad-leg_r-1)" stroke-width="4.11195" stroke-linecap="round"/>
|
||||
<path d="M 153.0 149.3 L 159.3 145.0" stroke="url(#grad-leg_r-2)" stroke-width="4.0706" stroke-linecap="round"/>
|
||||
</g>
|
||||
<path id="girdle" d="M 173.9 93.5 L 169.8 93.5 L 169.8 94.8" stroke="#0d9488" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="pelvisBar" d="M 116.5 109.1 L 112.4 108.6 L 112.4 109.5" stroke="#0d9488" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="spine" d="M 112.4 108.6 Q 142.6 103.8 169.8 93.5" stroke="#0d9488" stroke-width="4.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="girdle" d="M 177.6 82.1 L 173.5 82.1 L 173.5 83.4" stroke="#0d9488" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="pelvisBar" d="M 122.1 103.5 L 118.0 103.0 L 118.0 103.9" stroke="#0d9488" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="spine" d="M 118.0 103.0 Q 147.5 95.1 173.5 82.1" stroke="#0d9488" stroke-width="4.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<g id="arm_r">
|
||||
<path d="M 169.8 94.8 L 164.3 114.8" stroke="#3a3f4b" stroke-width="4.2" stroke-linecap="round"/>
|
||||
<path d="M 164.3 114.8 L 159.5 134.9" stroke="url(#grad-arm_r-1)" stroke-width="4.17999" stroke-linecap="round"/>
|
||||
<path d="M 173.5 83.4 L 162.7 101.1" stroke="#3a3f4b" stroke-width="4.2" stroke-linecap="round"/>
|
||||
<path d="M 162.7 101.1 L 154.5 120.2" stroke="url(#grad-arm_r-1)" stroke-width="4.19052" stroke-linecap="round"/>
|
||||
</g>
|
||||
<path d="M 161.0 131.0 L 161.0 137.3" stroke="#6b7180" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<circle cx="161.0" cy="131.0" r="11.2" fill="#6b7180"/>
|
||||
<circle cx="161.0" cy="137.3" r="11.2" fill="#6b7180"/>
|
||||
<circle id="head" cx="183.4" cy="90.4" r="7.0" fill="white" stroke="#3a3f4b" stroke-width="4.2"/>
|
||||
<line id="nose" x1="190.4" y1="91.2" x2="195.3" y2="91.8" stroke="#3a3f4b" stroke-width="2.8" stroke-linecap="round"/>
|
||||
<path d="M 156.5 116.4 L 156.5 122.7" stroke="#6b7180" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<circle cx="156.5" cy="116.4" r="11.2" fill="#6b7180"/>
|
||||
<circle cx="156.5" cy="122.7" r="11.2" fill="#6b7180"/>
|
||||
<circle id="head" cx="186.7" cy="77.6" r="7.0" fill="white" stroke="#3a3f4b" stroke-width="4.2"/>
|
||||
<line id="nose" x1="193.7" y1="77.7" x2="198.6" y2="77.8" stroke="#3a3f4b" stroke-width="2.8" stroke-linecap="round"/>
|
||||
<g font-family="-apple-system, Helvetica, sans-serif" font-size="11" fill="#6b7180">
|
||||
<line x1="224" y1="16" x2="238" y2="16" stroke="#3a3f4b" stroke-width="4" stroke-linecap="round"/>
|
||||
<text x="243" y="20">near</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.7 KiB |
@@ -1,38 +1,39 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 180" fill="none">
|
||||
<title>Deadlift</title>
|
||||
<defs>
|
||||
<linearGradient id="grad-leg_l-0" gradientUnits="userSpaceOnUse" x1="157.1" y1="90.9" x2="164.2" y2="121.9"><stop offset="0" stop-color="#26a095"/><stop offset="1" stop-color="#86cfc5"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-1" gradientUnits="userSpaceOnUse" x1="160.9" y1="122.0" x2="153.0" y2="148.5"><stop offset="0" stop-color="#0d9488"/><stop offset="1" stop-color="#30a599"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-2" gradientUnits="userSpaceOnUse" x1="153.0" y1="148.5" x2="160.4" y2="150.6"><stop offset="0" stop-color="#30a599"/><stop offset="1" stop-color="#37a99d"/></linearGradient>
|
||||
<linearGradient id="grad-arm_l-0" gradientUnits="userSpaceOnUse" x1="167.5" y1="32.7" x2="170.8" y2="53.2"><stop offset="0" stop-color="#a6acb7"/><stop offset="1" stop-color="#a9afba"/></linearGradient>
|
||||
<linearGradient id="grad-leg_l-0" gradientUnits="userSpaceOnUse" x1="157.1" y1="89.5" x2="160.9" y2="121.0"><stop offset="0" stop-color="#249f94"/><stop offset="1" stop-color="#86cfc5"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-1" gradientUnits="userSpaceOnUse" x1="153.5" y1="121.6" x2="153.0" y2="149.1"><stop offset="0" stop-color="#0d9488"/><stop offset="1" stop-color="#35a79c"/></linearGradient>
|
||||
<linearGradient id="grad-leg_r-2" gradientUnits="userSpaceOnUse" x1="153.0" y1="149.1" x2="160.7" y2="149.3"><stop offset="0" stop-color="#35a79c"/><stop offset="1" stop-color="#35a89c"/></linearGradient>
|
||||
<linearGradient id="grad-arm_l-0" gradientUnits="userSpaceOnUse" x1="165.4" y1="31.0" x2="160.3" y2="51.1"><stop offset="0" stop-color="#a2a8b3"/><stop offset="1" stop-color="#a9afba"/></linearGradient>
|
||||
<linearGradient id="grad-arm_r-1" gradientUnits="userSpaceOnUse" x1="156.2" y1="52.4" x2="154.0" y2="72.9"><stop offset="0" stop-color="#3a3f4b"/><stop offset="1" stop-color="#414652"/></linearGradient>
|
||||
</defs>
|
||||
<path d="M 104.0 157.5 L 198.8 157.5 L 198.8 150.2 L 104.0 150.2 Z" fill="none" stroke="#b9bec9" stroke-width="2.1" stroke-linejoin="round"/>
|
||||
<path d="M 109.6 157.4 L 202.1 157.4 L 202.1 150.2 L 109.6 150.2 Z" fill="none" stroke="#b9bec9" stroke-width="2.1" stroke-linejoin="round"/>
|
||||
<g id="leg_l">
|
||||
<path d="M 157.1 90.9 L 164.2 121.9" stroke="url(#grad-leg_l-0)" stroke-width="3.77634" stroke-linecap="round"/>
|
||||
<path d="M 164.2 121.9 L 155.8 148.2" stroke="#86cfc5" stroke-width="3.5" stroke-linecap="round"/>
|
||||
<path d="M 155.8 148.2 L 163.1 150.4" stroke="#86cfc5" stroke-width="3.5" stroke-linecap="round"/>
|
||||
<path d="M 157.1 89.5 L 160.9 121.0" stroke="url(#grad-leg_l-0)" stroke-width="3.78365" stroke-linecap="round"/>
|
||||
<path d="M 160.9 121.0 L 155.8 148.1" stroke="#86cfc5" stroke-width="3.5" stroke-linecap="round"/>
|
||||
<path d="M 155.8 148.1 L 163.4 149.5" stroke="#86cfc5" stroke-width="3.5" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="leg_r">
|
||||
<path d="M 153.0 91.3 L 160.9 122.0" stroke="#0d9488" stroke-width="4.2" stroke-linecap="round"/>
|
||||
<path d="M 160.9 122.0 L 153.0 148.5" stroke="url(#grad-leg_r-1)" stroke-width="4.09987" stroke-linecap="round"/>
|
||||
<path d="M 153.0 148.5 L 160.4 150.6" stroke="url(#grad-leg_r-2)" stroke-width="3.97706" stroke-linecap="round"/>
|
||||
<path d="M 153.0 89.9 L 153.5 121.6" stroke="#0d9488" stroke-width="4.2" stroke-linecap="round"/>
|
||||
<path d="M 153.5 121.6 L 153.0 149.1" stroke="url(#grad-leg_r-1)" stroke-width="4.08522" stroke-linecap="round"/>
|
||||
<path d="M 153.0 149.1 L 160.7 149.3" stroke="url(#grad-leg_r-2)" stroke-width="3.96911" stroke-linecap="round"/>
|
||||
</g>
|
||||
<g id="arm_l">
|
||||
<path d="M 167.5 32.7 L 170.8 53.2" stroke="url(#grad-arm_l-0)" stroke-width="3.51071" stroke-linecap="round"/>
|
||||
<path d="M 170.8 53.2 L 183.9 69.3" stroke="#a9afba" stroke-width="3.5" stroke-linecap="round"/>
|
||||
<path d="M 165.4 31.0 L 160.3 51.1" stroke="url(#grad-arm_l-0)" stroke-width="3.52056" stroke-linecap="round"/>
|
||||
<path d="M 160.3 51.1 L 158.1 71.7" stroke="#a9afba" stroke-width="3.5" stroke-linecap="round"/>
|
||||
</g>
|
||||
<path id="girdle" d="M 167.5 32.7 L 163.3 32.7 L 163.3 34.0" stroke="#0d9488" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="pelvisBar" d="M 157.1 90.9 L 153.0 90.4 L 153.0 91.3" stroke="#0d9488" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="spine" d="M 153.0 90.4 Q 158.3 60.9 163.3 32.7" stroke="#0d9488" stroke-width="4.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="girdle" d="M 165.4 31.0 L 161.3 31.0 L 161.3 32.3" stroke="#0d9488" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="pelvisBar" d="M 157.1 89.5 L 153.0 89.0 L 153.0 89.9" stroke="#0d9488" stroke-width="3.5" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<path id="spine" d="M 153.0 89.0 Q 157.2 59.3 161.3 31.0" stroke="#0d9488" stroke-width="4.2" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<g id="arm_r">
|
||||
<path d="M 163.3 34.0 L 167.6 54.3" stroke="#3a3f4b" stroke-width="4.2" stroke-linecap="round"/>
|
||||
<path d="M 167.6 54.3 L 181.8 69.5" stroke="#3a3f4b" stroke-width="4.2" stroke-linecap="round"/>
|
||||
<path d="M 161.3 32.3 L 156.2 52.4" stroke="#3a3f4b" stroke-width="4.2" stroke-linecap="round"/>
|
||||
<path d="M 156.2 52.4 L 154.0 72.9" stroke="url(#grad-arm_r-1)" stroke-width="4.17831" stroke-linecap="round"/>
|
||||
</g>
|
||||
<path d="M 182.9 66.2 L 182.9 72.6" stroke="#6b7180" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<circle cx="182.9" cy="66.2" r="11.2" fill="#6b7180"/>
|
||||
<circle cx="182.9" cy="72.6" r="11.2" fill="#6b7180"/>
|
||||
<circle id="head" cx="166.2" cy="19.2" r="7.0" fill="white" stroke="#3a3f4b" stroke-width="4.2"/>
|
||||
<line id="nose" x1="173.2" y1="19.7" x2="178.1" y2="20.0" stroke="#3a3f4b" stroke-width="2.8" stroke-linecap="round"/>
|
||||
<path d="M 156.1 69.1 L 156.1 75.5" stroke="#6b7180" stroke-width="2.8" stroke-linecap="round" stroke-linejoin="round"/>
|
||||
<circle cx="156.1" cy="69.1" r="11.2" fill="#6b7180"/>
|
||||
<circle cx="156.1" cy="75.5" r="11.2" fill="#6b7180"/>
|
||||
<circle id="head" cx="163.7" cy="17.4" r="7.0" fill="white" stroke="#3a3f4b" stroke-width="4.2"/>
|
||||
<line id="nose" x1="170.7" y1="17.6" x2="175.6" y2="17.8" stroke="#3a3f4b" stroke-width="2.8" stroke-linecap="round"/>
|
||||
<g font-family="-apple-system, Helvetica, sans-serif" font-size="11" fill="#6b7180">
|
||||
<line x1="224" y1="16" x2="238" y2="16" stroke="#3a3f4b" stroke-width="4" stroke-linecap="round"/>
|
||||
<text x="243" y="20">near</text>
|
||||
|
||||
|
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 3.7 KiB |
Reference in New Issue
Block a user