Radar: rastreio multi-alvo (tracker alfa-beta) — 1ª integração dos repos #71–#86#90
Merged
Merged
Conversation
…dos repos #71-#86 Extrai o conceito do passiveRadar (multitarget_kalman_tracker.py) como módulo JS puro: src/utils/radar-tracker.js. As detecções do CFAR viram alvos persistentes com ID, velocidade suavizada (filtro alfa-beta), rastro e estado coasting. Sem inchar a main com os ~500MB dos vendors — só o conceito vira código. - radar.js: pipeline CFAR -> tracker.update() -> overlay de trilhas + lista com IDs - radar.css: estilo de alvo em coasting - docs/MEGA-PLANO.md: marca o tracker como 1º conceito integrado https://claude.ai/code/session_01CSpVWhtyNRKvTvDq8Y5Pmm
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
O que entra
Primeiro conceito extraído dos 16 repos de radar (#71–#86), sem inchar a
main: um rastreador multi-alvo.src/utils/radar-tracker.js(novo) — espelha omultitarget_kalman_tracker.pydo passiveRadar em JS puro: associação por vizinho-mais-próximo + filtro alfa-beta (Kalman leve) + ciclo de vida (tentativa → confirmado → coasting → removido).radar.js— pipeline agora éCFAR → tracker.update() → overlay. As detecções soltas viram alvos persistentes com ID (T01, T02…), com rastro na tela e velocidade suavizada. Vale para todas as fontes (mock / acústico / replay / bridge).radar.css— estilo para alvo em coasting (sem medida no frame).docs/MEGA-PLANO.md— marca o tracker como o 1º conceito integrado e o modelo para os demais (conceito → módulo pequeno).Como testar
npm run dev→/radar→ modo MOCK ou ACÚSTICO: os alvos agora têm ID fixo e deixam rastro; somem suavemente (coasting) ao perder sinal.Build
npm run build✅ (168 módulos).https://claude.ai/code/session_01CSpVWhtyNRKvTvDq8Y5Pmm
Generated by Claude Code