Create data.json
Browse files
data.json
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[
|
| 2 |
+
{ "obstacle_id": "obs_01", "type": "wall", "x": 1.0, "y": 2.0 },
|
| 3 |
+
{ "obstacle_id": "obs_02", "type": "chair", "x": 2.5, "y": 1.0 },
|
| 4 |
+
{ "obstacle_id": "obs_03", "type": "table", "x": 3.5, "y": 2.8 },
|
| 5 |
+
{ "obstacle_id": "obs_04", "type": "person", "x": 4.0, "y": 1.5 }
|
| 6 |
+
]
|