Files
ruvnet--RuView/examples/research-sota/02-placement/r6_2_4_3d_chest_results.json
T
rUv 4e879bf62a chore: organise examples/research-sota/ into 9 thematic folders with READMEs (#744)
User request: organise examples/research-sota/ into folders with READMEs and main overview.

Moved 46 files into 9 thematic folders by thread family + research category:

01-physics-floor/      (R1, R6, R6.1) — bedrock primitives
02-placement/          (R6.2 family, 7 sub-ticks) — antenna placement
03-spatial-intelligence/ (R5, R7) — saliency + mincut
04-rssi/               (R8, R9) — RSSI-only sensing
05-cross-room-reid/    (R3 arc, 3 ticks) — cross-room identity
06-structure-detection/ (R12 arc, 3 ticks) — PABS + closed loop
07-negative-results/   (R13) — productive failure
08-verticals/          (R10, R11) — wildlife + maritime physics
09-quantum-fusion/     (R20.1) — ADR-114 quantum-classical demo

Each folder has its own README.md documenting:
- Scripts + headlines table
- Why this folder bounds / composes with others
- Sample output / honest scope
- Cross-references to related loop notes + ADRs

Main README.md at the top covers:
- Folder map with thread numbers
- Cross-folder dependency graph
- Headline findings table (8 entries)
- Reading order for newcomers (4 scripts in suggested order)
- Honest scope (synthetic-physics caveats)

All git mv operations preserve file history. Total: 46 files moved, 10
new READMEs (main + 9 sub) totalling ~1300 lines of organising
documentation.
2026-05-22 07:52:57 -04:00

200 lines
2.9 KiB
JSON

{
"room": {
"width_m": 5.0,
"depth_m": 5.0,
"ceiling_m": 2.5
},
"freq_ghz": 2.4,
"target_zones": [
{
"name": "bed_chest",
"x": 2.2,
"y": 0.8,
"z": 0.3,
"dx": 0.6,
"dy": 0.4,
"dz": 0.2
},
{
"name": "chair_chest",
"x": 3.7,
"y": 3.7,
"z": 0.7,
"dx": 0.4,
"dy": 0.4,
"dz": 0.3
},
{
"name": "standing_chest",
"x": 0.5,
"y": 3.7,
"z": 1.2,
"dx": 0.6,
"dy": 0.4,
"dz": 0.3
}
],
"saturation": [
{
"n_anchors": 2,
"coverage": 0.11290322580645161,
"heights": {
"low": 1,
"mid": 1,
"high": 0
},
"anchors": [
[
0.75,
0.0,
1.5
],
[
5.0,
4.5,
0.8
]
]
},
{
"n_anchors": 3,
"coverage": 0.603225806451613,
"heights": {
"low": 1,
"mid": 2,
"high": 0
},
"anchors": [
[
0.75,
0.0,
1.5
],
[
5.0,
4.5,
0.8
],
[
0.0,
3.75,
1.5
]
]
},
{
"n_anchors": 4,
"coverage": 0.7612903225806451,
"heights": {
"low": 2,
"mid": 2,
"high": 0
},
"anchors": [
[
0.75,
0.0,
1.5
],
[
5.0,
4.5,
0.8
],
[
0.0,
3.75,
1.5
],
[
4.5,
5.0,
0.8
]
]
},
{
"n_anchors": 5,
"coverage": 0.7677419354838709,
"heights": {
"low": 3,
"mid": 2,
"high": 0
},
"anchors": [
[
0.75,
0.0,
1.5
],
[
5.0,
4.5,
0.8
],
[
0.0,
3.75,
1.5
],
[
4.5,
5.0,
0.8
],
[
0.0,
0.0,
0.8
]
]
},
{
"n_anchors": 6,
"coverage": 0.8161290322580645,
"heights": {
"low": 4,
"mid": 2,
"high": 0
},
"anchors": [
[
0.75,
0.0,
1.5
],
[
5.0,
4.5,
0.8
],
[
0.0,
3.75,
1.5
],
[
4.5,
5.0,
0.8
],
[
0.0,
0.0,
0.8
],
[
5.0,
2.25,
0.8
]
]
}
],
"comparison_at_n5": {
"r6_2_2_2d_body": 0.968,
"r6_2_3_2d_chest": 0.824,
"r6_2_2_1_3d_body": 0.494,
"r6_2_4_3d_chest": 0.7677419354838709
}
}