Datasets:

Tasks:
Other
ArXiv:
License:
File size: 16,512 Bytes
0839f8e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "car_center": [
    2494.2413886546033,
    29.947353684824993,
    601.6743326155072
  ],
  "simulations": [
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_000",
      "folder_name": "sim_000",
      "index": 0,
      "rotation_angle_deg": 3.3833460340203274,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 12278.561396832934,
      "vy": 725.8994587434493,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_001",
      "folder_name": "sim_001",
      "index": 1,
      "rotation_angle_deg": 21.67716327527566,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 11430.142400077078,
      "vy": 4543.329694613875,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_002",
      "folder_name": "sim_002",
      "index": 2,
      "rotation_angle_deg": 30.26624395232767,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 10623.419537211943,
      "vy": 6199.432017240257,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_003",
      "folder_name": "sim_003",
      "index": 3,
      "rotation_angle_deg": 33.23365161170025,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 10288.243587211657,
      "vy": 6741.071420048761,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_004",
      "folder_name": "sim_004",
      "index": 4,
      "rotation_angle_deg": 10.615860405097308,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 12089.478006348394,
      "vy": 2265.948263755919,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_005",
      "folder_name": "sim_005",
      "index": 5,
      "rotation_angle_deg": 10.017586489021681,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 12112.479202153845,
      "vy": 2139.590516288234,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_006",
      "folder_name": "sim_006",
      "index": 6,
      "rotation_angle_deg": 23.741028815342602,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 11259.106702405721,
      "vy": 4952.0214320863515,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_007",
      "folder_name": "sim_007",
      "index": 7,
      "rotation_angle_deg": 16.76006621881094,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 11777.504772483528,
      "vy": 3546.883326827619,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_008",
      "folder_name": "sim_008",
      "index": 8,
      "rotation_angle_deg": -14.552248123249896,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 11905.402665569463,
      "vy": -3090.5318912205903,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_009",
      "folder_name": "sim_009",
      "index": 9,
      "rotation_angle_deg": 25.29200208264622,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 11120.949007512861,
      "vy": 5254.949397691544,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_010",
      "folder_name": "sim_010",
      "index": 10,
      "rotation_angle_deg": -1.6107083112099687,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 12295.140013662598,
      "vy": -345.7340660578817,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_011",
      "folder_name": "sim_011",
      "index": 11,
      "rotation_angle_deg": -28.296694238817047,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 10830.207874385776,
      "vy": -5830.660116795722,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_012",
      "folder_name": "sim_012",
      "index": 12,
      "rotation_angle_deg": 26.977563520960175,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 10961.566080719223,
      "vy": 5579.791130322514,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_013",
      "folder_name": "sim_013",
      "index": 13,
      "rotation_angle_deg": -8.854584583001909,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 12153.410892198834,
      "vy": -1893.304963650276,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_014",
      "folder_name": "sim_014",
      "index": 14,
      "rotation_angle_deg": 29.63292461750426,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 10691.294632534853,
      "vy": 6081.629640181275,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_015",
      "folder_name": "sim_015",
      "index": 15,
      "rotation_angle_deg": -25.29774695886389,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 11120.422053573515,
      "vy": -5256.064435525482,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_016",
      "folder_name": "sim_016",
      "index": 16,
      "rotation_angle_deg": 21.76097088901321,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 11423.484561040046,
      "vy": 4560.04391247274,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_017",
      "folder_name": "sim_017",
      "index": 17,
      "rotation_angle_deg": -44.9475614855148,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 8705.36985271025,
      "vy": -8689.449679210044,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_018",
      "folder_name": "sim_018",
      "index": 18,
      "rotation_angle_deg": 10.395329626395046,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 12098.110041975506,
      "vy": 2219.3993359130773,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_019",
      "folder_name": "sim_019",
      "index": 19,
      "rotation_angle_deg": 13.040736936125036,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 11982.781520885917,
      "vy": 2775.4183509364834,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_020",
      "folder_name": "sim_020",
      "index": 20,
      "rotation_angle_deg": 36.26854407127132,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 9916.914134277977,
      "vy": 7276.318715762641,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_021",
      "folder_name": "sim_021",
      "index": 21,
      "rotation_angle_deg": 40.617449505328565,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 9336.598859138465,
      "vy": 8007.366717188262,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_022",
      "folder_name": "sim_022",
      "index": 22,
      "rotation_angle_deg": 24.633042591389255,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 11180.649421049615,
      "vy": 5126.702500007477,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_023",
      "folder_name": "sim_023",
      "index": 23,
      "rotation_angle_deg": -23.922488698630787,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 11243.366851774585,
      "vy": -4987.654943599896,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_024",
      "folder_name": "sim_024",
      "index": 24,
      "rotation_angle_deg": 40.468041858997864,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 9357.447544388253,
      "vy": 7982.992888260784,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_025",
      "folder_name": "sim_025",
      "index": 25,
      "rotation_angle_deg": -41.75065063552194,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 9176.41270530948,
      "vy": -8190.448697222562,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_026",
      "folder_name": "sim_026",
      "index": 26,
      "rotation_angle_deg": 15.159830980714716,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 11871.960901803395,
      "vy": 3216.6044746054013,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_027",
      "folder_name": "sim_027",
      "index": 27,
      "rotation_angle_deg": 15.582542030181301,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 11847.906878917529,
      "vy": 3304.103900984151,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_028",
      "folder_name": "sim_028",
      "index": 28,
      "rotation_angle_deg": -30.058805457042336,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 10645.794811844808,
      "vy": -6160.929542211807,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_029",
      "folder_name": "sim_029",
      "index": 29,
      "rotation_angle_deg": 28.262707288016443,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 10833.664624206922,
      "vy": 5824.234783231827,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_030",
      "folder_name": "sim_030",
      "index": 30,
      "rotation_angle_deg": -43.45470501842997,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 8928.795343788237,
      "vy": -8459.705296802336,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_031",
      "folder_name": "sim_031",
      "index": 31,
      "rotation_angle_deg": -30.572651140502778,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 10590.114374284274,
      "vy": -6256.155172274551,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_032",
      "folder_name": "sim_032",
      "index": 32,
      "rotation_angle_deg": 11.920682410984533,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 12034.744184624247,
      "vy": 2540.6559016625765,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_033",
      "folder_name": "sim_033",
      "index": 33,
      "rotation_angle_deg": 9.654210085787724,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 12125.805043781816,
      "vy": 2062.729269728692,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_034",
      "folder_name": "sim_034",
      "index": 34,
      "rotation_angle_deg": -7.4078326498832325,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 12197.338616372295,
      "vy": -1585.853296352846,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_035",
      "folder_name": "sim_035",
      "index": 35,
      "rotation_angle_deg": -27.825028876496116,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 10877.83902132589,
      "vy": -5741.3080588067905,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_036",
      "folder_name": "sim_036",
      "index": 36,
      "rotation_angle_deg": 37.8839064641769,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 9707.8561470188,
      "vy": 7552.981466201893,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_037",
      "folder_name": "sim_037",
      "index": 37,
      "rotation_angle_deg": 4.770383793191023,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 12257.392544494553,
      "vy": 1022.9017597840731,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_038",
      "folder_name": "sim_038",
      "index": 38,
      "rotation_angle_deg": -7.894072963085861,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 12183.44121565459,
      "vy": -1689.3075932727568,
      "vz": 0.0
    },
    {
      "folder": "/home/mhg/Projects/SimPT/data/OpenRadiossData/rotation_variations_total_random/sim_039",
      "folder_name": "sim_039",
      "index": 39,
      "rotation_angle_deg": -36.56926748249036,
      "car_center": [
        2494.2413886546033,
        29.947353684824993,
        601.6743326155072
      ],
      "vx": 9878.587128799903,
      "vy": -7328.268304225008,
      "vz": 0.0
    }
  ]
}