Files
Uni-Lab-OS/unilabos/layout_optimizer/tests/fixtures/sample_lab.json
2026-03-31 09:30:40 +08:00

8 lines
110 B
JSON

{
"width": 5.0,
"depth": 4.0,
"obstacles": [
{"x": 2.5, "y": 0.0, "width": 0.1, "depth": 0.5}
]
}