Shengyang Wang commited on
Commit
5e71184
·
2 Parent(s): 9e473a8 ff61a7a

Merge visfly-beta dataset changes

Browse files

- Merged remote changes including new object types (ball, human, cup models)
- Added comprehensive pillar arrangements and FOV drone models
- Resolved conflicts by keeping local pillar scene configurations
- Updated dataset with both local and remote improvements

configs/agents/DJI_Mavic_orange_FOV.object_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "render_asset": "../../agents/DJI_Mavic_orange_FOV.glb",
3
+ "collision_asset": "../../agents/DJI_Mavic_orange_FOV.glb",
4
+ "COM": [
5
+ 0,
6
+ 0,
7
+ -0.1
8
+ ],
9
+ "mass": 11,
10
+ "join_collision_meshes": true,
11
+ "scale":[1.0,1.0,1.0],
12
+ "semantic_id": 6
13
+ }
configs/agents/DJI_Mavic_red_FOV.object_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "render_asset": "../../agents/DJI_Mavic_red_FOV.glb",
3
+ "collision_asset": "../../agents/DJI_Mavic_red_FOV.glb",
4
+ "COM": [
5
+ 0,
6
+ 0,
7
+ -0.1
8
+ ],
9
+ "mass": 11,
10
+ "join_collision_meshes": true,
11
+ "scale":[1.0,1.0,1.0],
12
+ "semantic_id": 6
13
+ }
configs/lighting/box15_0.lighting_config.json CHANGED
@@ -3,9 +3,9 @@
3
  "0": {
4
  "type": "point",
5
  "position": [
6
- 15,
7
- 7,
8
- 0
9
  ],
10
  "intensity": 20.5,
11
  "color": [
@@ -17,8 +17,8 @@
17
  "1": {
18
  "type": "point",
19
  "position": [
20
- 15,
21
- 7,
22
  -7.5
23
  ],
24
  "intensity": 20.5,
@@ -31,9 +31,9 @@
31
  "2": {
32
  "type": "point",
33
  "position": [
34
- 15,
35
- 7,
36
- -15
37
  ],
38
  "intensity": 20.5,
39
  "color": [
@@ -45,8 +45,8 @@
45
  "3": {
46
  "type": "point",
47
  "position": [
48
- 15,
49
- 7,
50
  -22.5
51
  ],
52
  "intensity": 20.5,
@@ -60,8 +60,8 @@
60
  "type": "point",
61
  "position": [
62
  7.5,
63
- 7,
64
- 0
65
  ],
66
  "intensity": 20.5,
67
  "color": [
@@ -74,7 +74,7 @@
74
  "type": "point",
75
  "position": [
76
  7.5,
77
- 7,
78
  -7.5
79
  ],
80
  "intensity": 20.5,
@@ -88,8 +88,8 @@
88
  "type": "point",
89
  "position": [
90
  7.5,
91
- 7,
92
- -15
93
  ],
94
  "intensity": 20.5,
95
  "color": [
@@ -102,7 +102,7 @@
102
  "type": "point",
103
  "position": [
104
  7.5,
105
- 7,
106
  -22.5
107
  ],
108
  "intensity": 20.5,
@@ -115,9 +115,9 @@
115
  "8": {
116
  "type": "point",
117
  "position": [
118
- 0,
119
- 7,
120
- 0
121
  ],
122
  "intensity": 20.5,
123
  "color": [
@@ -129,8 +129,8 @@
129
  "9": {
130
  "type": "point",
131
  "position": [
132
- 0,
133
- 7,
134
  -7.5
135
  ],
136
  "intensity": 20.5,
@@ -143,9 +143,9 @@
143
  "10": {
144
  "type": "point",
145
  "position": [
146
- 0,
147
- 7,
148
- -15
149
  ],
150
  "intensity": 20.5,
151
  "color": [
@@ -157,8 +157,8 @@
157
  "11": {
158
  "type": "point",
159
  "position": [
160
- 0,
161
- 7,
162
  -22.5
163
  ],
164
  "intensity": 20.5,
@@ -172,8 +172,8 @@
172
  "type": "point",
173
  "position": [
174
  -7.5,
175
- 7,
176
- 0
177
  ],
178
  "intensity": 20.5,
179
  "color": [
@@ -186,7 +186,7 @@
186
  "type": "point",
187
  "position": [
188
  -7.5,
189
- 7,
190
  -7.5
191
  ],
192
  "intensity": 20.5,
@@ -200,8 +200,8 @@
200
  "type": "point",
201
  "position": [
202
  -7.5,
203
- 7,
204
- -15
205
  ],
206
  "intensity": 20.5,
207
  "color": [
@@ -214,7 +214,7 @@
214
  "type": "point",
215
  "position": [
216
  -7.5,
217
- 7,
218
  -22.5
219
  ],
220
  "intensity": 20.5,
@@ -223,6 +223,132 @@
223
  0.98,
224
  1.0
225
  ]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
226
  }
227
  }
228
  }
 
3
  "0": {
4
  "type": "point",
5
  "position": [
6
+ 15.0,
7
+ 7.0,
8
+ 0.0
9
  ],
10
  "intensity": 20.5,
11
  "color": [
 
17
  "1": {
18
  "type": "point",
19
  "position": [
20
+ 15.0,
21
+ 7.0,
22
  -7.5
23
  ],
24
  "intensity": 20.5,
 
31
  "2": {
32
  "type": "point",
33
  "position": [
34
+ 15.0,
35
+ 7.0,
36
+ -15.0
37
  ],
38
  "intensity": 20.5,
39
  "color": [
 
45
  "3": {
46
  "type": "point",
47
  "position": [
48
+ 15.0,
49
+ 7.0,
50
  -22.5
51
  ],
52
  "intensity": 20.5,
 
60
  "type": "point",
61
  "position": [
62
  7.5,
63
+ 7.0,
64
+ 0.0
65
  ],
66
  "intensity": 20.5,
67
  "color": [
 
74
  "type": "point",
75
  "position": [
76
  7.5,
77
+ 7.0,
78
  -7.5
79
  ],
80
  "intensity": 20.5,
 
88
  "type": "point",
89
  "position": [
90
  7.5,
91
+ 7.0,
92
+ -15.0
93
  ],
94
  "intensity": 20.5,
95
  "color": [
 
102
  "type": "point",
103
  "position": [
104
  7.5,
105
+ 7.0,
106
  -22.5
107
  ],
108
  "intensity": 20.5,
 
115
  "8": {
116
  "type": "point",
117
  "position": [
118
+ 0.0,
119
+ 7.0,
120
+ 0.0
121
  ],
122
  "intensity": 20.5,
123
  "color": [
 
129
  "9": {
130
  "type": "point",
131
  "position": [
132
+ 0.0,
133
+ 7.0,
134
  -7.5
135
  ],
136
  "intensity": 20.5,
 
143
  "10": {
144
  "type": "point",
145
  "position": [
146
+ 0.0,
147
+ 7.0,
148
+ -15.0
149
  ],
150
  "intensity": 20.5,
151
  "color": [
 
157
  "11": {
158
  "type": "point",
159
  "position": [
160
+ 0.0,
161
+ 7.0,
162
  -22.5
163
  ],
164
  "intensity": 20.5,
 
172
  "type": "point",
173
  "position": [
174
  -7.5,
175
+ 7.0,
176
+ 0.0
177
  ],
178
  "intensity": 20.5,
179
  "color": [
 
186
  "type": "point",
187
  "position": [
188
  -7.5,
189
+ 7.0,
190
  -7.5
191
  ],
192
  "intensity": 20.5,
 
200
  "type": "point",
201
  "position": [
202
  -7.5,
203
+ 7.0,
204
+ -15.0
205
  ],
206
  "intensity": 20.5,
207
  "color": [
 
214
  "type": "point",
215
  "position": [
216
  -7.5,
217
+ 7.0,
218
  -22.5
219
  ],
220
  "intensity": 20.5,
 
223
  0.98,
224
  1.0
225
  ]
226
+ },
227
+ "16": {
228
+ "type": "point",
229
+ "position": [
230
+ 15.0,
231
+ 7.0,
232
+ -30.0
233
+ ],
234
+ "intensity": 20.5,
235
+ "color": [
236
+ 0.93,
237
+ 0.98,
238
+ 1.0
239
+ ]
240
+ },
241
+ "17": {
242
+ "type": "point",
243
+ "position": [
244
+ 7.5,
245
+ 7.0,
246
+ -30.0
247
+ ],
248
+ "intensity": 20.5,
249
+ "color": [
250
+ 0.93,
251
+ 0.98,
252
+ 1.0
253
+ ]
254
+ },
255
+ "18": {
256
+ "type": "point",
257
+ "position": [
258
+ 0.0,
259
+ 7.0,
260
+ -30.0
261
+ ],
262
+ "intensity": 20.5,
263
+ "color": [
264
+ 0.93,
265
+ 0.98,
266
+ 1.0
267
+ ]
268
+ },
269
+ "19": {
270
+ "type": "point",
271
+ "position": [
272
+ -7.5,
273
+ 7.0,
274
+ -30.0
275
+ ],
276
+ "intensity": 20.5,
277
+ "color": [
278
+ 0.93,
279
+ 0.98,
280
+ 1.0
281
+ ]
282
+ },
283
+ "20": {
284
+ "type": "point",
285
+ "position": [
286
+ -15.0,
287
+ 7.0,
288
+ 0.0
289
+ ],
290
+ "intensity": 20.5,
291
+ "color": [
292
+ 0.93,
293
+ 0.98,
294
+ 1.0
295
+ ]
296
+ },
297
+ "21": {
298
+ "type": "point",
299
+ "position": [
300
+ -15.0,
301
+ 7.0,
302
+ -7.5
303
+ ],
304
+ "intensity": 20.5,
305
+ "color": [
306
+ 0.93,
307
+ 0.98,
308
+ 1.0
309
+ ]
310
+ },
311
+ "22": {
312
+ "type": "point",
313
+ "position": [
314
+ -15.0,
315
+ 7.0,
316
+ -15.0
317
+ ],
318
+ "intensity": 20.5,
319
+ "color": [
320
+ 0.93,
321
+ 0.98,
322
+ 1.0
323
+ ]
324
+ },
325
+ "23": {
326
+ "type": "point",
327
+ "position": [
328
+ -15.0,
329
+ 7.0,
330
+ -22.5
331
+ ],
332
+ "intensity": 20.5,
333
+ "color": [
334
+ 0.93,
335
+ 0.98,
336
+ 1.0
337
+ ]
338
+ },
339
+ "24": {
340
+ "type": "point",
341
+ "position": [
342
+ -15.0,
343
+ 7.0,
344
+ -30.0
345
+ ],
346
+ "intensity": 20.5,
347
+ "color": [
348
+ 0.93,
349
+ 0.98,
350
+ 1.0
351
+ ]
352
  }
353
  }
354
  }
configs/objects/ball/ball_1.object_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "render_asset": "../../../objects/ball_R0.3.glb",
3
+ "collision_asset": "../../../objects/ball_R0.3.glb",
4
+ "mass": 0.5,
5
+ "COM": [
6
+ 0,
7
+ 0.0,
8
+ 0
9
+ ],
10
+ "join_collision_meshes": false,
11
+ "semantic_id": 2
12
+ }
configs/objects/cup/frl_apartment_cup_01.object_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "render_asset": "../../../objects/frl_apartment_cup_01.glb",
3
+ "collision_asset": "../../../objects/convex/frl_apartment_cup_01_cv_decomp.glb",
4
+ "mass": 0.5,
5
+ "COM": [
6
+ 0,
7
+ -0.16,
8
+ 0
9
+ ],
10
+ "join_collision_meshes": false,
11
+ "semantic_id": 8
12
+ }
configs/objects/human/man_1.object_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "render_asset": "../../../objects/man_1.glb",
3
+ "collision_asset": "../../../objects/man_1.glb",
4
+ "mass": 0.5,
5
+ "COM": [
6
+ 0,
7
+ 1.0,
8
+ 0
9
+ ],
10
+ "join_collision_meshes": false,
11
+ "semantic_id": 7
12
+ }
configs/objects/objects2/frl_apartment_beanbag.object_config.json CHANGED
@@ -8,5 +8,5 @@
8
  ],
9
  "mass": 11,
10
  "join_collision_meshes": true,
11
- "semantic_id": 6
12
  }
 
8
  ],
9
  "mass": 11,
10
  "join_collision_meshes": true,
11
+ "semantic_id": 5
12
  }
configs/scenes/{box10_empty → box10_wall_empty}/box10_empty_0.scene_instance.json RENAMED
@@ -5,21 +5,5 @@
5
  "default_lighting": "lighting/box10_0",
6
  "object_instances": [],
7
  "articulated_object_instances": [],
8
- "user_custom": {
9
- "range": [
10
- [
11
- -7,
12
- 7
13
- ],
14
- [
15
- 0,
16
- 5.5
17
- ],
18
- [
19
- -18,
20
- 1
21
- ]
22
- ]
23
- },
24
  "navmesh_instance": "empty_stage_navmesh"
25
  }
 
5
  "default_lighting": "lighting/box10_0",
6
  "object_instances": [],
7
  "articulated_object_instances": [],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  "navmesh_instance": "empty_stage_navmesh"
9
  }
configs/scenes/pillar/box15_wall_pillar_0.scene_instance.json ADDED
@@ -0,0 +1,126 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "stage_instance": {
3
+ "template_name": "stages/box15_wall"
4
+ },
5
+ "default_lighting": "lighting/box15_0",
6
+ "object_instances": [
7
+ {
8
+ "template_name": "round_pillar",
9
+ "translation": [
10
+ -6.950661353636349,
11
+ 0.0,
12
+ -3.086458322056223
13
+ ],
14
+ "rotation": [
15
+ 0.0,
16
+ 0.0,
17
+ 1.0,
18
+ 0.0
19
+ ],
20
+ "uniform_scale": 1.0,
21
+ "motion_type": "STATIC",
22
+ "translation_origin": "COM"
23
+ },
24
+ {
25
+ "template_name": "round_pillar",
26
+ "translation": [
27
+ 11.239603022230956,
28
+ 0.0,
29
+ -3.9489997732684503
30
+ ],
31
+ "rotation": [
32
+ 0.0,
33
+ 0.0,
34
+ 1.0,
35
+ 0.0
36
+ ],
37
+ "uniform_scale": 1.0,
38
+ "motion_type": "STATIC",
39
+ "translation_origin": "COM"
40
+ },
41
+ {
42
+ "template_name": "round_pillar",
43
+ "translation": [
44
+ -2.583993777149587,
45
+ 0.0,
46
+ -4.656348650684656
47
+ ],
48
+ "rotation": [
49
+ 0.0,
50
+ 0.0,
51
+ 1.0,
52
+ 0.0
53
+ ],
54
+ "uniform_scale": 1.0,
55
+ "motion_type": "STATIC",
56
+ "translation_origin": "COM"
57
+ },
58
+ {
59
+ "template_name": "round_pillar",
60
+ "translation": [
61
+ 2.5996713858747498,
62
+ 0.0,
63
+ -4.120998216816598
64
+ ],
65
+ "rotation": [
66
+ 0.0,
67
+ 0.0,
68
+ 1.0,
69
+ 0.0
70
+ ],
71
+ "uniform_scale": 1.0,
72
+ "motion_type": "STATIC",
73
+ "translation_origin": "COM"
74
+ },
75
+ {
76
+ "template_name": "round_pillar",
77
+ "translation": [
78
+ -13.875168015280721,
79
+ 0.0,
80
+ -4.939869318195937
81
+ ],
82
+ "rotation": [
83
+ 0.0,
84
+ 0.0,
85
+ 1.0,
86
+ 0.0
87
+ ],
88
+ "uniform_scale": 1.0,
89
+ "motion_type": "STATIC",
90
+ "translation_origin": "COM"
91
+ },
92
+ {
93
+ "template_name": "square_pillar",
94
+ "translation": [
95
+ 6.3214120224274435,
96
+ 0.0,
97
+ -3.630412396111065
98
+ ],
99
+ "rotation": [
100
+ 0.0,
101
+ 0.0,
102
+ 1.0,
103
+ 0.0
104
+ ],
105
+ "uniform_scale": 1.0,
106
+ "motion_type": "STATIC",
107
+ "translation_origin": "COM"
108
+ }
109
+ ],
110
+ "articulated_object_instances": [],
111
+ "user_custom": {
112
+ "bound": [
113
+ [
114
+ 0,
115
+ -15,
116
+ 0
117
+ ],
118
+ [
119
+ 30,
120
+ 15,
121
+ 8.0
122
+ ]
123
+ ]
124
+ },
125
+ "navmesh_instance": "empty_stage_navmesh"
126
+ }
objects/ball_R0.3.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a638212c2506e9bc342c3724737cab3f2e1fb8d7b73df85451dbd61c3165215
3
+ size 20424
objects/man_1.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c79b78f3921ef5bafe754721d7be4c8fca12f5daa7ad1d250c102672e339b080
3
+ size 2894120
self_define_objects/ball_R0.3.glb ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a638212c2506e9bc342c3724737cab3f2e1fb8d7b73df85451dbd61c3165215
3
+ size 20424
self_define_stages/box10_wall.glb CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:bc9423ac40ffbc9d2e847b2e31e509425ee2f3af54f5d8f2adc9c1fd32c72fed
3
  size 4996
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38c671306b332aedf2a32ba4e459bfa774f674bfbf041344d037afe78228b30f
3
  size 4996
self_define_stages/box15_wall.glb CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:22a4c8c2534eb1de49e3da41d7a95f672720b63a9b6d42dd6dbf31c0359a7cbb
3
- size 4996
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dad2293fc2c49abb5cd856a906da157a6c7a9fa510a3423df7fed884dc58b5b
3
+ size 171676
self_define_stages/grid.png ADDED

Git LFS Details

  • SHA256: 35107ef3fb4dbe2ae460f970bb5b50cdf8e45d5b527c5d2fc954b1c9399a8fff
  • Pointer size: 131 Bytes
  • Size of remote file: 166 kB
visfly-beta.scene_dataset_config.json CHANGED
@@ -13,7 +13,10 @@
13
  "configs/objects/objects2",
14
  "configs/agents",
15
  "configs/objects/pillar",
16
- "configs/objects/test"
 
 
 
17
  ]
18
  }
19
  },
@@ -48,6 +51,7 @@
48
  "configs/scenes/garage_pillar",
49
  "configs/scenes/garage",
50
  "configs/scenes/box10_wall_pillar",
 
51
  "configs/scenes/box15_wall_pillar",
52
  "configs/scenes/garage_garage",
53
  "configs/scenes/box15_wall_random_objects",
 
13
  "configs/objects/objects2",
14
  "configs/agents",
15
  "configs/objects/pillar",
16
+ "configs/objects/test",
17
+ "configs/objects/human",
18
+ "configs/objects/cup",
19
+ "configs/objects/ball"
20
  ]
21
  }
22
  },
 
51
  "configs/scenes/garage_pillar",
52
  "configs/scenes/garage",
53
  "configs/scenes/box10_wall_pillar",
54
+ "configs/scenes/box10_wall_empty",
55
  "configs/scenes/box15_wall_pillar",
56
  "configs/scenes/garage_garage",
57
  "configs/scenes/box15_wall_random_objects",