9740bc64c9
Firmware QEMU Tests (ADR-061) / QEMU Test (edge-tier1) (push) Has been skipped
Firmware QEMU Tests (ADR-061) / QEMU Test (full-adr060) (push) Has been skipped
Firmware QEMU Tests (ADR-061) / QEMU Test (tdm-3node) (push) Has been skipped
Firmware QEMU Tests (ADR-061) / Swarm Test (ADR-062) (push) Has been skipped
npm packages / tools/ruview-mcp (node 22) (push) Failing after 1s
nvsim-server → ghcr.io / build-and-publish (push) Failing after 1s
ruview-swarm CI guard / tests (full+train) (push) Failing after 2s
Bench Regression Guard / bench compile-verify (--no-run) (push) Failing after 0s
Bench Regression Guard / bench fast-run (informational, non-gating) (push) Has been skipped
Firmware CI / Verify version.txt matches release tag (push) Has been skipped
Dashboard a11y + cross-browser / a11y (push) Failing after 0s
nvsim Dashboard → GitHub Pages / build-and-deploy (push) Failing after 2s
Firmware CI / Build firmware (esp32s3 / 4mb) (push) Failing after 15s
Firmware QEMU Tests (ADR-061) / Build Espressif QEMU (push) Failing after 1s
Firmware QEMU Tests (ADR-061) / Fuzz Testing (ADR-061 Layer 6) (push) Failing after 1s
Continuous Deployment / Pre-deployment Checks (push) Has been skipped
Firmware CI / Build firmware (esp32c6 / c6-4mb) (push) Failing after 15s
Firmware CI / Build firmware (esp32s3 / 8mb) (push) Failing after 15s
Firmware QEMU Tests (ADR-061) / QEMU Test (boundary-max) (push) Has been skipped
Firmware QEMU Tests (ADR-061) / QEMU Test (boundary-min) (push) Has been skipped
Firmware QEMU Tests (ADR-061) / QEMU Test (default) (push) Has been skipped
Firmware QEMU Tests (ADR-061) / QEMU Test (edge-tier0) (push) Has been skipped
Firmware QEMU Tests (ADR-061) / NVS Matrix Generation (push) Failing after 1s
Security Scanning / Security Policy Compliance (push) Failing after 0s
Security Scanning / Dependency Vulnerability Scan (push) Failing after 0s
Security Scanning / Static Application Security Testing (push) Failing after 1s
Security Scanning / Infrastructure Security Scan (push) Failing after 1s
Security Scanning / Secret Scanning (push) Failing after 1s
npm packages / harness/ruview (node 22) (push) Failing after 17s
Security Scanning / License Compliance Scan (push) Failing after 1s
Security Scanning / Container Security Scan (push) Failing after 4s
three.js demos → GitHub Pages / build-and-deploy (push) Failing after 1s
Verify Pipeline Determinism / Verify Pipeline Determinism (3.11) (push) Failing after 1s
Fix-Marker Regression Guard / Verify fix markers (push) Failing after 1s
ADR-115 MQTT integration tests / mqtt-integration (push) Failing after 1s
npm packages / harness/ruview (node 20) (push) Failing after 1s
npm packages / tools/ruview-mcp (node 20) (push) Failing after 1s
npm packages / tools/ruview-cli (node 20) (push) Failing after 1s
npm packages / tools/ruview-cli (node 22) (push) Failing after 1s
BFLD MQTT Integration / cargo test --features mqtt (live mosquitto) (push) Failing after 29s
ruview-swarm CI guard / build train_marl bin (push) Failing after 2s
ruview-swarm CI guard / clippy (-D warnings, --no-deps) (push) Failing after 3s
ruview-swarm CI guard / tests (ruflo) (push) Failing after 1s
ruview-swarm CI guard / tests (train) (push) Failing after 2s
ruview-swarm CI guard / tests (default) (push) Failing after 2s
Point Cloud Viewer → GitHub Pages / build-and-deploy (push) Failing after 8s
ruview-swarm CI guard / ITAR / publish guard (push) Failing after 0s
wifi-densepose sensing-server → Docker Hub + ghcr.io / build · push · smoke-test (push) Failing after 1s
Continuous Deployment / Deploy to Production (push) Has been cancelled
Continuous Deployment / Rollback Deployment (push) Has been cancelled
Continuous Deployment / Post-deployment Monitoring (push) Has been cancelled
Continuous Deployment / Notify Deployment Status (push) Has been cancelled
Continuous Deployment / Deploy to Staging (push) Has been cancelled
Security Scanning / Security Report (push) Has been cancelled
02 — Antenna placement (R6.2 family, 7 sub-ticks)
The 9-tick R6.2 family productised R6's forward model into a working CLI-shaped placement search. Each script answers one axis of the placement question.
Scripts (in development order)
| Script | Thread | Axis | Headline |
|---|---|---|---|
r6_2_antenna_placement.py |
R6.2 | 2D single-pair | Optimal placement is 93× better than median random; corner-to-corner diagonal |
r6_2_1_3d_placement.py |
R6.2.1 | 3D single-pair | Ceiling-only mounting fails (0% coverage) — Fresnel envelope sits at ceiling, never reaches floor targets |
r6_2_2_multistatic_placement.py |
R6.2.2 | 2D N-anchor | Knee at N=5 anchors for typical bedroom (96.8% body-zone coverage) |
r6_2_2_1_3d_multistatic.py |
R6.2.2.1 | 3D N-anchor | 2D knee disappears in 3D — only 49% at N=5 with body zones |
r6_2_3_chest_centric.py |
R6.2.3 | 2D chest-centric | +27 pp coverage gain when targeting chest specifically (vital-signs cog) |
r6_2_4_3d_chest_multistatic.py |
R6.2.4 | 3D chest-centric | Recovers 3D shortfall — 77% at N=5, 82% at N=6 chest-centric |
r6_2_5_multi_subject.py |
R6.2.5 | Multi-subject union | 100% coverage for 1-4 occupants at N=5 chest-centric |
Decision matrix (final ADR-113 output)
| Cog category | Dimension | Zone mode | Occupants | N | Heights | Coverage |
|---|---|---|---|---|---|---|
| Vital signs | 2D | chest | 1-4 | 5 | walls 0.8/1.5 m | 100% |
| Vital signs | 3D | chest | 1-4 | 6 | walls 0.8/1.5 (NO ceiling) | 82% |
| Pose estimation | 2D | body | 1-2 | 5 | walls mixed | 97% |
| Pose estimation | 3D | body | 1-2 | 7-8 | mixed L/M/H | 65%+ |
| Person count | 2D | body | 1-4 | 4 | walls mixed | 86% |
Counter-intuitive findings
- Longer links cover more space. Fresnel envelope width = √(d·λ)/2 grows with d.
- Ceiling-only fails entirely (R6.2.1) — both anchors at 2.5 m put envelope at ceiling height, target zones below are missed.
- 2D N=5 knee doesn't hold in 3D (R6.2.2.1) — 3D ellipsoids are thin slabs, not 2D rectangles.
- Anchor heights should match target zone heights (R6.2.4) — chest-centric uses low+mid, NOT ceiling.
- Chest-centric beats body-centric for vital signs by +27 pp (R6.2.3).
See also
- Architectural decision:
docs/adr/ADR-113-multistatic-placement-strategy.md - Research notes:
docs/research/sota-2026-05-22/R6_2*.md - Composes with:
01-physics-floor/(forward model),06-structure-detection/(PABS uses placement coverage)