19 lines
283 B
JSON
19 lines
283 B
JSON
{
|
|
"cellSize": 0.4,
|
|
"agentRadius": 0.45,
|
|
"floorY": 0.0,
|
|
"objectPadding": 0.25,
|
|
"areas": [
|
|
{
|
|
"name": "main_corridor",
|
|
"available": true,
|
|
"polygon": [
|
|
[-200, 200],
|
|
[200, 200],
|
|
[200, -200],
|
|
[-200, -200]
|
|
]
|
|
}
|
|
]
|
|
}
|