acengnew commited on
Commit
659a81e
·
verified ·
1 Parent(s): 8270661

Create data.json

Browse files
Files changed (1) hide show
  1. data.json +6 -0
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
+ ]