File size: 19,242 Bytes
8fbac60
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
{
    "new_embodiment": {
        "statistics": {
            "state": {
                "joint_pos": {
                    "max": [
                        0.01499609462916851,
                        0.4975312352180481,
                        0.49741339683532715,
                        0.5057408809661865,
                        0.00013245544687379152
                    ],
                    "min": [
                        -0.001301140058785677,
                        -4.4340096792439e-05,
                        -1.8281958773513907e-06,
                        -8.687281479069497e-06,
                        -6.792588101234287e-05
                    ],
                    "mean": [
                        0.003374873660504818,
                        0.3498944938182831,
                        0.3498944938182831,
                        0.35298940539360046,
                        3.5255197872174904e-05
                    ],
                    "std": [
                        0.006213217508047819,
                        0.22534441947937012,
                        0.22534498572349548,
                        0.22973771393299103,
                        3.3011066989274696e-05
                    ],
                    "q01": [
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0
                    ],
                    "q99": [
                        0.014937113039195538,
                        0.49659860134124756,
                        0.49659767746925354,
                        0.5056976079940796,
                        9.855335018073673e-05
                    ]
                },
                "pwm": {
                    "max": [
                        1.0,
                        1.0,
                        1.0,
                        1.0,
                        1.0,
                        1.0,
                        1.0,
                        1.0
                    ],
                    "min": [
                        -1.0,
                        -1.0,
                        -1.0,
                        -1.0,
                        -1.0,
                        -1.0,
                        -1.0,
                        -1.0
                    ],
                    "mean": [
                        -0.1696692854166031,
                        -0.1136094480752945,
                        0.10162586718797684,
                        0.17456766963005066,
                        -0.07031124830245972,
                        -0.034409455955028534,
                        0.046888984739780426,
                        0.08268629014492035
                    ],
                    "std": [
                        0.4997708201408386,
                        0.5126947164535522,
                        0.5230556726455688,
                        0.5092427134513855,
                        0.25611206889152527,
                        0.2508251667022705,
                        0.24924014508724213,
                        0.2535521388053894
                    ],
                    "q01": [
                        -1.0,
                        -1.0,
                        -1.0,
                        -1.0,
                        -1.0,
                        -1.0,
                        -1.0,
                        -1.0
                    ],
                    "q99": [
                        1.0,
                        1.0,
                        1.0,
                        1.0,
                        1.0,
                        1.0,
                        1.0,
                        1.0
                    ]
                },
                "joint_v": {
                    "max": [
                        0.18002620339393616,
                        0.5273282527923584,
                        0.5,
                        0.5,
                        0.022483378648757935
                    ],
                    "min": [
                        -0.13923990726470947,
                        -0.0582619234919548,
                        -0.058066677302122116,
                        -0.2464992105960846,
                        -0.010273344814777374
                    ],
                    "mean": [
                        0.00025962013751268387,
                        0.009276977740228176,
                        0.009274156764149666,
                        0.009403317235410213,
                        7.972354296725825e-07
                    ],
                    "std": [
                        0.0049674357287585735,
                        0.06713016331195831,
                        0.06711767613887787,
                        0.06760227680206299,
                        0.00011152630031574517
                    ],
                    "q01": [
                        -0.00016139761486556382,
                        -0.0019489859917666762,
                        -0.0018264227593317627,
                        -0.0006048974255099893,
                        -9.230952651705593e-05
                    ],
                    "q99": [
                        0.00036396432551555314,
                        0.5,
                        0.5,
                        0.5,
                        0.00010598917993775086
                    ]
                },
                "dvl_v": {
                    "max": [
                        0.8632012605667114,
                        0.6997467875480652,
                        0.5916000604629517
                    ],
                    "min": [
                        -0.6001196503639221,
                        -0.6861761808395386,
                        -0.576388418674469
                    ],
                    "mean": [
                        0.09221230447292328,
                        0.022050414234399796,
                        -0.0038110604509711266
                    ],
                    "std": [
                        0.21494390070438385,
                        0.14589449763298035,
                        0.05585192143917084
                    ],
                    "q01": [
                        -0.33405666291713715,
                        -0.37028490006923676,
                        -0.1664176881313324
                    ],
                    "q99": [
                        0.7776143550872803,
                        0.6105309724807739,
                        0.1963522732257843
                    ]
                },
                "imu_av": {
                    "max": [
                        1.191752314567566,
                        1.4354997873306274,
                        3.000467538833618
                    ],
                    "min": [
                        -1.1869069337844849,
                        -0.9643204212188721,
                        -2.1809566020965576
                    ],
                    "mean": [
                        -0.0002232321712654084,
                        0.0002486517187207937,
                        0.0041033485904335976
                    ],
                    "std": [
                        0.023856325075030327,
                        0.036417290568351746,
                        0.13201750814914703
                    ],
                    "q01": [
                        -0.06935205049812794,
                        -0.10119648121297359,
                        -0.5124140107631683
                    ],
                    "q99": [
                        0.07566657893359657,
                        0.0950752408057451,
                        0.5196981436014172
                    ]
                },
                "imu_la": {
                    "max": [
                        6.173417568206787,
                        13.512828826904297,
                        -2.0125882625579834
                    ],
                    "min": [
                        -21.677589416503906,
                        -15.804965019226074,
                        -24.276391983032227
                    ],
                    "mean": [
                        -0.36713558435440063,
                        -0.05341290682554245,
                        -9.84744644165039
                    ],
                    "std": [
                        0.4190313220024109,
                        0.10585533827543259,
                        0.12830886244773865
                    ],
                    "q01": [
                        -1.0192994201183319,
                        -0.29011678844690325,
                        -10.266274557113647
                    ],
                    "q99": [
                        0.7375994580984114,
                        0.230275808572769,
                        -9.325943641662597
                    ]
                },
                "pressure": {
                    "max": [
                        16.52094268798828
                    ],
                    "min": [
                        -0.0010726836044341326
                    ],
                    "mean": [
                        7.065362453460693
                    ],
                    "std": [
                        5.2881975173950195
                    ],
                    "q01": [
                        0.3104786479473114
                    ],
                    "q99": [
                        16.281835975646974
                    ]
                },
                "dvl_h": {
                    "max": [
                        9.428301811218262
                    ],
                    "min": [
                        -1.0
                    ],
                    "mean": [
                        1.0402350425720215
                    ],
                    "std": [
                        1.6711875200271606
                    ],
                    "q01": [
                        0.214564248919487
                    ],
                    "q99": [
                        9.156972885131836
                    ]
                }
            },
            "target_pos": {
                "target_pos": {
                    "max": [
                        15.79721450805664,
                        7.267358303070068,
                        1.5049903392791748,
                        0.5932833552360535,
                        1.205113410949707,
                        2.887096643447876
                    ],
                    "min": [
                        -4.257084369659424,
                        -9.010113716125488,
                        -1.6286450624465942,
                        -1.4041659832000732,
                        -0.5855003595352173,
                        -3.1329503059387207
                    ],
                    "mean": [
                        0.41113775968551636,
                        -0.131526380777359,
                        0.01432724203914404,
                        -0.004899939522147179,
                        0.03629195690155029,
                        0.030115993693470955
                    ],
                    "std": [
                        1.3917150497436523,
                        0.884169340133667,
                        0.12268536537885666,
                        0.016746316105127335,
                        0.04107803851366043,
                        0.30970168113708496
                    ],
                    "q01": [
                        -1.9432353365421295,
                        -4.379468083381653,
                        -0.31190046668052673,
                        -0.05373585715889931,
                        -0.07010944351553917,
                        -1.0171301746368409
                    ],
                    "q99": [
                        7.017193670272826,
                        1.6167884862422934,
                        0.461672668755054,
                        0.04799993857741348,
                        0.10270567953586578,
                        1.2664259803295128
                    ]
                }
            },
            "action": {
                "joint_pos": {
                    "max": [
                        0.01499609462916851,
                        0.4975312352180481,
                        0.49741339683532715,
                        0.5057408809661865,
                        0.00013245544687379152
                    ],
                    "min": [
                        -0.001301140058785677,
                        -4.4340096792439e-05,
                        -1.8281958773513907e-06,
                        -8.687281479069497e-06,
                        -6.792588101234287e-05
                    ],
                    "mean": [
                        0.003374873660504818,
                        0.3498944938182831,
                        0.3498944938182831,
                        0.35298940539360046,
                        3.5255197872174904e-05
                    ],
                    "std": [
                        0.006213217508047819,
                        0.22534441947937012,
                        0.22534498572349548,
                        0.22973771393299103,
                        3.3011066989274696e-05
                    ],
                    "q01": [
                        0.0,
                        0.0,
                        0.0,
                        0.0,
                        0.0
                    ],
                    "q99": [
                        0.014937113039195538,
                        0.49659860134124756,
                        0.49659767746925354,
                        0.5056976079940796,
                        9.855335018073673e-05
                    ]
                },
                "pwm": {
                    "max": [
                        1.0,
                        1.0,
                        1.0,
                        1.0,
                        1.0,
                        1.0,
                        1.0,
                        1.0
                    ],
                    "min": [
                        -1.0,
                        -1.0,
                        -1.0,
                        -1.0,
                        -1.0,
                        -1.0,
                        -1.0,
                        -1.0
                    ],
                    "mean": [
                        -0.1696692854166031,
                        -0.1136094480752945,
                        0.10162586718797684,
                        0.17456766963005066,
                        -0.07031124830245972,
                        -0.034409455955028534,
                        0.046888984739780426,
                        0.08268629014492035
                    ],
                    "std": [
                        0.4997708201408386,
                        0.5126947164535522,
                        0.5230556726455688,
                        0.5092427134513855,
                        0.25611206889152527,
                        0.2508251667022705,
                        0.24924014508724213,
                        0.2535521388053894
                    ],
                    "q01": [
                        -1.0,
                        -1.0,
                        -1.0,
                        -1.0,
                        -1.0,
                        -1.0,
                        -1.0,
                        -1.0
                    ],
                    "q99": [
                        1.0,
                        1.0,
                        1.0,
                        1.0,
                        1.0,
                        1.0,
                        1.0,
                        1.0
                    ]
                }
            }
        },
        "modalities": {
            "video": {
                "ego": {
                    "resolution": [
                        320,
                        240
                    ],
                    "channels": 3,
                    "fps": 10.0
                },
                "wrist": {
                    "resolution": [
                        320,
                        240
                    ],
                    "channels": 3,
                    "fps": 10.0
                }
            },
            "state": {
                "joint_pos": {
                    "absolute": true,
                    "rotation_type": null,
                    "shape": [
                        5
                    ],
                    "continuous": true
                },
                "pwm": {
                    "absolute": true,
                    "rotation_type": null,
                    "shape": [
                        8
                    ],
                    "continuous": true
                },
                "joint_v": {
                    "absolute": true,
                    "rotation_type": null,
                    "shape": [
                        5
                    ],
                    "continuous": true
                },
                "dvl_v": {
                    "absolute": true,
                    "rotation_type": null,
                    "shape": [
                        3
                    ],
                    "continuous": true
                },
                "imu_av": {
                    "absolute": true,
                    "rotation_type": null,
                    "shape": [
                        3
                    ],
                    "continuous": true
                },
                "imu_la": {
                    "absolute": true,
                    "rotation_type": null,
                    "shape": [
                        3
                    ],
                    "continuous": true
                },
                "pressure": {
                    "absolute": true,
                    "rotation_type": null,
                    "shape": [
                        1
                    ],
                    "continuous": true
                },
                "dvl_h": {
                    "absolute": true,
                    "rotation_type": null,
                    "shape": [
                        1
                    ],
                    "continuous": true
                }
            },
            "target_pos": {
                "target_pos": {
                    "absolute": true,
                    "rotation_type": null,
                    "shape": [
                        6
                    ],
                    "continuous": true
                }
            },
            "action": {
                "joint_pos": {
                    "absolute": true,
                    "rotation_type": null,
                    "shape": [
                        5
                    ],
                    "continuous": true
                },
                "pwm": {
                    "absolute": true,
                    "rotation_type": null,
                    "shape": [
                        8
                    ],
                    "continuous": true
                }
            }
        },
        "embodiment_tag": "new_embodiment"
    }
}