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
lc-gate: force-accept after consecutive drops to break EWMA deadlock
light_residuals_all only updates from accepted batches, so a batch the
gate rejects can never loosen the gate that rejected it. When a 2nd/3rd
lighthouse comes online after tracking converged on one LH alone, the
resulting state perturbation can push every LH's RMS above the cutoff
at once, deadlocking tracking permanently (observed on stghnd-4D41).
Force-accept a batch after 5 consecutive per-LH drops so the EWMA can
update and the gate re-calibrates instead of starving forever.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments