@almadar/std 16.158.0 → 16.160.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/behaviors/lolo/ui/core/atoms/std-calendar.lolo +8 -1
- package/behaviors/lolo/ui/core/atoms/std-esign-flow.lolo +8 -1
- package/behaviors/lolo/ui/core/atoms/std-list.lolo +8 -1
- package/behaviors/lolo/ui/core/atoms/std-related.lolo +8 -1
- package/behaviors/lolo/ui/core/atoms/std-selection.lolo +8 -1
- package/behaviors/lolo/ui/game/atoms/std-grid-tactics.lolo +3 -2
- package/behaviors/lolo/ui/game/atoms/ui-draw-group.lolo +39 -0
- package/behaviors/lolo/ui/game/atoms/ui-draw-mesh.lolo +23 -2
- package/behaviors/lolo/ui/game/molecules/std-tactics-board-3d.lolo +3 -2
- package/behaviors/registry/factory-signatures.json +16058 -34167
- package/behaviors/registry/ui/core/atoms/std-calendar.orb +40 -1
- package/behaviors/registry/ui/core/atoms/std-esign-flow.orb +40 -1
- package/behaviors/registry/ui/core/atoms/std-list.orb +40 -1
- package/behaviors/registry/ui/core/atoms/std-related.orb +40 -1
- package/behaviors/registry/ui/core/atoms/std-selection.orb +40 -1
- package/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +218 -2
- package/behaviors/registry/ui/game/atoms/ui-draw-group.orb +114 -0
- package/behaviors/registry/ui/game/atoms/ui-draw-mesh.orb +81 -2
- package/behaviors/registry/ui/game/molecules/std-tactics-board-3d.orb +41 -0
- package/behaviors/registry/ui/game/organisms/ui-sokoban-board.orb +1 -475
- package/dist/behaviors/behaviors-registry.json +155 -1494
- package/dist/behaviors/exports-reader.js +8343 -15544
- package/dist/behaviors/functions/index.d.ts +54 -459
- package/dist/behaviors/functions/index.js +8344 -15530
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +8344 -15545
- package/dist/behaviors/query.js +8343 -15544
- package/dist/behaviors/registry/factory-signatures.json +16058 -34167
- package/dist/behaviors/registry/ui/core/atoms/std-calendar.orb +40 -1
- package/dist/behaviors/registry/ui/core/atoms/std-esign-flow.orb +40 -1
- package/dist/behaviors/registry/ui/core/atoms/std-list.orb +40 -1
- package/dist/behaviors/registry/ui/core/atoms/std-related.orb +40 -1
- package/dist/behaviors/registry/ui/core/atoms/std-selection.orb +40 -1
- package/dist/behaviors/registry/ui/game/atoms/std-grid-tactics.orb +218 -2
- package/dist/behaviors/registry/ui/game/atoms/ui-draw-group.orb +114 -0
- package/dist/behaviors/registry/ui/game/atoms/ui-draw-mesh.orb +81 -2
- package/dist/behaviors/registry/ui/game/molecules/std-tactics-board-3d.orb +41 -0
- package/dist/behaviors/registry/ui/game/organisms/ui-sokoban-board.orb +1 -475
- package/dist/behaviors-registry.json +155 -1494
- package/dist/index.d.ts +1 -1
- package/dist/index.js +8344 -15545
- package/dist/registry/factory-signatures.json +16058 -34167
- package/package.json +4 -4
- package/behaviors/lolo/ui/game/atoms/ui-svg-draw-group.lolo +0 -58
- package/behaviors/lolo/ui/game/atoms/ui-svg-draw-shape.lolo +0 -103
- package/behaviors/lolo/ui/game/atoms/ui-svg-draw-text.lolo +0 -58
- package/behaviors/lolo/ui/game/molecules/ui-svg-draw-shape-layer.lolo +0 -52
- package/behaviors/lolo/ui/game/molecules/ui-svg-stage.lolo +0 -98
- package/behaviors/registry/ui/game/atoms/ui-svg-draw-group.orb +0 -186
- package/behaviors/registry/ui/game/atoms/ui-svg-draw-shape.orb +0 -259
- package/behaviors/registry/ui/game/atoms/ui-svg-draw-text.orb +0 -195
- package/behaviors/registry/ui/game/molecules/ui-svg-draw-shape-layer.orb +0 -188
- package/behaviors/registry/ui/game/molecules/ui-svg-stage.orb +0 -362
- package/dist/behaviors/registry/ui/game/atoms/ui-svg-draw-group.orb +0 -186
- package/dist/behaviors/registry/ui/game/atoms/ui-svg-draw-shape.orb +0 -259
- package/dist/behaviors/registry/ui/game/atoms/ui-svg-draw-text.orb +0 -195
- package/dist/behaviors/registry/ui/game/molecules/ui-svg-draw-shape-layer.orb +0 -188
- package/dist/behaviors/registry/ui/game/molecules/ui-svg-stage.orb +0 -362
|
@@ -82,6 +82,15 @@
|
|
|
82
82
|
"parent": "trt_01KXG04FWZGZV0R5K3Q0RRAZX0",
|
|
83
83
|
"renames": []
|
|
84
84
|
},
|
|
85
|
+
"evt_01KYXKERV560CXHYS3TRXBVM92": {
|
|
86
|
+
"bakedName": "RETRY",
|
|
87
|
+
"curName": "RETRY",
|
|
88
|
+
"id": "evt_01KYXKERV560CXHYS3TRXBVM92",
|
|
89
|
+
"kind": "event",
|
|
90
|
+
"owner": "workspace",
|
|
91
|
+
"parent": "trt_01KXG04FWZGZV0R5K3Q0RRAZX0",
|
|
92
|
+
"renames": []
|
|
93
|
+
},
|
|
85
94
|
"orb_01KXG04FWZ393C1RSEYVW6QS6A": {
|
|
86
95
|
"bakedName": "CalendarEventOrbital",
|
|
87
96
|
"curName": "CalendarEventOrbital",
|
|
@@ -780,6 +789,11 @@
|
|
|
780
789
|
"synonyms": "next week, forward a week, later week, following week",
|
|
781
790
|
"tier": "domain"
|
|
782
791
|
},
|
|
792
|
+
{
|
|
793
|
+
"id": "evt_01KYXKERV560CXHYS3TRXBVM92",
|
|
794
|
+
"key": "RETRY",
|
|
795
|
+
"name": "Retry"
|
|
796
|
+
},
|
|
783
797
|
{
|
|
784
798
|
"description": "Emitted when a calendar chip is clicked: UI:{onEventClick} with { event } carrying the clicked row.",
|
|
785
799
|
"id": "evt_01KYBV098PMR56F9NQ5CWWPX36",
|
|
@@ -933,7 +947,7 @@
|
|
|
933
947
|
"variant": "body"
|
|
934
948
|
},
|
|
935
949
|
{
|
|
936
|
-
"action": "
|
|
950
|
+
"action": "RETRY",
|
|
937
951
|
"icon": "rotate-ccw",
|
|
938
952
|
"label": "Retry",
|
|
939
953
|
"type": "button",
|
|
@@ -1148,6 +1162,31 @@
|
|
|
1148
1162
|
"eventId": "evt_01KXG04FWZ8CQBQECFH7VXNKC2",
|
|
1149
1163
|
"from": "error",
|
|
1150
1164
|
"to": "loading"
|
|
1165
|
+
},
|
|
1166
|
+
{
|
|
1167
|
+
"effects": [
|
|
1168
|
+
[
|
|
1169
|
+
"fetch",
|
|
1170
|
+
"CalendarEvent",
|
|
1171
|
+
{
|
|
1172
|
+
"emit": {
|
|
1173
|
+
"failure": "CalendarEventLoadFailed",
|
|
1174
|
+
"success": "CalendarEventLoaded"
|
|
1175
|
+
}
|
|
1176
|
+
}
|
|
1177
|
+
],
|
|
1178
|
+
[
|
|
1179
|
+
"render-ui",
|
|
1180
|
+
"main",
|
|
1181
|
+
{
|
|
1182
|
+
"type": "spinner"
|
|
1183
|
+
}
|
|
1184
|
+
]
|
|
1185
|
+
],
|
|
1186
|
+
"event": "RETRY",
|
|
1187
|
+
"eventId": "evt_01KYXKERV560CXHYS3TRXBVM92",
|
|
1188
|
+
"from": "error",
|
|
1189
|
+
"to": "loading"
|
|
1151
1190
|
}
|
|
1152
1191
|
]
|
|
1153
1192
|
}
|
|
@@ -127,6 +127,15 @@
|
|
|
127
127
|
"parent": "trt_01KXG04G2XFKTVZ6MWT4X4Y28W",
|
|
128
128
|
"renames": []
|
|
129
129
|
},
|
|
130
|
+
"evt_01KYXKHAWNPKKZ4XXT3K22KWDJ": {
|
|
131
|
+
"bakedName": "RETRY",
|
|
132
|
+
"curName": "RETRY",
|
|
133
|
+
"id": "evt_01KYXKHAWNPKKZ4XXT3K22KWDJ",
|
|
134
|
+
"kind": "event",
|
|
135
|
+
"owner": "workspace",
|
|
136
|
+
"parent": "trt_01KXG04G2XFKTVZ6MWT4X4Y28W",
|
|
137
|
+
"renames": []
|
|
138
|
+
},
|
|
130
139
|
"orb_01KXG04G2XPVD49MAX6GWP787V": {
|
|
131
140
|
"bakedName": "SignatureSessionOrbital",
|
|
132
141
|
"curName": "SignatureSessionOrbital",
|
|
@@ -543,6 +552,11 @@
|
|
|
543
552
|
"synonyms": "error, failure, problem, unsuccessful",
|
|
544
553
|
"tier": "internal"
|
|
545
554
|
},
|
|
555
|
+
{
|
|
556
|
+
"id": "evt_01KYXKHAWNPKKZ4XXT3K22KWDJ",
|
|
557
|
+
"key": "RETRY",
|
|
558
|
+
"name": "Retry"
|
|
559
|
+
},
|
|
546
560
|
{
|
|
547
561
|
"description": "Indicates a new signature request has been initiated.",
|
|
548
562
|
"id": "evt_01KXG04G2X0H2F7DRT85NPZ50P",
|
|
@@ -857,7 +871,7 @@
|
|
|
857
871
|
"variant": "body"
|
|
858
872
|
},
|
|
859
873
|
{
|
|
860
|
-
"action": "
|
|
874
|
+
"action": "RETRY",
|
|
861
875
|
"icon": "rotate-ccw",
|
|
862
876
|
"label": "Retry",
|
|
863
877
|
"type": "button",
|
|
@@ -925,6 +939,31 @@
|
|
|
925
939
|
"eventId": "evt_01KXG04G2X4S540XXPRT1SRB1B",
|
|
926
940
|
"from": "error",
|
|
927
941
|
"to": "loading"
|
|
942
|
+
},
|
|
943
|
+
{
|
|
944
|
+
"effects": [
|
|
945
|
+
[
|
|
946
|
+
"fetch",
|
|
947
|
+
"SignatureSession",
|
|
948
|
+
{
|
|
949
|
+
"emit": {
|
|
950
|
+
"failure": "SignatureSessionLoadFailed",
|
|
951
|
+
"success": "SignatureSessionLoaded"
|
|
952
|
+
}
|
|
953
|
+
}
|
|
954
|
+
],
|
|
955
|
+
[
|
|
956
|
+
"render-ui",
|
|
957
|
+
"main",
|
|
958
|
+
{
|
|
959
|
+
"type": "spinner"
|
|
960
|
+
}
|
|
961
|
+
]
|
|
962
|
+
],
|
|
963
|
+
"event": "RETRY",
|
|
964
|
+
"eventId": "evt_01KYXKHAWNPKKZ4XXT3K22KWDJ",
|
|
965
|
+
"from": "error",
|
|
966
|
+
"to": "loading"
|
|
928
967
|
}
|
|
929
968
|
]
|
|
930
969
|
}
|
|
@@ -127,6 +127,15 @@
|
|
|
127
127
|
"parent": "trt_01KXG04GRMJ7J1JZZS36V7QP45",
|
|
128
128
|
"renames": []
|
|
129
129
|
},
|
|
130
|
+
"evt_01KYXKHAR210J771VGPVXZVQF9": {
|
|
131
|
+
"bakedName": "RETRY",
|
|
132
|
+
"curName": "RETRY",
|
|
133
|
+
"id": "evt_01KYXKHAR210J771VGPVXZVQF9",
|
|
134
|
+
"kind": "event",
|
|
135
|
+
"owner": "workspace",
|
|
136
|
+
"parent": "trt_01KXG04GRMJ7J1JZZS36V7QP45",
|
|
137
|
+
"renames": []
|
|
138
|
+
},
|
|
130
139
|
"orb_01KXG04GRMFV2N5D00GQN2CRT6": {
|
|
131
140
|
"bakedName": "ListItemOrbital",
|
|
132
141
|
"curName": "ListItemOrbital",
|
|
@@ -479,6 +488,11 @@
|
|
|
479
488
|
"synonyms": "error, failure, problem, unsuccessful",
|
|
480
489
|
"tier": "internal"
|
|
481
490
|
},
|
|
491
|
+
{
|
|
492
|
+
"id": "evt_01KYXKHAR210J771VGPVXZVQF9",
|
|
493
|
+
"key": "RETRY",
|
|
494
|
+
"name": "Retry"
|
|
495
|
+
},
|
|
482
496
|
{
|
|
483
497
|
"description": "Signals a new item has been successfully created.",
|
|
484
498
|
"id": "evt_01KXG04GRM98X7EWV7WPJDZ0TB",
|
|
@@ -734,7 +748,7 @@
|
|
|
734
748
|
"variant": "body"
|
|
735
749
|
},
|
|
736
750
|
{
|
|
737
|
-
"action": "
|
|
751
|
+
"action": "RETRY",
|
|
738
752
|
"icon": "rotate-ccw",
|
|
739
753
|
"label": "Retry",
|
|
740
754
|
"type": "button",
|
|
@@ -802,6 +816,31 @@
|
|
|
802
816
|
"eventId": "evt_01KXG04GRMTCDJ94FS3AXEZ45Z",
|
|
803
817
|
"from": "error",
|
|
804
818
|
"to": "loading"
|
|
819
|
+
},
|
|
820
|
+
{
|
|
821
|
+
"effects": [
|
|
822
|
+
[
|
|
823
|
+
"fetch",
|
|
824
|
+
"ListItem",
|
|
825
|
+
{
|
|
826
|
+
"emit": {
|
|
827
|
+
"failure": "ListItemLoadFailed",
|
|
828
|
+
"success": "ListItemLoaded"
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
],
|
|
832
|
+
[
|
|
833
|
+
"render-ui",
|
|
834
|
+
"main",
|
|
835
|
+
{
|
|
836
|
+
"type": "spinner"
|
|
837
|
+
}
|
|
838
|
+
]
|
|
839
|
+
],
|
|
840
|
+
"event": "RETRY",
|
|
841
|
+
"eventId": "evt_01KYXKHAR210J771VGPVXZVQF9",
|
|
842
|
+
"from": "error",
|
|
843
|
+
"to": "loading"
|
|
805
844
|
}
|
|
806
845
|
]
|
|
807
846
|
}
|
|
@@ -37,6 +37,15 @@
|
|
|
37
37
|
"parent": "trt_01KXG04HAWB43BWZ07VSETQEW3",
|
|
38
38
|
"renames": []
|
|
39
39
|
},
|
|
40
|
+
"evt_01KYXKHATCCRC9NH1SPH7KH8BC": {
|
|
41
|
+
"bakedName": "RETRY",
|
|
42
|
+
"curName": "RETRY",
|
|
43
|
+
"id": "evt_01KYXKHATCCRC9NH1SPH7KH8BC",
|
|
44
|
+
"kind": "event",
|
|
45
|
+
"owner": "workspace",
|
|
46
|
+
"parent": "trt_01KXG04HAWB43BWZ07VSETQEW3",
|
|
47
|
+
"renames": []
|
|
48
|
+
},
|
|
40
49
|
"orb_01KXG04HAW4F728HDBS2FDVGF1": {
|
|
41
50
|
"bakedName": "RelatedItemOrbital",
|
|
42
51
|
"curName": "RelatedItemOrbital",
|
|
@@ -205,6 +214,11 @@
|
|
|
205
214
|
],
|
|
206
215
|
"synonyms": "error, failure, problem, unsuccessful",
|
|
207
216
|
"tier": "internal"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"id": "evt_01KYXKHATCCRC9NH1SPH7KH8BC",
|
|
220
|
+
"key": "RETRY",
|
|
221
|
+
"name": "Retry"
|
|
208
222
|
}
|
|
209
223
|
],
|
|
210
224
|
"states": [
|
|
@@ -346,7 +360,7 @@
|
|
|
346
360
|
"variant": "caption"
|
|
347
361
|
},
|
|
348
362
|
{
|
|
349
|
-
"action": "
|
|
363
|
+
"action": "RETRY",
|
|
350
364
|
"icon": "rotate-ccw",
|
|
351
365
|
"label": "Retry",
|
|
352
366
|
"type": "button",
|
|
@@ -414,6 +428,31 @@
|
|
|
414
428
|
"eventId": "evt_01KXG04HAW1G9NN0VW2WQP98QY",
|
|
415
429
|
"from": "error",
|
|
416
430
|
"to": "loading"
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
"effects": [
|
|
434
|
+
[
|
|
435
|
+
"fetch",
|
|
436
|
+
"RelatedItem",
|
|
437
|
+
{
|
|
438
|
+
"emit": {
|
|
439
|
+
"failure": "RelatedItemLoadFailed",
|
|
440
|
+
"success": "RelatedItemLoaded"
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
],
|
|
444
|
+
[
|
|
445
|
+
"render-ui",
|
|
446
|
+
"main",
|
|
447
|
+
{
|
|
448
|
+
"type": "spinner"
|
|
449
|
+
}
|
|
450
|
+
]
|
|
451
|
+
],
|
|
452
|
+
"event": "RETRY",
|
|
453
|
+
"eventId": "evt_01KYXKHATCCRC9NH1SPH7KH8BC",
|
|
454
|
+
"from": "error",
|
|
455
|
+
"to": "loading"
|
|
417
456
|
}
|
|
418
457
|
]
|
|
419
458
|
}
|
|
@@ -64,6 +64,15 @@
|
|
|
64
64
|
"parent": "trt_01KXG04HJTNYPBNM3ZFYKY5S77",
|
|
65
65
|
"renames": []
|
|
66
66
|
},
|
|
67
|
+
"evt_01KYXKHAS5G39AKMS4V7WMW3AE": {
|
|
68
|
+
"bakedName": "RETRY",
|
|
69
|
+
"curName": "RETRY",
|
|
70
|
+
"id": "evt_01KYXKHAS5G39AKMS4V7WMW3AE",
|
|
71
|
+
"kind": "event",
|
|
72
|
+
"owner": "workspace",
|
|
73
|
+
"parent": "trt_01KXG04HJTNYPBNM3ZFYKY5S77",
|
|
74
|
+
"renames": []
|
|
75
|
+
},
|
|
67
76
|
"orb_01KXG04HJTVKFQ22E0H5QJRN08": {
|
|
68
77
|
"bakedName": "SelectableItemOrbital",
|
|
69
78
|
"curName": "SelectableItemOrbital",
|
|
@@ -289,6 +298,11 @@
|
|
|
289
298
|
"id": "evt_01KXG04HJXZ86BC3MEZAC6AC68",
|
|
290
299
|
"key": "CLEAR",
|
|
291
300
|
"name": "Clear"
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
"id": "evt_01KYXKHAS5G39AKMS4V7WMW3AE",
|
|
304
|
+
"key": "RETRY",
|
|
305
|
+
"name": "Retry"
|
|
292
306
|
}
|
|
293
307
|
],
|
|
294
308
|
"states": [
|
|
@@ -450,7 +464,7 @@
|
|
|
450
464
|
"variant": "body"
|
|
451
465
|
},
|
|
452
466
|
{
|
|
453
|
-
"action": "
|
|
467
|
+
"action": "RETRY",
|
|
454
468
|
"icon": "rotate-ccw",
|
|
455
469
|
"label": "Retry",
|
|
456
470
|
"type": "button",
|
|
@@ -714,6 +728,31 @@
|
|
|
714
728
|
"eventId": "evt_01KXG04HJTNBPHWPCBHGYJ2JHF",
|
|
715
729
|
"from": "error",
|
|
716
730
|
"to": "loading"
|
|
731
|
+
},
|
|
732
|
+
{
|
|
733
|
+
"effects": [
|
|
734
|
+
[
|
|
735
|
+
"fetch",
|
|
736
|
+
"SelectableItem",
|
|
737
|
+
{
|
|
738
|
+
"emit": {
|
|
739
|
+
"failure": "SelectableItemLoadFailed",
|
|
740
|
+
"success": "SelectableItemLoaded"
|
|
741
|
+
}
|
|
742
|
+
}
|
|
743
|
+
],
|
|
744
|
+
[
|
|
745
|
+
"render-ui",
|
|
746
|
+
"main",
|
|
747
|
+
{
|
|
748
|
+
"type": "spinner"
|
|
749
|
+
}
|
|
750
|
+
]
|
|
751
|
+
],
|
|
752
|
+
"event": "RETRY",
|
|
753
|
+
"eventId": "evt_01KYXKHAS5G39AKMS4V7WMW3AE",
|
|
754
|
+
"from": "error",
|
|
755
|
+
"to": "loading"
|
|
717
756
|
}
|
|
718
757
|
]
|
|
719
758
|
}
|
|
@@ -174,6 +174,11 @@
|
|
|
174
174
|
"required": false,
|
|
175
175
|
"type": "number"
|
|
176
176
|
},
|
|
177
|
+
"yaw": {
|
|
178
|
+
"name": "yaw",
|
|
179
|
+
"required": false,
|
|
180
|
+
"type": "number"
|
|
181
|
+
},
|
|
177
182
|
"z": {
|
|
178
183
|
"name": "z",
|
|
179
184
|
"required": false,
|
|
@@ -356,6 +361,11 @@
|
|
|
356
361
|
"required": false,
|
|
357
362
|
"type": "number"
|
|
358
363
|
},
|
|
364
|
+
"yaw": {
|
|
365
|
+
"name": "yaw",
|
|
366
|
+
"required": false,
|
|
367
|
+
"type": "number"
|
|
368
|
+
},
|
|
359
369
|
"z": {
|
|
360
370
|
"name": "z",
|
|
361
371
|
"required": false,
|
|
@@ -761,7 +771,129 @@
|
|
|
761
771
|
"position": {
|
|
762
772
|
"x": "@payload.x",
|
|
763
773
|
"y": "@payload.y"
|
|
764
|
-
}
|
|
774
|
+
},
|
|
775
|
+
"x": "@payload.x",
|
|
776
|
+
"y": "@payload.y",
|
|
777
|
+
"yaw": [
|
|
778
|
+
"if",
|
|
779
|
+
[
|
|
780
|
+
"and",
|
|
781
|
+
[
|
|
782
|
+
"==",
|
|
783
|
+
"@payload.x",
|
|
784
|
+
[
|
|
785
|
+
"object/get",
|
|
786
|
+
[
|
|
787
|
+
"object/get",
|
|
788
|
+
"@u",
|
|
789
|
+
"position"
|
|
790
|
+
],
|
|
791
|
+
"x"
|
|
792
|
+
]
|
|
793
|
+
],
|
|
794
|
+
[
|
|
795
|
+
"==",
|
|
796
|
+
"@payload.y",
|
|
797
|
+
[
|
|
798
|
+
"object/get",
|
|
799
|
+
[
|
|
800
|
+
"object/get",
|
|
801
|
+
"@u",
|
|
802
|
+
"position"
|
|
803
|
+
],
|
|
804
|
+
"y"
|
|
805
|
+
]
|
|
806
|
+
]
|
|
807
|
+
],
|
|
808
|
+
[
|
|
809
|
+
"if",
|
|
810
|
+
[
|
|
811
|
+
"object/get",
|
|
812
|
+
"@u",
|
|
813
|
+
"yaw"
|
|
814
|
+
],
|
|
815
|
+
[
|
|
816
|
+
"object/get",
|
|
817
|
+
"@u",
|
|
818
|
+
"yaw"
|
|
819
|
+
],
|
|
820
|
+
0.0
|
|
821
|
+
],
|
|
822
|
+
[
|
|
823
|
+
"if",
|
|
824
|
+
[
|
|
825
|
+
">=",
|
|
826
|
+
[
|
|
827
|
+
"math/abs",
|
|
828
|
+
[
|
|
829
|
+
"-",
|
|
830
|
+
"@payload.x",
|
|
831
|
+
[
|
|
832
|
+
"object/get",
|
|
833
|
+
[
|
|
834
|
+
"object/get",
|
|
835
|
+
"@u",
|
|
836
|
+
"position"
|
|
837
|
+
],
|
|
838
|
+
"x"
|
|
839
|
+
]
|
|
840
|
+
]
|
|
841
|
+
],
|
|
842
|
+
[
|
|
843
|
+
"math/abs",
|
|
844
|
+
[
|
|
845
|
+
"-",
|
|
846
|
+
"@payload.y",
|
|
847
|
+
[
|
|
848
|
+
"object/get",
|
|
849
|
+
[
|
|
850
|
+
"object/get",
|
|
851
|
+
"@u",
|
|
852
|
+
"position"
|
|
853
|
+
],
|
|
854
|
+
"y"
|
|
855
|
+
]
|
|
856
|
+
]
|
|
857
|
+
]
|
|
858
|
+
],
|
|
859
|
+
[
|
|
860
|
+
"if",
|
|
861
|
+
[
|
|
862
|
+
">",
|
|
863
|
+
"@payload.x",
|
|
864
|
+
[
|
|
865
|
+
"object/get",
|
|
866
|
+
[
|
|
867
|
+
"object/get",
|
|
868
|
+
"@u",
|
|
869
|
+
"position"
|
|
870
|
+
],
|
|
871
|
+
"x"
|
|
872
|
+
]
|
|
873
|
+
],
|
|
874
|
+
1.5708,
|
|
875
|
+
-1.5708
|
|
876
|
+
],
|
|
877
|
+
[
|
|
878
|
+
"if",
|
|
879
|
+
[
|
|
880
|
+
">",
|
|
881
|
+
"@payload.y",
|
|
882
|
+
[
|
|
883
|
+
"object/get",
|
|
884
|
+
[
|
|
885
|
+
"object/get",
|
|
886
|
+
"@u",
|
|
887
|
+
"position"
|
|
888
|
+
],
|
|
889
|
+
"y"
|
|
890
|
+
]
|
|
891
|
+
],
|
|
892
|
+
0.0,
|
|
893
|
+
3.1416
|
|
894
|
+
]
|
|
895
|
+
]
|
|
896
|
+
]
|
|
765
897
|
}
|
|
766
898
|
],
|
|
767
899
|
"@u"
|
|
@@ -1782,7 +1914,91 @@
|
|
|
1782
1914
|
"position": {
|
|
1783
1915
|
"x": "@nextX",
|
|
1784
1916
|
"y": "@nextY"
|
|
1785
|
-
}
|
|
1917
|
+
},
|
|
1918
|
+
"x": "@nextX",
|
|
1919
|
+
"y": "@nextY",
|
|
1920
|
+
"yaw": [
|
|
1921
|
+
"if",
|
|
1922
|
+
[
|
|
1923
|
+
"==",
|
|
1924
|
+
"@nextX",
|
|
1925
|
+
[
|
|
1926
|
+
"object/get",
|
|
1927
|
+
[
|
|
1928
|
+
"object/get",
|
|
1929
|
+
"@u",
|
|
1930
|
+
"position"
|
|
1931
|
+
],
|
|
1932
|
+
"x"
|
|
1933
|
+
]
|
|
1934
|
+
],
|
|
1935
|
+
[
|
|
1936
|
+
"if",
|
|
1937
|
+
[
|
|
1938
|
+
">",
|
|
1939
|
+
"@nextY",
|
|
1940
|
+
[
|
|
1941
|
+
"object/get",
|
|
1942
|
+
[
|
|
1943
|
+
"object/get",
|
|
1944
|
+
"@u",
|
|
1945
|
+
"position"
|
|
1946
|
+
],
|
|
1947
|
+
"y"
|
|
1948
|
+
]
|
|
1949
|
+
],
|
|
1950
|
+
0.0,
|
|
1951
|
+
[
|
|
1952
|
+
"if",
|
|
1953
|
+
[
|
|
1954
|
+
"<",
|
|
1955
|
+
"@nextY",
|
|
1956
|
+
[
|
|
1957
|
+
"object/get",
|
|
1958
|
+
[
|
|
1959
|
+
"object/get",
|
|
1960
|
+
"@u",
|
|
1961
|
+
"position"
|
|
1962
|
+
],
|
|
1963
|
+
"y"
|
|
1964
|
+
]
|
|
1965
|
+
],
|
|
1966
|
+
3.1416,
|
|
1967
|
+
[
|
|
1968
|
+
"if",
|
|
1969
|
+
[
|
|
1970
|
+
"object/get",
|
|
1971
|
+
"@u",
|
|
1972
|
+
"yaw"
|
|
1973
|
+
],
|
|
1974
|
+
[
|
|
1975
|
+
"object/get",
|
|
1976
|
+
"@u",
|
|
1977
|
+
"yaw"
|
|
1978
|
+
],
|
|
1979
|
+
0.0
|
|
1980
|
+
]
|
|
1981
|
+
]
|
|
1982
|
+
],
|
|
1983
|
+
[
|
|
1984
|
+
"if",
|
|
1985
|
+
[
|
|
1986
|
+
">",
|
|
1987
|
+
"@nextX",
|
|
1988
|
+
[
|
|
1989
|
+
"object/get",
|
|
1990
|
+
[
|
|
1991
|
+
"object/get",
|
|
1992
|
+
"@u",
|
|
1993
|
+
"position"
|
|
1994
|
+
],
|
|
1995
|
+
"x"
|
|
1996
|
+
]
|
|
1997
|
+
],
|
|
1998
|
+
1.5708,
|
|
1999
|
+
-1.5708
|
|
2000
|
+
]
|
|
2001
|
+
]
|
|
1786
2002
|
}
|
|
1787
2003
|
],
|
|
1788
2004
|
"@u"
|