mirror of
https://github.com/deepmodeling/Uni-Lab-OS
synced 2026-05-24 17:19:55 +00:00
feat: add layout_optimizer package for automatic layout of devices
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
7
unilabos/layout_optimizer/tests/fixtures/sample_lab.json
vendored
Normal file
7
unilabos/layout_optimizer/tests/fixtures/sample_lab.json
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"width": 5.0,
|
||||
"depth": 4.0,
|
||||
"obstacles": [
|
||||
{"x": 2.5, "y": 0.0, "width": 0.1, "depth": 0.5}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user