@m4l/gclick-realtime 1.12.0 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dummy/catalogs/scenarios.d.ts +180 -0
- package/dummy/catalogs/scenarios.d.ts.map +1 -1
- package/dummy/catalogs/scenarios.js +197 -77
- package/fixtures/constants.d.ts +24 -0
- package/fixtures/constants.d.ts.map +1 -1
- package/fixtures/constants.js +24 -0
- package/fixtures/scenarios.d.ts +24 -0
- package/fixtures/scenarios.d.ts.map +1 -1
- package/fixtures/scenarios.js +24 -0
- package/fixtures/types.d.ts +4 -2
- package/fixtures/types.d.ts.map +1 -1
- package/fixtures/types.js +1 -1
- package/package.json +1 -1
|
@@ -384,6 +384,9 @@ export declare const REAL_TIME_DUMMY_SCENARIOS: {
|
|
|
384
384
|
readonly current: {
|
|
385
385
|
readonly vpts: {
|
|
386
386
|
readonly vptGnss: {
|
|
387
|
+
readonly gnssSpeed?: {
|
|
388
|
+
value: number;
|
|
389
|
+
} | undefined;
|
|
387
390
|
readonly gnssCourse: {
|
|
388
391
|
readonly value: number;
|
|
389
392
|
};
|
|
@@ -400,6 +403,9 @@ export declare const REAL_TIME_DUMMY_SCENARIOS: {
|
|
|
400
403
|
readonly current: {
|
|
401
404
|
readonly vpts: {
|
|
402
405
|
readonly vptGnss: {
|
|
406
|
+
readonly gnssSpeed?: {
|
|
407
|
+
value: number;
|
|
408
|
+
} | undefined;
|
|
403
409
|
readonly gnssCourse: {
|
|
404
410
|
readonly value: number;
|
|
405
411
|
};
|
|
@@ -421,6 +427,9 @@ export declare const REAL_TIME_DUMMY_SCENARIOS: {
|
|
|
421
427
|
readonly current: {
|
|
422
428
|
readonly vpts: {
|
|
423
429
|
readonly vptGnss: {
|
|
430
|
+
readonly gnssSpeed?: {
|
|
431
|
+
value: number;
|
|
432
|
+
} | undefined;
|
|
424
433
|
readonly gnssCourse: {
|
|
425
434
|
readonly value: number;
|
|
426
435
|
};
|
|
@@ -437,6 +446,9 @@ export declare const REAL_TIME_DUMMY_SCENARIOS: {
|
|
|
437
446
|
readonly current: {
|
|
438
447
|
readonly vpts: {
|
|
439
448
|
readonly vptGnss: {
|
|
449
|
+
readonly gnssSpeed?: {
|
|
450
|
+
value: number;
|
|
451
|
+
} | undefined;
|
|
440
452
|
readonly gnssCourse: {
|
|
441
453
|
readonly value: number;
|
|
442
454
|
};
|
|
@@ -458,6 +470,9 @@ export declare const REAL_TIME_DUMMY_SCENARIOS: {
|
|
|
458
470
|
readonly current: {
|
|
459
471
|
readonly vpts: {
|
|
460
472
|
readonly vptGnss: {
|
|
473
|
+
readonly gnssSpeed?: {
|
|
474
|
+
value: number;
|
|
475
|
+
} | undefined;
|
|
461
476
|
readonly gnssCourse: {
|
|
462
477
|
readonly value: number;
|
|
463
478
|
};
|
|
@@ -474,6 +489,9 @@ export declare const REAL_TIME_DUMMY_SCENARIOS: {
|
|
|
474
489
|
readonly current: {
|
|
475
490
|
readonly vpts: {
|
|
476
491
|
readonly vptGnss: {
|
|
492
|
+
readonly gnssSpeed?: {
|
|
493
|
+
value: number;
|
|
494
|
+
} | undefined;
|
|
477
495
|
readonly gnssCourse: {
|
|
478
496
|
readonly value: number;
|
|
479
497
|
};
|
|
@@ -495,6 +513,9 @@ export declare const REAL_TIME_DUMMY_SCENARIOS: {
|
|
|
495
513
|
readonly current: {
|
|
496
514
|
readonly vpts: {
|
|
497
515
|
readonly vptGnss: {
|
|
516
|
+
readonly gnssSpeed?: {
|
|
517
|
+
value: number;
|
|
518
|
+
} | undefined;
|
|
498
519
|
readonly gnssCourse: {
|
|
499
520
|
readonly value: number;
|
|
500
521
|
};
|
|
@@ -511,6 +532,9 @@ export declare const REAL_TIME_DUMMY_SCENARIOS: {
|
|
|
511
532
|
readonly current: {
|
|
512
533
|
readonly vpts: {
|
|
513
534
|
readonly vptGnss: {
|
|
535
|
+
readonly gnssSpeed?: {
|
|
536
|
+
value: number;
|
|
537
|
+
} | undefined;
|
|
514
538
|
readonly gnssCourse: {
|
|
515
539
|
readonly value: number;
|
|
516
540
|
};
|
|
@@ -532,6 +556,9 @@ export declare const REAL_TIME_DUMMY_SCENARIOS: {
|
|
|
532
556
|
readonly current: {
|
|
533
557
|
readonly vpts: {
|
|
534
558
|
readonly vptGnss: {
|
|
559
|
+
readonly gnssSpeed?: {
|
|
560
|
+
value: number;
|
|
561
|
+
} | undefined;
|
|
535
562
|
readonly gnssCourse: {
|
|
536
563
|
readonly value: number;
|
|
537
564
|
};
|
|
@@ -548,6 +575,9 @@ export declare const REAL_TIME_DUMMY_SCENARIOS: {
|
|
|
548
575
|
readonly current: {
|
|
549
576
|
readonly vpts: {
|
|
550
577
|
readonly vptGnss: {
|
|
578
|
+
readonly gnssSpeed?: {
|
|
579
|
+
value: number;
|
|
580
|
+
} | undefined;
|
|
551
581
|
readonly gnssCourse: {
|
|
552
582
|
readonly value: number;
|
|
553
583
|
};
|
|
@@ -578,6 +608,132 @@ export declare const REAL_TIME_DUMMY_SCENARIOS: {
|
|
|
578
608
|
};
|
|
579
609
|
readonly scenarioId: "large_jump_snap_probe";
|
|
580
610
|
};
|
|
611
|
+
readonly live_trace_100001_seed_probe: {
|
|
612
|
+
readonly devices: [{
|
|
613
|
+
readonly alias: "Live Seed 100001";
|
|
614
|
+
readonly blueprintId: "teal_pickup";
|
|
615
|
+
readonly messagePayloadPatches: {
|
|
616
|
+
description: string;
|
|
617
|
+
messageIndex: number;
|
|
618
|
+
payloadPatch: {
|
|
619
|
+
readonly current: {
|
|
620
|
+
readonly vpts: {
|
|
621
|
+
readonly vptGnss: {
|
|
622
|
+
readonly gnssSpeed?: {
|
|
623
|
+
value: number;
|
|
624
|
+
} | undefined;
|
|
625
|
+
readonly gnssCourse: {
|
|
626
|
+
readonly value: number;
|
|
627
|
+
};
|
|
628
|
+
readonly gnssLatitude: {
|
|
629
|
+
readonly value: number;
|
|
630
|
+
};
|
|
631
|
+
readonly gnssLongitude: {
|
|
632
|
+
readonly value: number;
|
|
633
|
+
};
|
|
634
|
+
};
|
|
635
|
+
};
|
|
636
|
+
};
|
|
637
|
+
readonly root: {
|
|
638
|
+
readonly current: {
|
|
639
|
+
readonly vpts: {
|
|
640
|
+
readonly vptGnss: {
|
|
641
|
+
readonly gnssSpeed?: {
|
|
642
|
+
value: number;
|
|
643
|
+
} | undefined;
|
|
644
|
+
readonly gnssCourse: {
|
|
645
|
+
readonly value: number;
|
|
646
|
+
};
|
|
647
|
+
readonly gnssLatitude: {
|
|
648
|
+
readonly value: number;
|
|
649
|
+
};
|
|
650
|
+
readonly gnssLongitude: {
|
|
651
|
+
readonly value: number;
|
|
652
|
+
};
|
|
653
|
+
};
|
|
654
|
+
};
|
|
655
|
+
};
|
|
656
|
+
};
|
|
657
|
+
};
|
|
658
|
+
}[];
|
|
659
|
+
readonly name: "LTS001";
|
|
660
|
+
readonly planId: "single_marker_motion_probe";
|
|
661
|
+
readonly playbackOffsetSeconds: 0;
|
|
662
|
+
readonly resourceSerialId: "19600";
|
|
663
|
+
readonly routeId: "google_envigado_civic_loop_pm_escobero_start";
|
|
664
|
+
}];
|
|
665
|
+
readonly name: "Live trace 100001 seed probe";
|
|
666
|
+
readonly playback: {
|
|
667
|
+
readonly framesPerTick: 1;
|
|
668
|
+
readonly intervalMs: 1000;
|
|
669
|
+
readonly logicalSampleSeconds: 1;
|
|
670
|
+
readonly loop: false;
|
|
671
|
+
};
|
|
672
|
+
readonly scenarioId: "live_trace_100001_seed_probe";
|
|
673
|
+
};
|
|
674
|
+
readonly live_trace_100003_seed_probe: {
|
|
675
|
+
readonly devices: [{
|
|
676
|
+
readonly alias: "Live Seed 100003";
|
|
677
|
+
readonly blueprintId: "teal_pickup";
|
|
678
|
+
readonly messagePayloadPatches: {
|
|
679
|
+
description: string;
|
|
680
|
+
messageIndex: number;
|
|
681
|
+
payloadPatch: {
|
|
682
|
+
readonly current: {
|
|
683
|
+
readonly vpts: {
|
|
684
|
+
readonly vptGnss: {
|
|
685
|
+
readonly gnssSpeed?: {
|
|
686
|
+
value: number;
|
|
687
|
+
} | undefined;
|
|
688
|
+
readonly gnssCourse: {
|
|
689
|
+
readonly value: number;
|
|
690
|
+
};
|
|
691
|
+
readonly gnssLatitude: {
|
|
692
|
+
readonly value: number;
|
|
693
|
+
};
|
|
694
|
+
readonly gnssLongitude: {
|
|
695
|
+
readonly value: number;
|
|
696
|
+
};
|
|
697
|
+
};
|
|
698
|
+
};
|
|
699
|
+
};
|
|
700
|
+
readonly root: {
|
|
701
|
+
readonly current: {
|
|
702
|
+
readonly vpts: {
|
|
703
|
+
readonly vptGnss: {
|
|
704
|
+
readonly gnssSpeed?: {
|
|
705
|
+
value: number;
|
|
706
|
+
} | undefined;
|
|
707
|
+
readonly gnssCourse: {
|
|
708
|
+
readonly value: number;
|
|
709
|
+
};
|
|
710
|
+
readonly gnssLatitude: {
|
|
711
|
+
readonly value: number;
|
|
712
|
+
};
|
|
713
|
+
readonly gnssLongitude: {
|
|
714
|
+
readonly value: number;
|
|
715
|
+
};
|
|
716
|
+
};
|
|
717
|
+
};
|
|
718
|
+
};
|
|
719
|
+
};
|
|
720
|
+
};
|
|
721
|
+
}[];
|
|
722
|
+
readonly name: "LTS003";
|
|
723
|
+
readonly planId: "single_marker_motion_probe";
|
|
724
|
+
readonly playbackOffsetSeconds: 0;
|
|
725
|
+
readonly resourceSerialId: "19603";
|
|
726
|
+
readonly routeId: "google_envigado_civic_loop_pm_escobero_start";
|
|
727
|
+
}];
|
|
728
|
+
readonly name: "Live trace 100003 seed probe";
|
|
729
|
+
readonly playback: {
|
|
730
|
+
readonly framesPerTick: 1;
|
|
731
|
+
readonly intervalMs: 1000;
|
|
732
|
+
readonly logicalSampleSeconds: 1;
|
|
733
|
+
readonly loop: false;
|
|
734
|
+
};
|
|
735
|
+
readonly scenarioId: "live_trace_100003_seed_probe";
|
|
736
|
+
};
|
|
581
737
|
readonly rotation_fallback_probe: {
|
|
582
738
|
readonly devices: [{
|
|
583
739
|
readonly alias: "Sparse Turn 01";
|
|
@@ -724,6 +880,9 @@ export declare const REAL_TIME_DUMMY_SCENARIOS: {
|
|
|
724
880
|
readonly current: {
|
|
725
881
|
readonly vpts: {
|
|
726
882
|
readonly vptGnss: {
|
|
883
|
+
readonly gnssSpeed?: {
|
|
884
|
+
value: number;
|
|
885
|
+
} | undefined;
|
|
727
886
|
readonly gnssCourse: {
|
|
728
887
|
readonly value: number;
|
|
729
888
|
};
|
|
@@ -740,6 +899,9 @@ export declare const REAL_TIME_DUMMY_SCENARIOS: {
|
|
|
740
899
|
readonly current: {
|
|
741
900
|
readonly vpts: {
|
|
742
901
|
readonly vptGnss: {
|
|
902
|
+
readonly gnssSpeed?: {
|
|
903
|
+
value: number;
|
|
904
|
+
} | undefined;
|
|
743
905
|
readonly gnssCourse: {
|
|
744
906
|
readonly value: number;
|
|
745
907
|
};
|
|
@@ -761,6 +923,9 @@ export declare const REAL_TIME_DUMMY_SCENARIOS: {
|
|
|
761
923
|
readonly current: {
|
|
762
924
|
readonly vpts: {
|
|
763
925
|
readonly vptGnss: {
|
|
926
|
+
readonly gnssSpeed?: {
|
|
927
|
+
value: number;
|
|
928
|
+
} | undefined;
|
|
764
929
|
readonly gnssCourse: {
|
|
765
930
|
readonly value: number;
|
|
766
931
|
};
|
|
@@ -777,6 +942,9 @@ export declare const REAL_TIME_DUMMY_SCENARIOS: {
|
|
|
777
942
|
readonly current: {
|
|
778
943
|
readonly vpts: {
|
|
779
944
|
readonly vptGnss: {
|
|
945
|
+
readonly gnssSpeed?: {
|
|
946
|
+
value: number;
|
|
947
|
+
} | undefined;
|
|
780
948
|
readonly gnssCourse: {
|
|
781
949
|
readonly value: number;
|
|
782
950
|
};
|
|
@@ -798,6 +966,9 @@ export declare const REAL_TIME_DUMMY_SCENARIOS: {
|
|
|
798
966
|
readonly current: {
|
|
799
967
|
readonly vpts: {
|
|
800
968
|
readonly vptGnss: {
|
|
969
|
+
readonly gnssSpeed?: {
|
|
970
|
+
value: number;
|
|
971
|
+
} | undefined;
|
|
801
972
|
readonly gnssCourse: {
|
|
802
973
|
readonly value: number;
|
|
803
974
|
};
|
|
@@ -814,6 +985,9 @@ export declare const REAL_TIME_DUMMY_SCENARIOS: {
|
|
|
814
985
|
readonly current: {
|
|
815
986
|
readonly vpts: {
|
|
816
987
|
readonly vptGnss: {
|
|
988
|
+
readonly gnssSpeed?: {
|
|
989
|
+
value: number;
|
|
990
|
+
} | undefined;
|
|
817
991
|
readonly gnssCourse: {
|
|
818
992
|
readonly value: number;
|
|
819
993
|
};
|
|
@@ -835,6 +1009,9 @@ export declare const REAL_TIME_DUMMY_SCENARIOS: {
|
|
|
835
1009
|
readonly current: {
|
|
836
1010
|
readonly vpts: {
|
|
837
1011
|
readonly vptGnss: {
|
|
1012
|
+
readonly gnssSpeed?: {
|
|
1013
|
+
value: number;
|
|
1014
|
+
} | undefined;
|
|
838
1015
|
readonly gnssCourse: {
|
|
839
1016
|
readonly value: number;
|
|
840
1017
|
};
|
|
@@ -851,6 +1028,9 @@ export declare const REAL_TIME_DUMMY_SCENARIOS: {
|
|
|
851
1028
|
readonly current: {
|
|
852
1029
|
readonly vpts: {
|
|
853
1030
|
readonly vptGnss: {
|
|
1031
|
+
readonly gnssSpeed?: {
|
|
1032
|
+
value: number;
|
|
1033
|
+
} | undefined;
|
|
854
1034
|
readonly gnssCourse: {
|
|
855
1035
|
readonly value: number;
|
|
856
1036
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scenarios.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick-realtime/src/dummy/catalogs/scenarios.ts"],"names":[],"mappings":"AAyBA,eAAO,MAAM,gCAAgC;;;;;CAKQ,CAAC;
|
|
1
|
+
{"version":3,"file":"scenarios.d.ts","sourceRoot":"","sources":["../../../../../../packages/gclick-realtime/src/dummy/catalogs/scenarios.ts"],"names":[],"mappings":"AAyBA,eAAO,MAAM,gCAAgC;;;;;CAKQ,CAAC;AA4OtD;;GAEG;AACH,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqiBqC,CAAC;AAE5E,MAAM,MAAM,uBAAuB,GAAG,MAAM,OAAO,yBAAyB,CAAC;AAE7E,eAAO,MAAM,mCAAmC,EAAE,uBAA4C,CAAC"}
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
const
|
|
1
|
+
const v = {
|
|
2
2
|
framesPerTick: 1,
|
|
3
3
|
intervalMs: 1e3,
|
|
4
4
|
logicalSampleSeconds: 3,
|
|
5
5
|
loop: !0
|
|
6
|
-
},
|
|
6
|
+
}, r = "2026-05-12T00:00:00.000Z", _ = {
|
|
7
7
|
current: {
|
|
8
8
|
vpts: {
|
|
9
9
|
vptGnss: {
|
|
10
10
|
gnssLatitude: {
|
|
11
11
|
state: "current",
|
|
12
|
-
updatedAt:
|
|
12
|
+
updatedAt: r,
|
|
13
13
|
value: void 0
|
|
14
14
|
},
|
|
15
15
|
gnssLongitude: {
|
|
16
16
|
state: "current",
|
|
17
|
-
updatedAt:
|
|
17
|
+
updatedAt: r,
|
|
18
18
|
value: void 0
|
|
19
19
|
}
|
|
20
20
|
}
|
|
@@ -26,118 +26,160 @@ const b = {
|
|
|
26
26
|
vptGnss: {
|
|
27
27
|
gnssLatitude: {
|
|
28
28
|
state: "current",
|
|
29
|
-
updatedAt:
|
|
29
|
+
updatedAt: r,
|
|
30
30
|
value: void 0
|
|
31
31
|
},
|
|
32
32
|
gnssLongitude: {
|
|
33
33
|
state: "current",
|
|
34
|
-
updatedAt:
|
|
34
|
+
updatedAt: r,
|
|
35
35
|
value: void 0
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
|
-
},
|
|
41
|
+
}, u = {
|
|
42
42
|
vpts: {
|
|
43
43
|
vptGnss: {
|
|
44
44
|
gnssCourse: {
|
|
45
45
|
state: "current",
|
|
46
|
-
updatedAt:
|
|
46
|
+
updatedAt: r,
|
|
47
47
|
value: 0
|
|
48
48
|
},
|
|
49
49
|
gnssLatitude: {
|
|
50
50
|
state: "current",
|
|
51
|
-
updatedAt:
|
|
51
|
+
updatedAt: r,
|
|
52
52
|
value: 0
|
|
53
53
|
},
|
|
54
54
|
gnssLongitude: {
|
|
55
55
|
state: "current",
|
|
56
|
-
updatedAt:
|
|
56
|
+
updatedAt: r,
|
|
57
57
|
value: 0
|
|
58
58
|
},
|
|
59
59
|
gnssSpeed: {
|
|
60
60
|
state: "current",
|
|
61
|
-
updatedAt:
|
|
61
|
+
updatedAt: r,
|
|
62
62
|
value: 0
|
|
63
63
|
}
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
};
|
|
67
67
|
function a(e) {
|
|
68
|
+
const o = {
|
|
69
|
+
gnssCourse: {
|
|
70
|
+
value: e.course
|
|
71
|
+
},
|
|
72
|
+
gnssLatitude: {
|
|
73
|
+
value: e.lat
|
|
74
|
+
},
|
|
75
|
+
gnssLongitude: {
|
|
76
|
+
value: e.lng
|
|
77
|
+
},
|
|
78
|
+
...typeof e.speedKph == "number" ? {
|
|
79
|
+
gnssSpeed: {
|
|
80
|
+
value: e.speedKph
|
|
81
|
+
}
|
|
82
|
+
} : {}
|
|
83
|
+
};
|
|
68
84
|
return {
|
|
69
85
|
current: {
|
|
70
86
|
vpts: {
|
|
71
|
-
vptGnss:
|
|
72
|
-
gnssCourse: {
|
|
73
|
-
value: e.course
|
|
74
|
-
},
|
|
75
|
-
gnssLatitude: {
|
|
76
|
-
value: e.lat
|
|
77
|
-
},
|
|
78
|
-
gnssLongitude: {
|
|
79
|
-
value: e.lng
|
|
80
|
-
}
|
|
81
|
-
}
|
|
87
|
+
vptGnss: o
|
|
82
88
|
}
|
|
83
89
|
},
|
|
84
90
|
root: {
|
|
85
91
|
current: {
|
|
86
92
|
vpts: {
|
|
87
|
-
vptGnss:
|
|
88
|
-
gnssCourse: {
|
|
89
|
-
value: e.course
|
|
90
|
-
},
|
|
91
|
-
gnssLatitude: {
|
|
92
|
-
value: e.lat
|
|
93
|
-
},
|
|
94
|
-
gnssLongitude: {
|
|
95
|
-
value: e.lng
|
|
96
|
-
}
|
|
97
|
-
}
|
|
93
|
+
vptGnss: o
|
|
98
94
|
}
|
|
99
95
|
}
|
|
100
96
|
}
|
|
101
97
|
};
|
|
102
98
|
}
|
|
103
|
-
function
|
|
104
|
-
return Array.from({ length: e.pointCount }, (
|
|
105
|
-
const
|
|
99
|
+
function f(e) {
|
|
100
|
+
return Array.from({ length: e.pointCount }, (o, n) => {
|
|
101
|
+
const t = (n + 1) / e.pointCount, b = e.startLat + (e.endLat - e.startLat) * t, S = e.startLng + (e.endLng - e.startLng) * t;
|
|
106
102
|
return a({
|
|
107
103
|
course: e.course,
|
|
108
|
-
lat:
|
|
109
|
-
lng:
|
|
104
|
+
lat: b,
|
|
105
|
+
lng: S
|
|
110
106
|
});
|
|
111
107
|
});
|
|
112
108
|
}
|
|
113
|
-
const
|
|
114
|
-
course:
|
|
115
|
-
lat:
|
|
109
|
+
const l = 6.18135, s = 270, k = a({
|
|
110
|
+
course: s,
|
|
111
|
+
lat: l,
|
|
116
112
|
lng: -75.58649226663906
|
|
117
|
-
}),
|
|
118
|
-
course:
|
|
119
|
-
lat:
|
|
113
|
+
}), c = a({
|
|
114
|
+
course: s,
|
|
115
|
+
lat: l,
|
|
120
116
|
lng: -75.58878387127996
|
|
121
|
-
}),
|
|
122
|
-
course:
|
|
123
|
-
lat:
|
|
117
|
+
}), y = a({
|
|
118
|
+
course: s,
|
|
119
|
+
lat: l,
|
|
124
120
|
lng: -75.59157299534948
|
|
125
|
-
}),
|
|
126
|
-
course:
|
|
127
|
-
endLat:
|
|
121
|
+
}), g = f({
|
|
122
|
+
course: s,
|
|
123
|
+
endLat: l,
|
|
128
124
|
endLng: -75.59157299534948,
|
|
129
125
|
pointCount: 17,
|
|
130
|
-
startLat:
|
|
126
|
+
startLat: l,
|
|
131
127
|
startLng: -75.58878387127996
|
|
132
|
-
}),
|
|
133
|
-
course:
|
|
134
|
-
lat:
|
|
128
|
+
}), m = 6.18135, I = 270, i = a({
|
|
129
|
+
course: I,
|
|
130
|
+
lat: m,
|
|
135
131
|
lng: -75.5869
|
|
136
|
-
}),
|
|
137
|
-
course:
|
|
138
|
-
lat:
|
|
132
|
+
}), h = a({
|
|
133
|
+
course: I,
|
|
134
|
+
lat: m,
|
|
139
135
|
lng: -75.58745
|
|
140
|
-
}),
|
|
136
|
+
}), d = [
|
|
137
|
+
{ course: 252.7, lat: 6.15446386, lng: -75.62804901, speedKph: 25 },
|
|
138
|
+
{ course: 244.8, lat: 6.15440858, lng: -75.6282279, speedKph: 24.9 },
|
|
139
|
+
{ course: 244.6, lat: 6.1542379, lng: -75.6285932, speedKph: 40.2 },
|
|
140
|
+
{ course: 243.4, lat: 6.15410465, lng: -75.62887569, speedKph: 41.5 },
|
|
141
|
+
{ course: 241.6, lat: 6.15396753, lng: -75.62915087, speedKph: 122.5 },
|
|
142
|
+
{ course: 242.8, lat: 6.15391804, lng: -75.62924287, speedKph: 41.6 },
|
|
143
|
+
{ course: 241.2, lat: 6.1538715, lng: -75.62933392, speedKph: 40.7 },
|
|
144
|
+
{ course: 241.9, lat: 6.15382572, lng: -75.62941754, speedKph: 12.7 },
|
|
145
|
+
{ course: 242.8, lat: 6.15363165, lng: -75.62978368, speedKph: 165.1 },
|
|
146
|
+
{ course: 243.2, lat: 6.15358445, lng: -75.6298761, speedKph: 41.4 },
|
|
147
|
+
{ course: 243.2, lat: 6.15353833, lng: -75.62996791, speedKph: 8.2 }
|
|
148
|
+
], E = d[10], P = 180, p = [
|
|
149
|
+
{ course: 248, lat: 6.154284, lng: -75.628494, speedKph: 43 },
|
|
150
|
+
{ course: 248, lat: 6.154238, lng: -75.628593, speedKph: 43 },
|
|
151
|
+
{ course: 248, lat: 6.154238, lng: -75.628593, speedKph: 43 },
|
|
152
|
+
{ course: 248, lat: 6.154191, lng: -75.628692, speedKph: 43 },
|
|
153
|
+
{ course: 248, lat: 6.154143, lng: -75.628791, speedKph: 43 },
|
|
154
|
+
{ course: 247, lat: 6.154097, lng: -75.62889, speedKph: 43 },
|
|
155
|
+
{ course: 247, lat: 6.154097, lng: -75.62889, speedKph: 43 },
|
|
156
|
+
{ course: 246, lat: 6.153998, lng: -75.629089, speedKph: 43 },
|
|
157
|
+
{ course: 246, lat: 6.153902, lng: -75.629272, speedKph: 43 },
|
|
158
|
+
{ course: 246, lat: 6.153902, lng: -75.629272, speedKph: 43 },
|
|
159
|
+
{ course: 246, lat: 6.153847, lng: -75.629379, speedKph: 43 },
|
|
160
|
+
{ course: 246, lat: 6.153797, lng: -75.629478, speedKph: 43 },
|
|
161
|
+
{ course: 246, lat: 6.153797, lng: -75.629478, speedKph: 43 },
|
|
162
|
+
{ course: 246, lat: 6.153594, lng: -75.629859, speedKph: 43 },
|
|
163
|
+
{ course: 246, lat: 6.153594, lng: -75.629859, speedKph: 43 },
|
|
164
|
+
{ course: 246, lat: 6.153543, lng: -75.629951, speedKph: 43 },
|
|
165
|
+
{ course: 246, lat: 6.153501, lng: -75.630058, speedKph: 43 },
|
|
166
|
+
{ course: 246, lat: 6.153464, lng: -75.630165, speedKph: 43 },
|
|
167
|
+
{ course: 247, lat: 6.153432, lng: -75.630264, speedKph: 43 },
|
|
168
|
+
{ course: 247, lat: 6.153432, lng: -75.630264, speedKph: 43 },
|
|
169
|
+
{ course: 248, lat: 6.153396, lng: -75.630371, speedKph: 43 },
|
|
170
|
+
{ course: 249, lat: 6.153328, lng: -75.630577, speedKph: 43 },
|
|
171
|
+
{ course: 249, lat: 6.153328, lng: -75.630577, speedKph: 43 },
|
|
172
|
+
{ course: 249, lat: 6.153266, lng: -75.630783, speedKph: 43 },
|
|
173
|
+
{ course: 249, lat: 6.153205, lng: -75.630996, speedKph: 43 },
|
|
174
|
+
{ course: 249, lat: 6.153205, lng: -75.630996, speedKph: 43 },
|
|
175
|
+
{ course: 249, lat: 6.153113, lng: -75.631309, speedKph: 43 },
|
|
176
|
+
{ course: 249, lat: 6.153113, lng: -75.631309, speedKph: 43 },
|
|
177
|
+
{ course: 247, lat: 6.15308, lng: -75.631416, speedKph: 43 },
|
|
178
|
+
{ course: 247, lat: 6.15308, lng: -75.631416, speedKph: 43 },
|
|
179
|
+
{ course: 223, lat: 6.153049, lng: -75.631523, speedKph: 0 },
|
|
180
|
+
{ course: 223, lat: 6.153049, lng: -75.631523, speedKph: 0 },
|
|
181
|
+
{ course: 223, lat: 6.153049, lng: -75.631523, speedKph: 0 }
|
|
182
|
+
], A = p[32], O = 180, T = {
|
|
141
183
|
fleet_delete_cycle: {
|
|
142
184
|
devices: [
|
|
143
185
|
{ blueprintId: "red_tractor", name: "DEL001", planId: "yard_cycle_with_delete", playbackOffsetSeconds: 18, resourceSerialId: "10006", routeId: "medellin_centro_6km_reverse" },
|
|
@@ -317,29 +359,29 @@ const t = 6.18135, l = 270, v = a({
|
|
|
317
359
|
{
|
|
318
360
|
description: "Inject one visible near-threshold jump that should remain interpolated instead of snapping.",
|
|
319
361
|
messageIndex: 12,
|
|
320
|
-
payloadPatch:
|
|
362
|
+
payloadPatch: k
|
|
321
363
|
},
|
|
322
364
|
{
|
|
323
365
|
description: "Inject one visible >250m jump that should snap immediately instead of animating stale travel.",
|
|
324
366
|
messageIndex: 13,
|
|
325
|
-
payloadPatch:
|
|
367
|
+
payloadPatch: c
|
|
326
368
|
},
|
|
327
369
|
{
|
|
328
370
|
description: "Hold the snapped marker position for one extra visible update so human runs can confirm the relocation before the route resumes.",
|
|
329
371
|
messageIndex: 14,
|
|
330
|
-
payloadPatch:
|
|
372
|
+
payloadPatch: c
|
|
331
373
|
},
|
|
332
374
|
{
|
|
333
375
|
description: "Hold the snapped marker position for a second extra visible update so the snap remains legible in headed browser runs.",
|
|
334
376
|
messageIndex: 15,
|
|
335
|
-
payloadPatch:
|
|
377
|
+
payloadPatch: c
|
|
336
378
|
},
|
|
337
|
-
...
|
|
338
|
-
const n = 16 +
|
|
379
|
+
...g.map((e, o) => {
|
|
380
|
+
const n = 16 + o, t = o === g.length - 1;
|
|
339
381
|
return {
|
|
340
|
-
description:
|
|
382
|
+
description: t ? "Rejoin the natural westbound serpentine lane after one slightly longer visible restore so the headed probe ends back on the deterministic route without one backward rebound." : "Keep the post-snap restore on one compact westbound serpentine lane so the comet can rebuild through many small visible points for roughly two extra visible seconds.",
|
|
341
383
|
messageIndex: n,
|
|
342
|
-
payloadPatch:
|
|
384
|
+
payloadPatch: t ? y : e
|
|
343
385
|
};
|
|
344
386
|
})
|
|
345
387
|
],
|
|
@@ -359,12 +401,90 @@ const t = 6.18135, l = 270, v = a({
|
|
|
359
401
|
},
|
|
360
402
|
scenarioId: "large_jump_snap_probe"
|
|
361
403
|
},
|
|
404
|
+
live_trace_100001_seed_probe: {
|
|
405
|
+
devices: [
|
|
406
|
+
{
|
|
407
|
+
alias: "Live Seed 100001",
|
|
408
|
+
blueprintId: "teal_pickup",
|
|
409
|
+
messagePayloadPatches: d.map(
|
|
410
|
+
(e, o) => ({
|
|
411
|
+
description: o === 0 ? "Bootstrap the marker at the first captured live trace 100001 fix." : "Emit the next captured live trace 100001 fix for browser-controlled cadence validation.",
|
|
412
|
+
messageIndex: o,
|
|
413
|
+
payloadPatch: a(e)
|
|
414
|
+
})
|
|
415
|
+
).concat(
|
|
416
|
+
Array.from(
|
|
417
|
+
{ length: P },
|
|
418
|
+
(e, o) => ({
|
|
419
|
+
description: "Hold the final captured live trace 100001 fix so leaked scheduler ticks cannot fall back to the base route.",
|
|
420
|
+
messageIndex: d.length + o,
|
|
421
|
+
payloadPatch: a(
|
|
422
|
+
E
|
|
423
|
+
)
|
|
424
|
+
})
|
|
425
|
+
)
|
|
426
|
+
),
|
|
427
|
+
name: "LTS001",
|
|
428
|
+
planId: "single_marker_motion_probe",
|
|
429
|
+
playbackOffsetSeconds: 0,
|
|
430
|
+
resourceSerialId: "19600",
|
|
431
|
+
routeId: "google_envigado_civic_loop_pm_escobero_start"
|
|
432
|
+
}
|
|
433
|
+
],
|
|
434
|
+
name: "Live trace 100001 seed probe",
|
|
435
|
+
playback: {
|
|
436
|
+
framesPerTick: 1,
|
|
437
|
+
intervalMs: 1e3,
|
|
438
|
+
logicalSampleSeconds: 1,
|
|
439
|
+
loop: !1
|
|
440
|
+
},
|
|
441
|
+
scenarioId: "live_trace_100001_seed_probe"
|
|
442
|
+
},
|
|
443
|
+
live_trace_100003_seed_probe: {
|
|
444
|
+
devices: [
|
|
445
|
+
{
|
|
446
|
+
alias: "Live Seed 100003",
|
|
447
|
+
blueprintId: "teal_pickup",
|
|
448
|
+
messagePayloadPatches: p.map(
|
|
449
|
+
(e, o) => ({
|
|
450
|
+
description: o === 0 ? "Bootstrap the marker at the first captured live trace 100003 fix." : "Emit the next captured live trace 100003 fix for browser-controlled burst cadence validation.",
|
|
451
|
+
messageIndex: o,
|
|
452
|
+
payloadPatch: a(e)
|
|
453
|
+
})
|
|
454
|
+
).concat(
|
|
455
|
+
Array.from(
|
|
456
|
+
{ length: O },
|
|
457
|
+
(e, o) => ({
|
|
458
|
+
description: "Hold the final captured live trace 100003 fix so leaked scheduler ticks cannot fall back to the base route.",
|
|
459
|
+
messageIndex: p.length + o,
|
|
460
|
+
payloadPatch: a(
|
|
461
|
+
A
|
|
462
|
+
)
|
|
463
|
+
})
|
|
464
|
+
)
|
|
465
|
+
),
|
|
466
|
+
name: "LTS003",
|
|
467
|
+
planId: "single_marker_motion_probe",
|
|
468
|
+
playbackOffsetSeconds: 0,
|
|
469
|
+
resourceSerialId: "19603",
|
|
470
|
+
routeId: "google_envigado_civic_loop_pm_escobero_start"
|
|
471
|
+
}
|
|
472
|
+
],
|
|
473
|
+
name: "Live trace 100003 seed probe",
|
|
474
|
+
playback: {
|
|
475
|
+
framesPerTick: 1,
|
|
476
|
+
intervalMs: 1e3,
|
|
477
|
+
logicalSampleSeconds: 1,
|
|
478
|
+
loop: !1
|
|
479
|
+
},
|
|
480
|
+
scenarioId: "live_trace_100003_seed_probe"
|
|
481
|
+
},
|
|
362
482
|
rotation_fallback_probe: {
|
|
363
483
|
devices: [
|
|
364
484
|
{
|
|
365
485
|
alias: "Sparse Turn 01",
|
|
366
486
|
blueprintId: "teal_pickup",
|
|
367
|
-
currentPatch:
|
|
487
|
+
currentPatch: u,
|
|
368
488
|
name: "ROT001",
|
|
369
489
|
omitSyntheticModemTimestamps: !0,
|
|
370
490
|
omittedGnssFields: {
|
|
@@ -379,7 +499,7 @@ const t = 6.18135, l = 270, v = a({
|
|
|
379
499
|
{
|
|
380
500
|
alias: "Sparse Idle 02",
|
|
381
501
|
blueprintId: "blue_city_car",
|
|
382
|
-
currentPatch:
|
|
502
|
+
currentPatch: u,
|
|
383
503
|
name: "ROT002",
|
|
384
504
|
omitSyntheticModemTimestamps: !0,
|
|
385
505
|
omittedGnssFields: {
|
|
@@ -461,22 +581,22 @@ const t = 6.18135, l = 270, v = a({
|
|
|
461
581
|
{
|
|
462
582
|
description: "Pin one moving frame to the coalesce lane before stationary duplicates begin.",
|
|
463
583
|
messageIndex: 7,
|
|
464
|
-
payloadPatch:
|
|
584
|
+
payloadPatch: i
|
|
465
585
|
},
|
|
466
586
|
{
|
|
467
587
|
description: "Inject the first consecutive stationary duplicate that trajectory should coalesce.",
|
|
468
588
|
messageIndex: 8,
|
|
469
|
-
payloadPatch:
|
|
589
|
+
payloadPatch: i
|
|
470
590
|
},
|
|
471
591
|
{
|
|
472
592
|
description: "Inject the second consecutive stationary duplicate while the later route still moves forward.",
|
|
473
593
|
messageIndex: 9,
|
|
474
|
-
payloadPatch:
|
|
594
|
+
payloadPatch: i
|
|
475
595
|
},
|
|
476
596
|
{
|
|
477
597
|
description: "Move forward again so duplicate coalescing cannot become a false final stop.",
|
|
478
598
|
messageIndex: 10,
|
|
479
|
-
payloadPatch:
|
|
599
|
+
payloadPatch: h
|
|
480
600
|
}
|
|
481
601
|
],
|
|
482
602
|
name: "COL001",
|
|
@@ -579,7 +699,7 @@ const t = 6.18135, l = 270, v = a({
|
|
|
579
699
|
{ blueprintId: "bootstrap_pending_icon", name: "MIX008", planId: "corridor_express", playbackOffsetSeconds: 102, resourceSerialId: "10007", routeId: "envigado_loop_5km_reverse" }
|
|
580
700
|
],
|
|
581
701
|
name: "Mixed city fleet",
|
|
582
|
-
playback:
|
|
702
|
+
playback: v,
|
|
583
703
|
scenarioId: "fleet_mixed_city"
|
|
584
704
|
},
|
|
585
705
|
fleet_signal_loss: {
|
|
@@ -598,9 +718,9 @@ const t = 6.18135, l = 270, v = a({
|
|
|
598
718
|
},
|
|
599
719
|
scenarioId: "fleet_signal_loss"
|
|
600
720
|
}
|
|
601
|
-
},
|
|
721
|
+
}, L = "fleet_mixed_city";
|
|
602
722
|
export {
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
723
|
+
v as REAL_TIME_DUMMY_DEFAULT_PLAYBACK,
|
|
724
|
+
L as REAL_TIME_DUMMY_DEFAULT_SCENARIO_ID,
|
|
725
|
+
T as REAL_TIME_DUMMY_SCENARIOS
|
|
606
726
|
};
|
package/fixtures/constants.d.ts
CHANGED
|
@@ -25,6 +25,12 @@ export declare const REAL_TIME_DUMMY_SIMULATION_PLAYBACK_PROFILES: {
|
|
|
25
25
|
logicalSampleSeconds: number;
|
|
26
26
|
loop: true;
|
|
27
27
|
};
|
|
28
|
+
liveTraceSeed: {
|
|
29
|
+
framesPerTick: number;
|
|
30
|
+
intervalMs: number;
|
|
31
|
+
logicalSampleSeconds: number;
|
|
32
|
+
loop: false;
|
|
33
|
+
};
|
|
28
34
|
realistic: {
|
|
29
35
|
framesPerTick: number;
|
|
30
36
|
intervalMs: number;
|
|
@@ -72,6 +78,24 @@ export declare const REAL_TIME_DUMMY_SIMULATION_PRESET_CATALOG: {
|
|
|
72
78
|
scenarioIds: "large_jump_snap_probe"[];
|
|
73
79
|
};
|
|
74
80
|
};
|
|
81
|
+
live_trace_100001_seed_probe_ci_fast: {
|
|
82
|
+
description: string;
|
|
83
|
+
name: string;
|
|
84
|
+
presetId: RealTimeDummySimulationPresetId.LiveTrace100001SeedProbeCiFast;
|
|
85
|
+
simulation: {
|
|
86
|
+
playbackProfileId: "liveTraceSeed";
|
|
87
|
+
scenarioIds: "live_trace_100001_seed_probe"[];
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
live_trace_100003_seed_probe_ci_fast: {
|
|
91
|
+
description: string;
|
|
92
|
+
name: string;
|
|
93
|
+
presetId: RealTimeDummySimulationPresetId.LiveTrace100003SeedProbeCiFast;
|
|
94
|
+
simulation: {
|
|
95
|
+
playbackProfileId: "liveTraceSeed";
|
|
96
|
+
scenarioIds: "live_trace_100003_seed_probe"[];
|
|
97
|
+
};
|
|
98
|
+
};
|
|
75
99
|
malformed_coordinate_probe_ci_fast: {
|
|
76
100
|
description: string;
|
|
77
101
|
name: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../packages/gclick-realtime/src/fixtures/constants.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,+BAA+B,EAAE,MAAM,SAAS,CAAC;AAE1D;;GAEG;AACH,eAAO,MAAM,iCAAiC,kBAAkB,CAAC;AAEjE;;GAEG;AACH,eAAO,MAAM,4CAA4C
|
|
1
|
+
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../packages/gclick-realtime/src/fixtures/constants.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,+BAA+B,EAAE,MAAM,SAAS,CAAC;AAE1D;;GAEG;AACH,eAAO,MAAM,iCAAiC,kBAAkB,CAAC;AAEjE;;GAEG;AACH,eAAO,MAAM,4CAA4C;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkCxD,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,yCAAyC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6OwC,CAAC;AAE/F;;GAEG;AACH,eAAO,MAAM,4CAA4C,+DACK,CAAC;AAE/D;;GAEG;AACH,eAAO,MAAM,qCAAqC,mCAEjD,CAAC"}
|
package/fixtures/constants.js
CHANGED
|
@@ -18,6 +18,12 @@ const a = "dummyPresetId", i = {
|
|
|
18
18
|
logicalSampleSeconds: 3,
|
|
19
19
|
loop: !0
|
|
20
20
|
},
|
|
21
|
+
liveTraceSeed: {
|
|
22
|
+
framesPerTick: 1,
|
|
23
|
+
intervalMs: 1e3,
|
|
24
|
+
logicalSampleSeconds: 1,
|
|
25
|
+
loop: !1
|
|
26
|
+
},
|
|
21
27
|
realistic: {
|
|
22
28
|
framesPerTick: 1,
|
|
23
29
|
intervalMs: 3e3,
|
|
@@ -61,6 +67,24 @@ const a = "dummyPresetId", i = {
|
|
|
61
67
|
scenarioIds: ["large_jump_snap_probe"]
|
|
62
68
|
}
|
|
63
69
|
},
|
|
70
|
+
[e.LiveTrace100001SeedProbeCiFast]: {
|
|
71
|
+
description: "Paused-by-test single-device probe that replays live trace seed 100001 with browser-controlled fix arrival cadence for marker-paint continuity contracts.",
|
|
72
|
+
name: "Live trace 100001 seed probe CI fast",
|
|
73
|
+
presetId: e.LiveTrace100001SeedProbeCiFast,
|
|
74
|
+
simulation: {
|
|
75
|
+
playbackProfileId: "liveTraceSeed",
|
|
76
|
+
scenarioIds: ["live_trace_100001_seed_probe"]
|
|
77
|
+
}
|
|
78
|
+
},
|
|
79
|
+
[e.LiveTrace100003SeedProbeCiFast]: {
|
|
80
|
+
description: "Paused-by-test single-device probe that replays live trace seed 100003 with bursty captured arrivals for marker-paint continuity contracts.",
|
|
81
|
+
name: "Live trace 100003 seed probe CI fast",
|
|
82
|
+
presetId: e.LiveTrace100003SeedProbeCiFast,
|
|
83
|
+
simulation: {
|
|
84
|
+
playbackProfileId: "liveTraceSeed",
|
|
85
|
+
scenarioIds: ["live_trace_100003_seed_probe"]
|
|
86
|
+
}
|
|
87
|
+
},
|
|
64
88
|
[e.MalformedCoordinateProbeCiFast]: {
|
|
65
89
|
description: "Fast hostile payload probe that injects malformed GNSS coordinate pairs while still requiring later marker recovery.",
|
|
66
90
|
name: "Malformed coordinate probe CI fast",
|
package/fixtures/scenarios.d.ts
CHANGED
|
@@ -171,6 +171,30 @@ export declare const REAL_TIME_DUMMY_SCENARIO_CATALOG: {
|
|
|
171
171
|
};
|
|
172
172
|
scenarioId: "large_jump_snap_probe";
|
|
173
173
|
};
|
|
174
|
+
live_trace_100001_seed_probe: {
|
|
175
|
+
description: string;
|
|
176
|
+
deviceCount: number;
|
|
177
|
+
name: string;
|
|
178
|
+
playback: {
|
|
179
|
+
framesPerTick: number;
|
|
180
|
+
intervalMs: number;
|
|
181
|
+
logicalSampleSeconds: number;
|
|
182
|
+
loop: false;
|
|
183
|
+
};
|
|
184
|
+
scenarioId: "live_trace_100001_seed_probe";
|
|
185
|
+
};
|
|
186
|
+
live_trace_100003_seed_probe: {
|
|
187
|
+
description: string;
|
|
188
|
+
deviceCount: number;
|
|
189
|
+
name: string;
|
|
190
|
+
playback: {
|
|
191
|
+
framesPerTick: number;
|
|
192
|
+
intervalMs: number;
|
|
193
|
+
logicalSampleSeconds: number;
|
|
194
|
+
loop: false;
|
|
195
|
+
};
|
|
196
|
+
scenarioId: "live_trace_100003_seed_probe";
|
|
197
|
+
};
|
|
174
198
|
malformed_coordinate_probe: {
|
|
175
199
|
description: string;
|
|
176
200
|
deviceCount: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"scenarios.d.ts","sourceRoot":"","sources":["../../../../../packages/gclick-realtime/src/fixtures/scenarios.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAEV,8BAA8B,EAC/B,MAAM,SAAS,CAAC;AAEjB;;GAEG;AACH,eAAO,MAAM,gCAAgC
|
|
1
|
+
{"version":3,"file":"scenarios.d.ts","sourceRoot":"","sources":["../../../../../packages/gclick-realtime/src/fixtures/scenarios.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAEV,8BAA8B,EAC/B,MAAM,SAAS,CAAC;AAEjB;;GAEG;AACH,eAAO,MAAM,gCAAgC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqOwC,CAAC;AAEtF;;GAEG;AACH,eAAO,MAAM,2CAA2C,EAAE,8BACtC,CAAC;AAErB;;GAEG;AACH,eAAO,MAAM,oCAAoC,EAE5C,8BAA8B,EAAE,CAAC"}
|
package/fixtures/scenarios.js
CHANGED
|
@@ -167,6 +167,30 @@ const e = {
|
|
|
167
167
|
},
|
|
168
168
|
scenarioId: "large_jump_snap_probe"
|
|
169
169
|
},
|
|
170
|
+
live_trace_100001_seed_probe: {
|
|
171
|
+
description: "Single-device seed probe that emits the live trace 100001 fix sequence under browser-controlled cadence for marker-paint continuity validation.",
|
|
172
|
+
deviceCount: 1,
|
|
173
|
+
name: "Live trace 100001 seed probe",
|
|
174
|
+
playback: {
|
|
175
|
+
framesPerTick: 1,
|
|
176
|
+
intervalMs: 1e3,
|
|
177
|
+
logicalSampleSeconds: 1,
|
|
178
|
+
loop: !1
|
|
179
|
+
},
|
|
180
|
+
scenarioId: "live_trace_100001_seed_probe"
|
|
181
|
+
},
|
|
182
|
+
live_trace_100003_seed_probe: {
|
|
183
|
+
description: "Single-device seed probe that emits the live trace 100003 burst sequence under browser-controlled cadence for marker-paint continuity validation.",
|
|
184
|
+
deviceCount: 1,
|
|
185
|
+
name: "Live trace 100003 seed probe",
|
|
186
|
+
playback: {
|
|
187
|
+
framesPerTick: 1,
|
|
188
|
+
intervalMs: 1e3,
|
|
189
|
+
logicalSampleSeconds: 1,
|
|
190
|
+
loop: !1
|
|
191
|
+
},
|
|
192
|
+
scenarioId: "live_trace_100003_seed_probe"
|
|
193
|
+
},
|
|
170
194
|
malformed_coordinate_probe: {
|
|
171
195
|
description: "Single-device hostile payload scenario that injects explicit malformed GNSS coordinate pairs into deterministic dummy playback.",
|
|
172
196
|
deviceCount: 1,
|
package/fixtures/types.d.ts
CHANGED
|
@@ -10,11 +10,11 @@ export interface RealTimeDummySimulationPlaybackProfile {
|
|
|
10
10
|
/**
|
|
11
11
|
* Shared playback-profile identifier used by lightweight fixture presets.
|
|
12
12
|
*/
|
|
13
|
-
export type RealTimeDummySimulationPlaybackProfileId = 'balanced' | 'burst' | 'fast' | 'realistic';
|
|
13
|
+
export type RealTimeDummySimulationPlaybackProfileId = 'balanced' | 'burst' | 'fast' | 'liveTraceSeed' | 'realistic';
|
|
14
14
|
/**
|
|
15
15
|
* Scenario id that callers can reference without importing the runtime simulator package.
|
|
16
16
|
*/
|
|
17
|
-
export type RealTimeDummyScenarioCatalogId = 'fleet_delete_cycle' | 'fleet_mixed_city' | 'fleet_signal_loss' | 'large_jump_snap_probe' | 'missing_position_preview' | 'not_detectable_preview' | 'malformed_coordinate_probe' | 'marker_stopped_rotation_probe' | 'non_selected_viewport_gate_probe' | 'rotation_fallback_probe' | 'selection_no_position_probe' | 'single_marker_motion_probe' | 'trajectory_coalesce_probe' | 'viewport_follow_probe' | 'google_envigado_swarm_preview' | 'two_marker_alignment_probe' | 'google_loop_preview';
|
|
17
|
+
export type RealTimeDummyScenarioCatalogId = 'fleet_delete_cycle' | 'fleet_mixed_city' | 'fleet_signal_loss' | 'large_jump_snap_probe' | 'live_trace_100001_seed_probe' | 'live_trace_100003_seed_probe' | 'missing_position_preview' | 'not_detectable_preview' | 'malformed_coordinate_probe' | 'marker_stopped_rotation_probe' | 'non_selected_viewport_gate_probe' | 'rotation_fallback_probe' | 'selection_no_position_probe' | 'single_marker_motion_probe' | 'trajectory_coalesce_probe' | 'viewport_follow_probe' | 'google_envigado_swarm_preview' | 'two_marker_alignment_probe' | 'google_loop_preview';
|
|
18
18
|
/**
|
|
19
19
|
* Lightweight simulation descriptor used by the shared preset catalog.
|
|
20
20
|
*/
|
|
@@ -49,6 +49,8 @@ export declare enum RealTimeDummySimulationPresetId {
|
|
|
49
49
|
BufferedPlaybackProbeCiFast = "buffered_playback_probe_ci_fast",
|
|
50
50
|
BufferedPlaybackProbeRealistic = "buffered_playback_probe_realistic",
|
|
51
51
|
LargeJumpSnapProbeCiFast = "large_jump_snap_probe_ci_fast",
|
|
52
|
+
LiveTrace100001SeedProbeCiFast = "live_trace_100001_seed_probe_ci_fast",
|
|
53
|
+
LiveTrace100003SeedProbeCiFast = "live_trace_100003_seed_probe_ci_fast",
|
|
52
54
|
MalformedCoordinateProbeCiFast = "malformed_coordinate_probe_ci_fast",
|
|
53
55
|
MarkerStoppedRotationProbeCiFast = "marker_stopped_rotation_probe_ci_fast",
|
|
54
56
|
NonSelectedViewportGateProbeRealistic = "non_selected_viewport_gate_probe_realistic",
|
package/fixtures/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../packages/gclick-realtime/src/fixtures/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACrD,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,IAAI,EAAE,OAAO,CAAC;CACf;AAED;;GAEG;AACH,MAAM,MAAM,wCAAwC,GAChD,UAAU,GACV,OAAO,GACP,MAAM,GACN,WAAW,CAAC;AAEhB;;GAEG;AACH,MAAM,MAAM,8BAA8B,GACtC,oBAAoB,GACpB,kBAAkB,GAClB,mBAAmB,GACnB,uBAAuB,GACvB,0BAA0B,GAC1B,wBAAwB,GACxB,4BAA4B,GAC5B,+BAA+B,GAC/B,kCAAkC,GAClC,yBAAyB,GACzB,6BAA6B,GAC7B,4BAA4B,GAC5B,2BAA2B,GAC3B,uBAAuB,GACvB,+BAA+B,GAC/B,4BAA4B,GAC5B,qBAAqB,CAAC;AAE1B;;GAEG;AACH,MAAM,WAAW,8CAA8C;IAC7D,iBAAiB,EAAE,wCAAwC,CAAC;IAC5D,WAAW,EAAE,SAAS,8BAA8B,EAAE,CAAC;CACxD;AAED;;GAEG;AACH,MAAM,WAAW,iCAAiC;IAChD,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,sCAAsC,CAAC;IACjD,UAAU,EAAE,8BAA8B,CAAC;CAC5C;AAED;;GAEG;AACH,MAAM,WAAW,yCAAyC;IACxD,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,+BAA+B,CAAC;IAC1C,UAAU,EAAE,8CAA8C,CAAC;CAC5D;AAED;;GAEG;AACH,oBAAY,+BAA+B;IACzC,gCAAgC,0CAA0C;IAC1E,2BAA2B,oCAAoC;IAC/D,8BAA8B,sCAAsC;IACpE,wBAAwB,kCAAkC;IAC1D,8BAA8B,uCAAuC;IACrE,gCAAgC,0CAA0C;IAC1E,qCAAqC,+CAA+C;IACpF,2BAA2B,oCAAoC;IAC/D,8BAA8B,sCAAsC;IACpE,8BAA8B,wCAAwC;IACtE,6BAA6B,uCAAuC;IACpE,gCAAgC,yCAAyC;IACzE,6BAA6B,sCAAsC;IACnE,yBAAyB,kCAAkC;IAC3D,4BAA4B,oCAAoC;IAChE,uBAAuB,+BAA+B;IACtD,4BAA4B,oCAAoC;IAChE,wCAAwC,kDAAkD;IAC1F,6BAA6B,uCAAuC;IACpE,gCAAgC,yCAAyC;IACzE,qBAAqB,6BAA6B;IAClD,0BAA0B,kCAAkC;IAC5D,wBAAwB,gCAAgC;CACzD"}
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../packages/gclick-realtime/src/fixtures/types.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,sCAAsC;IACrD,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,oBAAoB,EAAE,MAAM,CAAC;IAC7B,IAAI,EAAE,OAAO,CAAC;CACf;AAED;;GAEG;AACH,MAAM,MAAM,wCAAwC,GAChD,UAAU,GACV,OAAO,GACP,MAAM,GACN,eAAe,GACf,WAAW,CAAC;AAEhB;;GAEG;AACH,MAAM,MAAM,8BAA8B,GACtC,oBAAoB,GACpB,kBAAkB,GAClB,mBAAmB,GACnB,uBAAuB,GACvB,8BAA8B,GAC9B,8BAA8B,GAC9B,0BAA0B,GAC1B,wBAAwB,GACxB,4BAA4B,GAC5B,+BAA+B,GAC/B,kCAAkC,GAClC,yBAAyB,GACzB,6BAA6B,GAC7B,4BAA4B,GAC5B,2BAA2B,GAC3B,uBAAuB,GACvB,+BAA+B,GAC/B,4BAA4B,GAC5B,qBAAqB,CAAC;AAE1B;;GAEG;AACH,MAAM,WAAW,8CAA8C;IAC7D,iBAAiB,EAAE,wCAAwC,CAAC;IAC5D,WAAW,EAAE,SAAS,8BAA8B,EAAE,CAAC;CACxD;AAED;;GAEG;AACH,MAAM,WAAW,iCAAiC;IAChD,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,sCAAsC,CAAC;IACjD,UAAU,EAAE,8BAA8B,CAAC;CAC5C;AAED;;GAEG;AACH,MAAM,WAAW,yCAAyC;IACxD,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,+BAA+B,CAAC;IAC1C,UAAU,EAAE,8CAA8C,CAAC;CAC5D;AAED;;GAEG;AACH,oBAAY,+BAA+B;IACzC,gCAAgC,0CAA0C;IAC1E,2BAA2B,oCAAoC;IAC/D,8BAA8B,sCAAsC;IACpE,wBAAwB,kCAAkC;IAC1D,8BAA8B,yCAAyC;IACvE,8BAA8B,yCAAyC;IACvE,8BAA8B,uCAAuC;IACrE,gCAAgC,0CAA0C;IAC1E,qCAAqC,+CAA+C;IACpF,2BAA2B,oCAAoC;IAC/D,8BAA8B,sCAAsC;IACpE,8BAA8B,wCAAwC;IACtE,6BAA6B,uCAAuC;IACpE,gCAAgC,yCAAyC;IACzE,6BAA6B,sCAAsC;IACnE,yBAAyB,kCAAkC;IAC3D,4BAA4B,oCAAoC;IAChE,uBAAuB,+BAA+B;IACtD,4BAA4B,oCAAoC;IAChE,wCAAwC,kDAAkD;IAC1F,6BAA6B,uCAAuC;IACpE,gCAAgC,yCAAyC;IACzE,qBAAqB,6BAA6B;IAClD,0BAA0B,kCAAkC;IAC5D,wBAAwB,gCAAgC;CACzD"}
|
package/fixtures/types.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
var _ = /* @__PURE__ */ ((o) => (o.BufferedPlaybackBurstProbeCiFast = "buffered_playback_burst_probe_ci_fast", o.BufferedPlaybackProbeCiFast = "buffered_playback_probe_ci_fast", o.BufferedPlaybackProbeRealistic = "buffered_playback_probe_realistic", o.LargeJumpSnapProbeCiFast = "large_jump_snap_probe_ci_fast", o.MalformedCoordinateProbeCiFast = "malformed_coordinate_probe_ci_fast", o.MarkerStoppedRotationProbeCiFast = "marker_stopped_rotation_probe_ci_fast", o.NonSelectedViewportGateProbeRealistic = "non_selected_viewport_gate_probe_realistic", o.RotationFallbackProbeCiFast = "rotation_fallback_probe_ci_fast", o.RotationFallbackProbeRealistic = "rotation_fallback_probe_realistic", o.SelectionNoPositionProbeCiFast = "selection_no_position_probe_ci_fast", o.SingleMarkerMotionProbeCiFast = "single_marker_motion_probe_ci_fast", o.SingleMarkerMotionProbeRealistic = "single_marker_motion_probe_realistic", o.TrajectoryCoalesceProbeCiFast = "trajectory_coalesce_probe_ci_fast", o.ViewportFollowProbeCiFast = "viewport_follow_probe_ci_fast", o.ViewportFollowProbeRealistic = "viewport_follow_probe_realistic", o.GoogleEnvigadoSwarmFast = "google_envigado_swarm_fast", o.GoogleEnvigadoSwarmRealistic = "google_envigado_swarm_realistic", o.GoogleMultiZoneRotationFallbackRealistic = "google_multi_zone_rotation_fallback_realistic", o.TwoMarkerAlignmentProbeCiFast = "two_marker_alignment_probe_ci_fast", o.TwoMarkerAlignmentProbeRealistic = "two_marker_alignment_probe_realistic", o.GoogleLoopPreviewFast = "google_loop_preview_fast", o.GoogleLoopPreviewRealistic = "google_loop_preview_realistic", o.GoogleMultiZoneRealistic = "google_multi_zone_realistic", o))(_ || {});
|
|
1
|
+
var _ = /* @__PURE__ */ ((o) => (o.BufferedPlaybackBurstProbeCiFast = "buffered_playback_burst_probe_ci_fast", o.BufferedPlaybackProbeCiFast = "buffered_playback_probe_ci_fast", o.BufferedPlaybackProbeRealistic = "buffered_playback_probe_realistic", o.LargeJumpSnapProbeCiFast = "large_jump_snap_probe_ci_fast", o.LiveTrace100001SeedProbeCiFast = "live_trace_100001_seed_probe_ci_fast", o.LiveTrace100003SeedProbeCiFast = "live_trace_100003_seed_probe_ci_fast", o.MalformedCoordinateProbeCiFast = "malformed_coordinate_probe_ci_fast", o.MarkerStoppedRotationProbeCiFast = "marker_stopped_rotation_probe_ci_fast", o.NonSelectedViewportGateProbeRealistic = "non_selected_viewport_gate_probe_realistic", o.RotationFallbackProbeCiFast = "rotation_fallback_probe_ci_fast", o.RotationFallbackProbeRealistic = "rotation_fallback_probe_realistic", o.SelectionNoPositionProbeCiFast = "selection_no_position_probe_ci_fast", o.SingleMarkerMotionProbeCiFast = "single_marker_motion_probe_ci_fast", o.SingleMarkerMotionProbeRealistic = "single_marker_motion_probe_realistic", o.TrajectoryCoalesceProbeCiFast = "trajectory_coalesce_probe_ci_fast", o.ViewportFollowProbeCiFast = "viewport_follow_probe_ci_fast", o.ViewportFollowProbeRealistic = "viewport_follow_probe_realistic", o.GoogleEnvigadoSwarmFast = "google_envigado_swarm_fast", o.GoogleEnvigadoSwarmRealistic = "google_envigado_swarm_realistic", o.GoogleMultiZoneRotationFallbackRealistic = "google_multi_zone_rotation_fallback_realistic", o.TwoMarkerAlignmentProbeCiFast = "two_marker_alignment_probe_ci_fast", o.TwoMarkerAlignmentProbeRealistic = "two_marker_alignment_probe_realistic", o.GoogleLoopPreviewFast = "google_loop_preview_fast", o.GoogleLoopPreviewRealistic = "google_loop_preview_realistic", o.GoogleMultiZoneRealistic = "google_multi_zone_realistic", o))(_ || {});
|
|
2
2
|
export {
|
|
3
3
|
_ as RealTimeDummySimulationPresetId
|
|
4
4
|
};
|