File size: 295 Bytes
b8dabf2 | 1 2 3 4 5 6 7 8 9 10 11 | {
"simulation_id": "sim-warehouse-01",
"environment_type": "warehouse",
"obstacles": [
{"type": "static-shelf", "position": [4, 9]},
{"type": "moving-cart", "position": [7, 3]}
],
"lighting_condition": "medium",
"task_scenario": "inventory-sorting",
"complexity_level": 3
} |