You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: reach (not ground-lock) for relocating feet in single-leg/turn moves
Same fix as the gait closing steps, applied to more moves that declared a
moving foot as a planted support:
- high-knee-march: the descending knee-drive foot ("Switch") and the returning
feet ("Down") are landing, not planted (was 0.40m planted-drift).
- hip-abduction, hip-flexion-demo: the raised leg's foot lands during "Lower".
- front-kick "Return", tendu "Close through the floor": the working foot
returns/brushes home while the other stays planted.
- box-step-taps "Right/Left down": the tapping foot lands.
- quarter-turns: feet pivot to the new facing on each 90° turn (was 0.19m
orbit-drift), like walk-cycle's about-face.
Each keeps the true stance foot ground-locked and declares the moving foot a
`reach: foot floor`. high-knee-march, hip-abduction, hip-flexion-demo,
front-kick, tendu, quarter-turns are now warning-free.
Eval: 1555/1555 checks both proportions; constraint warnings 146 -> 125.
397/397 tests pass.
0 commit comments