@luxonis/visualizer-protobuf 2.54.1 → 2.56.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/dist/{tslib.es6-DRjIPBeG.js → depth-CJRDcPfJ.js} +606 -7
- package/dist/{deserialization.worker-Bpkjw7D9.js → deserialization.worker-CSrvuPJi.js} +3 -163
- package/dist/{index-CqIIFZlL.js → index-BNHKjcMm.js} +5 -5
- package/dist/{index-DofCpnXh.js → index-BVK70iCH.js} +5 -5
- package/dist/{index-C1ITCVFJ.js → index-Bn0Tak9t.js} +5 -5
- package/dist/{index-Dtc-xG9B.js → index-Bp2fW9nD.js} +5 -5
- package/dist/{index-Cha3fcte.js → index-BrolwJ2j.js} +5 -5
- package/dist/{index-DaLbB0Zv.js → index-CBAQP1IT.js} +5 -5
- package/dist/{index-H4PD4laM.js → index-CHSRc5Gu.js} +5 -5
- package/dist/{index-D-b31nsX.js → index-CLA1BzlL.js} +129 -13
- package/dist/{index-oOaZlrsK.js → index-CM5imVCh.js} +5 -5
- package/dist/{index-COpm762p.js → index-CN1Qa_CW.js} +5 -5
- package/dist/{index-BrRPCz-o.js → index-DN65j_zn.js} +5 -5
- package/dist/{index-CruHe06m.js → index-DO5kkDW9.js} +5 -5
- package/dist/{index-kutpugS9.js → index-DPKWgVvs.js} +131 -55
- package/dist/{index-BZ8mYnjR.js → index-DSdLdxLk.js} +5 -5
- package/dist/{index-BTMFONaj.js → index-D_a5hMKe.js} +5 -6
- package/dist/{index-C5GitdWB.js → index-EGVrBQAC.js} +5 -5
- package/dist/{index-uaYiziKD.js → index-fz5Wd5GH.js} +5 -5
- package/dist/{index-DvYSXyGY.js → index-wJdzpNZD.js} +5 -5
- package/dist/{index-H4vyx-di.js → index-yaio5kyg.js} +5 -5
- package/dist/index.js +8 -8
- package/dist/lib/src/components/Panel.d.ts +4 -0
- package/dist/lib/src/components/Panel.d.ts.map +1 -1
- package/dist/lib/src/components/Panel.js +2 -2
- package/dist/lib/src/components/Panel.js.map +1 -1
- package/dist/lib/src/components/PanelToolbar.d.ts +2 -1
- package/dist/lib/src/components/PanelToolbar.d.ts.map +1 -1
- package/dist/lib/src/components/PanelToolbar.js +40 -20
- package/dist/lib/src/components/PanelToolbar.js.map +1 -1
- package/dist/lib/src/connection/foxglove-connection.d.ts +1 -1
- package/dist/lib/src/connection/foxglove-connection.d.ts.map +1 -1
- package/dist/lib/src/connection/foxglove-connection.js +9 -2
- package/dist/lib/src/connection/foxglove-connection.js.map +1 -1
- package/dist/lib/src/index.d.ts +2 -0
- package/dist/lib/src/index.d.ts.map +1 -1
- package/dist/lib/src/index.js +3 -0
- package/dist/lib/src/index.js.map +1 -1
- package/dist/lib/src/messaging/deserialization/video/depth.d.ts +1 -0
- package/dist/lib/src/messaging/deserialization/video/depth.d.ts.map +1 -1
- package/dist/lib/src/messaging/deserialization/video/depth.js +16 -0
- package/dist/lib/src/messaging/deserialization/video/depth.js.map +1 -1
- package/dist/lib/src/messaging/deserialization/video/h265.d.ts.map +1 -1
- package/dist/lib/src/messaging/deserialization/video/h265.js +0 -1
- package/dist/lib/src/messaging/deserialization/video/h265.js.map +1 -1
- package/dist/lib/src/output.css +5 -2
- package/dist/lib/src/panels/ImagePanel.d.ts +9 -0
- package/dist/lib/src/panels/ImagePanel.d.ts.map +1 -1
- package/dist/lib/src/panels/ImagePanel.js +5 -3
- package/dist/lib/src/panels/ImagePanel.js.map +1 -1
- package/dist/lib/src/panels/PointCloudPanel.d.ts +9 -0
- package/dist/lib/src/panels/PointCloudPanel.d.ts.map +1 -1
- package/dist/lib/src/panels/PointCloudPanel.js +6 -6
- package/dist/lib/src/panels/PointCloudPanel.js.map +1 -1
- package/dist/lib/src/utils/frame-store.d.ts +13 -0
- package/dist/lib/src/utils/frame-store.d.ts.map +1 -0
- package/dist/lib/src/utils/frame-store.js +28 -0
- package/dist/lib/src/utils/frame-store.js.map +1 -0
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/IRenderer.d.ts +3 -0
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/IRenderer.d.ts.map +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/IRenderer.js.map +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/Renderer.d.ts +6 -0
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/Renderer.d.ts.map +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/Renderer.js +57 -3
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/Renderer.js.map +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/RendererOverlay.d.ts +1 -0
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/RendererOverlay.d.ts.map +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/RendererOverlay.js +11 -11
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/RendererOverlay.js.map +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/ThreeDeeRender.d.ts +9 -0
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/ThreeDeeRender.d.ts.map +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/ThreeDeeRender.js +36 -3
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/ThreeDeeRender.js.map +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/index.d.ts +11 -2
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/index.d.ts.map +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/index.js +7 -2
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/index.js.map +1 -1
- package/package.json +1 -1
- package/dist/useMessageReducer-DdY2kZpp.js +0 -422
|
@@ -12,9 +12,9 @@ import { PanelExtensionAdapter, } from "@foxglove/studio-base/components/PanelEx
|
|
|
12
12
|
import { INJECTED_FEATURE_KEYS, useAppContext } from "@foxglove/studio-base/context/AppContext";
|
|
13
13
|
import { ThreeDeeRender } from "./ThreeDeeRender";
|
|
14
14
|
function initPanel(args, context) {
|
|
15
|
-
const { crash, forwardedAnalytics, interfaceMode, testOptions, customSceneExtensions, frameRenderedEvent, annotationReceivedEventHandler, } = args;
|
|
15
|
+
const { crash, forwardedAnalytics, interfaceMode, testOptions, customSceneExtensions, frameRenderedEvent, annotationReceivedEventHandler, handleOnClick, registerRendered, unregisterRendered, customOverlay, } = args;
|
|
16
16
|
// eslint-disable-next-line react/no-deprecated
|
|
17
|
-
ReactDOM.render(_jsx(StrictMode, { children: _jsx(CaptureErrorBoundary, { onError: crash, children: _jsx(ForwardAnalyticsContextProvider, { forwardedAnalytics: forwardedAnalytics, children: _jsx(ThreeDeeRender, { context: context, interfaceMode: interfaceMode, testOptions: testOptions, customSceneExtensions: customSceneExtensions, frameRenderedEvent: frameRenderedEvent ? () => frameRenderedEvent(0) : undefined, annotationReceivedEventHandler: annotationReceivedEventHandler }) }) }) }), context.panelElement);
|
|
17
|
+
ReactDOM.render(_jsx(StrictMode, { children: _jsx(CaptureErrorBoundary, { onError: crash, children: _jsx(ForwardAnalyticsContextProvider, { forwardedAnalytics: forwardedAnalytics, children: _jsx(ThreeDeeRender, { context: context, interfaceMode: interfaceMode, testOptions: testOptions, customSceneExtensions: customSceneExtensions, frameRenderedEvent: frameRenderedEvent ? () => frameRenderedEvent(0) : undefined, annotationReceivedEventHandler: annotationReceivedEventHandler, handleOnClick: handleOnClick, registerRendered: registerRendered, unregisterRendered: unregisterRendered, customOverlay: customOverlay }) }) }) }), context.panelElement);
|
|
18
18
|
return () => {
|
|
19
19
|
// eslint-disable-next-line react/no-deprecated
|
|
20
20
|
ReactDOM.unmountComponentAtNode(context.panelElement);
|
|
@@ -40,6 +40,10 @@ function ThreeDeeRenderAdapter(interfaceMode, props) {
|
|
|
40
40
|
customSceneExtensions,
|
|
41
41
|
frameRenderedEvent: props.frameRenderedEvent,
|
|
42
42
|
annotationReceivedEventHandler: props.annotationReceivedEventHandler,
|
|
43
|
+
handleOnClick: props.handleOnClick,
|
|
44
|
+
registerRendered: props.registerRendered,
|
|
45
|
+
unregisterRendered: props.unregisterRendered,
|
|
46
|
+
customOverlay: props.customOverlay,
|
|
43
47
|
}), [
|
|
44
48
|
crash,
|
|
45
49
|
forwardedAnalytics,
|
|
@@ -48,6 +52,7 @@ function ThreeDeeRenderAdapter(interfaceMode, props) {
|
|
|
48
52
|
props.debugPicking,
|
|
49
53
|
props.frameRenderedEvent,
|
|
50
54
|
props.annotationReceivedEventHandler,
|
|
55
|
+
props.handleOnClick,
|
|
51
56
|
customSceneExtensions,
|
|
52
57
|
]);
|
|
53
58
|
return (_jsx(PanelExtensionAdapter, { config: props.config, highestSupportedConfigVersion: 1, saveConfig: props.saveConfig, initPanel: boundInitPanel }));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../packages/studio-base/src/panels/ThreeDeeRender/index.tsx"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,oEAAoE;AACpE,0DAA0D;AAE1D,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../../packages/studio-base/src/panels/ThreeDeeRender/index.tsx"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,oEAAoE;AACpE,0DAA0D;AAE1D,OAAc,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AACnD,OAAO,QAAQ,MAAM,WAAW,CAAC;AAGjC,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,oBAAoB,EAAE,MAAM,uDAAuD,CAAC;AAC7F,OAAO,EACL,+BAA+B,EAE/B,mBAAmB,GACpB,MAAM,kEAAkE,CAAC;AAC1E,OAAO,KAAK,MAAM,wCAAwC,CAAC;AAC3D,OAAO,EAEL,qBAAqB,GACtB,MAAM,wDAAwD,CAAC;AAChE,OAAO,EAAE,qBAAqB,EAAE,aAAa,EAAE,MAAM,0CAA0C,CAAC;AAKhG,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAqBlD,SAAS,SAAS,CAAC,IAAmB,EAAE,OAAqC;IAC3E,MAAM,EACJ,KAAK,EACL,kBAAkB,EAClB,aAAa,EACb,WAAW,EACX,qBAAqB,EACrB,kBAAkB,EAClB,8BAA8B,EAC9B,aAAa,EACb,gBAAgB,EAChB,kBAAkB,EAClB,aAAa,GACd,GAAG,IAAI,CAAC;IACT,+CAA+C;IAC/C,QAAQ,CAAC,MAAM,CACb,KAAC,UAAU,cACT,KAAC,oBAAoB,IAAC,OAAO,EAAE,KAAK,YAClC,KAAC,+BAA+B,IAAC,kBAAkB,EAAE,kBAAkB,YACrE,KAAC,cAAc,IACb,OAAO,EAAE,OAAO,EAChB,aAAa,EAAE,aAAa,EAC5B,WAAW,EAAE,WAAW,EACxB,qBAAqB,EAAE,qBAAqB,EAC5C,kBAAkB,EAAE,kBAAkB,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,EAChF,8BAA8B,EAAE,8BAA8B,EAC9D,aAAa,EAAE,aAAa,EAC5B,gBAAgB,EAAE,gBAAgB,EAClC,kBAAkB,EAAE,kBAAkB,EACtC,aAAa,EAAE,aAAa,GAC5B,GAC8B,GACb,GACZ,EACb,OAAO,CAAC,YAAY,CACrB,CAAC;IACF,OAAO,GAAG,EAAE;QACV,+CAA+C;QAC/C,QAAQ,CAAC,sBAAsB,CAAC,OAAO,CAAC,YAAY,CAAC,CAAC;IACxD,CAAC,CAAC;AACJ,CAAC;AAkBD,SAAS,qBAAqB,CAAC,aAA4B,EAAE,KAAY;IACvE,MAAM,KAAK,GAAG,QAAQ,EAAE,CAAC;IAEzB,MAAM,kBAAkB,GAAG,mBAAmB,EAAE,CAAC;IACjD,MAAM,EAAE,gBAAgB,EAAE,GAAG,aAAa,EAAE,CAAC;IAC7C,MAAM,qBAAqB,GAAG,OAAO,CAAC,GAAG,EAAE;QACzC,IAAI,gBAAgB,IAAI,SAAS,EAAE,CAAC;YAClC,OAAO,SAAS,CAAC;QACnB,CAAC;QACD,MAAM,uBAAuB,GAC3B,gBAAgB,CAAC,iBAAiB,CAAC,qBAAqB,CAAC,qBAAqB,CAAC;YAC7E,EAAE,qBAAqB,CAAC;QAC5B,OAAO,uBAAuB,CAAC;IACjC,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,CAAC;IAEvB,MAAM,cAAc,GAAG,OAAO,CAC5B,GAAG,EAAE,CACH,SAAS,CAAC,IAAI,CAAC,SAAS,EAAE;QACxB,KAAK;QACL,kBAAkB;QAClB,aAAa;QACb,WAAW,EAAE,EAAE,eAAe,EAAE,KAAK,CAAC,eAAe,EAAE,YAAY,EAAE,KAAK,CAAC,YAAY,EAAE;QACzF,qBAAqB;QACrB,kBAAkB,EAAE,KAAK,CAAC,kBAAkB;QAC5C,8BAA8B,EAAE,KAAK,CAAC,8BAA8B;QACpE,aAAa,EAAE,KAAK,CAAC,aAAa;QAClC,gBAAgB,EAAE,KAAK,CAAC,gBAAgB;QACxC,kBAAkB,EAAE,KAAK,CAAC,kBAAkB;QAC5C,aAAa,EAAE,KAAK,CAAC,aAAa;KACnC,CAAC,EACJ;QACE,KAAK;QACL,kBAAkB;QAClB,aAAa;QACb,KAAK,CAAC,eAAe;QACrB,KAAK,CAAC,YAAY;QAClB,KAAK,CAAC,kBAAkB;QACxB,KAAK,CAAC,8BAA8B;QACpC,KAAK,CAAC,aAAa;QACnB,qBAAqB;KACtB,CACF,CAAC;IAEF,OAAO,CACL,KAAC,qBAAqB,IACpB,MAAM,EAAE,KAAK,CAAC,MAAM,EACpB,6BAA6B,EAAE,CAAC,EAChC,UAAU,EAAE,KAAK,CAAC,UAAU,EAC5B,SAAS,EAAE,cAAc,GACzB,CACH,CAAC;AACJ,CAAC;AAED;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG,KAAK,CAC7B,MAAM,CAAC,MAAM,CAAC,qBAAqB,CAAC,IAAI,CAAC,SAAS,EAAE,OAAO,CAAC,EAAE;IAC5D,SAAS,EAAE,OAAO;IAClB,aAAa,EAAE,EAAE;CAClB,CAAC,CACH,CAAC;AAEF,eAAe,KAAK,CAClB,MAAM,CAAC,MAAM,CAAC,qBAAqB,CAAC,IAAI,CAAC,SAAS,EAAE,IAAI,CAAC,EAAE;IACzD,SAAS,EAAE,IAAI;IACf,aAAa,EAAE,EAAE;CAClB,CAAC,CACH,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,422 +0,0 @@
|
|
|
1
|
-
import { ac as tslib_es6, L as Logger } from './tslib.es6-DRjIPBeG.js';
|
|
2
|
-
import { d as getAugmentedNamespace } from './protobuf-B55JS-Px.js';
|
|
3
|
-
import 'react';
|
|
4
|
-
import 'zustand';
|
|
5
|
-
|
|
6
|
-
var typescript = {};
|
|
7
|
-
|
|
8
|
-
var require$$0 = /*@__PURE__*/getAugmentedNamespace(tslib_es6);
|
|
9
|
-
|
|
10
|
-
var ArrowPrimitive = /*#__PURE__*/Object.freeze({
|
|
11
|
-
__proto__: null
|
|
12
|
-
});
|
|
13
|
-
|
|
14
|
-
var require$$1 = /*@__PURE__*/getAugmentedNamespace(ArrowPrimitive);
|
|
15
|
-
|
|
16
|
-
var CameraCalibration = /*#__PURE__*/Object.freeze({
|
|
17
|
-
__proto__: null
|
|
18
|
-
});
|
|
19
|
-
|
|
20
|
-
var require$$2 = /*@__PURE__*/getAugmentedNamespace(CameraCalibration);
|
|
21
|
-
|
|
22
|
-
var CircleAnnotation = /*#__PURE__*/Object.freeze({
|
|
23
|
-
__proto__: null
|
|
24
|
-
});
|
|
25
|
-
|
|
26
|
-
var require$$3 = /*@__PURE__*/getAugmentedNamespace(CircleAnnotation);
|
|
27
|
-
|
|
28
|
-
var Color = /*#__PURE__*/Object.freeze({
|
|
29
|
-
__proto__: null
|
|
30
|
-
});
|
|
31
|
-
|
|
32
|
-
var require$$4 = /*@__PURE__*/getAugmentedNamespace(Color);
|
|
33
|
-
|
|
34
|
-
var CompressedImage = /*#__PURE__*/Object.freeze({
|
|
35
|
-
__proto__: null
|
|
36
|
-
});
|
|
37
|
-
|
|
38
|
-
var require$$5 = /*@__PURE__*/getAugmentedNamespace(CompressedImage);
|
|
39
|
-
|
|
40
|
-
var CompressedVideo = /*#__PURE__*/Object.freeze({
|
|
41
|
-
__proto__: null
|
|
42
|
-
});
|
|
43
|
-
|
|
44
|
-
var require$$6 = /*@__PURE__*/getAugmentedNamespace(CompressedVideo);
|
|
45
|
-
|
|
46
|
-
var CubePrimitive = /*#__PURE__*/Object.freeze({
|
|
47
|
-
__proto__: null
|
|
48
|
-
});
|
|
49
|
-
|
|
50
|
-
var require$$7 = /*@__PURE__*/getAugmentedNamespace(CubePrimitive);
|
|
51
|
-
|
|
52
|
-
var CylinderPrimitive = /*#__PURE__*/Object.freeze({
|
|
53
|
-
__proto__: null
|
|
54
|
-
});
|
|
55
|
-
|
|
56
|
-
var require$$8 = /*@__PURE__*/getAugmentedNamespace(CylinderPrimitive);
|
|
57
|
-
|
|
58
|
-
var FrameTransform = /*#__PURE__*/Object.freeze({
|
|
59
|
-
__proto__: null
|
|
60
|
-
});
|
|
61
|
-
|
|
62
|
-
var require$$9 = /*@__PURE__*/getAugmentedNamespace(FrameTransform);
|
|
63
|
-
|
|
64
|
-
var FrameTransforms = /*#__PURE__*/Object.freeze({
|
|
65
|
-
__proto__: null
|
|
66
|
-
});
|
|
67
|
-
|
|
68
|
-
var require$$10 = /*@__PURE__*/getAugmentedNamespace(FrameTransforms);
|
|
69
|
-
|
|
70
|
-
var GeoJSON = /*#__PURE__*/Object.freeze({
|
|
71
|
-
__proto__: null
|
|
72
|
-
});
|
|
73
|
-
|
|
74
|
-
var require$$11 = /*@__PURE__*/getAugmentedNamespace(GeoJSON);
|
|
75
|
-
|
|
76
|
-
var Grid = /*#__PURE__*/Object.freeze({
|
|
77
|
-
__proto__: null
|
|
78
|
-
});
|
|
79
|
-
|
|
80
|
-
var require$$12 = /*@__PURE__*/getAugmentedNamespace(Grid);
|
|
81
|
-
|
|
82
|
-
var ImageAnnotations = /*#__PURE__*/Object.freeze({
|
|
83
|
-
__proto__: null
|
|
84
|
-
});
|
|
85
|
-
|
|
86
|
-
var require$$13 = /*@__PURE__*/getAugmentedNamespace(ImageAnnotations);
|
|
87
|
-
|
|
88
|
-
var KeyValuePair = /*#__PURE__*/Object.freeze({
|
|
89
|
-
__proto__: null
|
|
90
|
-
});
|
|
91
|
-
|
|
92
|
-
var require$$14 = /*@__PURE__*/getAugmentedNamespace(KeyValuePair);
|
|
93
|
-
|
|
94
|
-
var LaserScan = /*#__PURE__*/Object.freeze({
|
|
95
|
-
__proto__: null
|
|
96
|
-
});
|
|
97
|
-
|
|
98
|
-
var require$$15 = /*@__PURE__*/getAugmentedNamespace(LaserScan);
|
|
99
|
-
|
|
100
|
-
var LinePrimitive = /*#__PURE__*/Object.freeze({
|
|
101
|
-
__proto__: null
|
|
102
|
-
});
|
|
103
|
-
|
|
104
|
-
var require$$16 = /*@__PURE__*/getAugmentedNamespace(LinePrimitive);
|
|
105
|
-
|
|
106
|
-
// Generated by https://github.com/foxglove/schemas
|
|
107
|
-
// Options: {}
|
|
108
|
-
|
|
109
|
-
/** An enumeration indicating how input points should be interpreted to create lines */
|
|
110
|
-
let LineType = /*#__PURE__*/function (LineType) {
|
|
111
|
-
LineType[LineType["LINE_STRIP"] = 0] = "LINE_STRIP";
|
|
112
|
-
LineType[LineType["LINE_LOOP"] = 1] = "LINE_LOOP";
|
|
113
|
-
LineType[LineType["LINE_LIST"] = 2] = "LINE_LIST";
|
|
114
|
-
return LineType;
|
|
115
|
-
}({});
|
|
116
|
-
|
|
117
|
-
var LineType$1 = /*#__PURE__*/Object.freeze({
|
|
118
|
-
__proto__: null,
|
|
119
|
-
LineType: LineType
|
|
120
|
-
});
|
|
121
|
-
|
|
122
|
-
var require$$17 = /*@__PURE__*/getAugmentedNamespace(LineType$1);
|
|
123
|
-
|
|
124
|
-
var LocationFix = /*#__PURE__*/Object.freeze({
|
|
125
|
-
__proto__: null
|
|
126
|
-
});
|
|
127
|
-
|
|
128
|
-
var require$$18 = /*@__PURE__*/getAugmentedNamespace(LocationFix);
|
|
129
|
-
|
|
130
|
-
var Log = /*#__PURE__*/Object.freeze({
|
|
131
|
-
__proto__: null
|
|
132
|
-
});
|
|
133
|
-
|
|
134
|
-
var require$$19 = /*@__PURE__*/getAugmentedNamespace(Log);
|
|
135
|
-
|
|
136
|
-
// Generated by https://github.com/foxglove/schemas
|
|
137
|
-
// Options: {}
|
|
138
|
-
|
|
139
|
-
/** Log level */
|
|
140
|
-
let LogLevel = /*#__PURE__*/function (LogLevel) {
|
|
141
|
-
LogLevel[LogLevel["UNKNOWN"] = 0] = "UNKNOWN";
|
|
142
|
-
LogLevel[LogLevel["DEBUG"] = 1] = "DEBUG";
|
|
143
|
-
LogLevel[LogLevel["INFO"] = 2] = "INFO";
|
|
144
|
-
LogLevel[LogLevel["WARNING"] = 3] = "WARNING";
|
|
145
|
-
LogLevel[LogLevel["ERROR"] = 4] = "ERROR";
|
|
146
|
-
LogLevel[LogLevel["FATAL"] = 5] = "FATAL";
|
|
147
|
-
return LogLevel;
|
|
148
|
-
}({});
|
|
149
|
-
|
|
150
|
-
var LogLevel$1 = /*#__PURE__*/Object.freeze({
|
|
151
|
-
__proto__: null,
|
|
152
|
-
LogLevel: LogLevel
|
|
153
|
-
});
|
|
154
|
-
|
|
155
|
-
var require$$20 = /*@__PURE__*/getAugmentedNamespace(LogLevel$1);
|
|
156
|
-
|
|
157
|
-
var ModelPrimitive = /*#__PURE__*/Object.freeze({
|
|
158
|
-
__proto__: null
|
|
159
|
-
});
|
|
160
|
-
|
|
161
|
-
var require$$21 = /*@__PURE__*/getAugmentedNamespace(ModelPrimitive);
|
|
162
|
-
|
|
163
|
-
// Generated by https://github.com/foxglove/schemas
|
|
164
|
-
// Options: {}
|
|
165
|
-
|
|
166
|
-
/** Numeric type */
|
|
167
|
-
let NumericType = /*#__PURE__*/function (NumericType) {
|
|
168
|
-
NumericType[NumericType["UNKNOWN"] = 0] = "UNKNOWN";
|
|
169
|
-
NumericType[NumericType["UINT8"] = 1] = "UINT8";
|
|
170
|
-
NumericType[NumericType["INT8"] = 2] = "INT8";
|
|
171
|
-
NumericType[NumericType["UINT16"] = 3] = "UINT16";
|
|
172
|
-
NumericType[NumericType["INT16"] = 4] = "INT16";
|
|
173
|
-
NumericType[NumericType["UINT32"] = 5] = "UINT32";
|
|
174
|
-
NumericType[NumericType["INT32"] = 6] = "INT32";
|
|
175
|
-
NumericType[NumericType["FLOAT32"] = 7] = "FLOAT32";
|
|
176
|
-
NumericType[NumericType["FLOAT64"] = 8] = "FLOAT64";
|
|
177
|
-
return NumericType;
|
|
178
|
-
}({});
|
|
179
|
-
|
|
180
|
-
var NumericType$1 = /*#__PURE__*/Object.freeze({
|
|
181
|
-
__proto__: null,
|
|
182
|
-
NumericType: NumericType
|
|
183
|
-
});
|
|
184
|
-
|
|
185
|
-
var require$$22 = /*@__PURE__*/getAugmentedNamespace(NumericType$1);
|
|
186
|
-
|
|
187
|
-
var PackedElementField = /*#__PURE__*/Object.freeze({
|
|
188
|
-
__proto__: null
|
|
189
|
-
});
|
|
190
|
-
|
|
191
|
-
var require$$23 = /*@__PURE__*/getAugmentedNamespace(PackedElementField);
|
|
192
|
-
|
|
193
|
-
var Point2 = /*#__PURE__*/Object.freeze({
|
|
194
|
-
__proto__: null
|
|
195
|
-
});
|
|
196
|
-
|
|
197
|
-
var require$$24 = /*@__PURE__*/getAugmentedNamespace(Point2);
|
|
198
|
-
|
|
199
|
-
var Point3 = /*#__PURE__*/Object.freeze({
|
|
200
|
-
__proto__: null
|
|
201
|
-
});
|
|
202
|
-
|
|
203
|
-
var require$$25 = /*@__PURE__*/getAugmentedNamespace(Point3);
|
|
204
|
-
|
|
205
|
-
var PointCloud = /*#__PURE__*/Object.freeze({
|
|
206
|
-
__proto__: null
|
|
207
|
-
});
|
|
208
|
-
|
|
209
|
-
var require$$26 = /*@__PURE__*/getAugmentedNamespace(PointCloud);
|
|
210
|
-
|
|
211
|
-
var PointsAnnotation = /*#__PURE__*/Object.freeze({
|
|
212
|
-
__proto__: null
|
|
213
|
-
});
|
|
214
|
-
|
|
215
|
-
var require$$27 = /*@__PURE__*/getAugmentedNamespace(PointsAnnotation);
|
|
216
|
-
|
|
217
|
-
// Generated by https://github.com/foxglove/schemas
|
|
218
|
-
// Options: {}
|
|
219
|
-
|
|
220
|
-
/** Type of points annotation */
|
|
221
|
-
let PointsAnnotationType = /*#__PURE__*/function (PointsAnnotationType) {
|
|
222
|
-
PointsAnnotationType[PointsAnnotationType["UNKNOWN"] = 0] = "UNKNOWN";
|
|
223
|
-
PointsAnnotationType[PointsAnnotationType["POINTS"] = 1] = "POINTS";
|
|
224
|
-
PointsAnnotationType[PointsAnnotationType["LINE_LOOP"] = 2] = "LINE_LOOP";
|
|
225
|
-
PointsAnnotationType[PointsAnnotationType["LINE_STRIP"] = 3] = "LINE_STRIP";
|
|
226
|
-
PointsAnnotationType[PointsAnnotationType["LINE_LIST"] = 4] = "LINE_LIST";
|
|
227
|
-
return PointsAnnotationType;
|
|
228
|
-
}({});
|
|
229
|
-
|
|
230
|
-
var PointsAnnotationType$1 = /*#__PURE__*/Object.freeze({
|
|
231
|
-
__proto__: null,
|
|
232
|
-
PointsAnnotationType: PointsAnnotationType
|
|
233
|
-
});
|
|
234
|
-
|
|
235
|
-
var require$$28 = /*@__PURE__*/getAugmentedNamespace(PointsAnnotationType$1);
|
|
236
|
-
|
|
237
|
-
var Pose = /*#__PURE__*/Object.freeze({
|
|
238
|
-
__proto__: null
|
|
239
|
-
});
|
|
240
|
-
|
|
241
|
-
var require$$29 = /*@__PURE__*/getAugmentedNamespace(Pose);
|
|
242
|
-
|
|
243
|
-
var PoseInFrame = /*#__PURE__*/Object.freeze({
|
|
244
|
-
__proto__: null
|
|
245
|
-
});
|
|
246
|
-
|
|
247
|
-
var require$$30 = /*@__PURE__*/getAugmentedNamespace(PoseInFrame);
|
|
248
|
-
|
|
249
|
-
var PosesInFrame = /*#__PURE__*/Object.freeze({
|
|
250
|
-
__proto__: null
|
|
251
|
-
});
|
|
252
|
-
|
|
253
|
-
var require$$31 = /*@__PURE__*/getAugmentedNamespace(PosesInFrame);
|
|
254
|
-
|
|
255
|
-
// Generated by https://github.com/foxglove/schemas
|
|
256
|
-
// Options: {}
|
|
257
|
-
|
|
258
|
-
/** Type of position covariance */
|
|
259
|
-
let PositionCovarianceType = /*#__PURE__*/function (PositionCovarianceType) {
|
|
260
|
-
PositionCovarianceType[PositionCovarianceType["UNKNOWN"] = 0] = "UNKNOWN";
|
|
261
|
-
PositionCovarianceType[PositionCovarianceType["APPROXIMATED"] = 1] = "APPROXIMATED";
|
|
262
|
-
PositionCovarianceType[PositionCovarianceType["DIAGONAL_KNOWN"] = 2] = "DIAGONAL_KNOWN";
|
|
263
|
-
PositionCovarianceType[PositionCovarianceType["KNOWN"] = 3] = "KNOWN";
|
|
264
|
-
return PositionCovarianceType;
|
|
265
|
-
}({});
|
|
266
|
-
|
|
267
|
-
var PositionCovarianceType$1 = /*#__PURE__*/Object.freeze({
|
|
268
|
-
__proto__: null,
|
|
269
|
-
PositionCovarianceType: PositionCovarianceType
|
|
270
|
-
});
|
|
271
|
-
|
|
272
|
-
var require$$32 = /*@__PURE__*/getAugmentedNamespace(PositionCovarianceType$1);
|
|
273
|
-
|
|
274
|
-
var Quaternion = /*#__PURE__*/Object.freeze({
|
|
275
|
-
__proto__: null
|
|
276
|
-
});
|
|
277
|
-
|
|
278
|
-
var require$$33 = /*@__PURE__*/getAugmentedNamespace(Quaternion);
|
|
279
|
-
|
|
280
|
-
var RawImage = /*#__PURE__*/Object.freeze({
|
|
281
|
-
__proto__: null
|
|
282
|
-
});
|
|
283
|
-
|
|
284
|
-
var require$$34 = /*@__PURE__*/getAugmentedNamespace(RawImage);
|
|
285
|
-
|
|
286
|
-
var SceneEntity = /*#__PURE__*/Object.freeze({
|
|
287
|
-
__proto__: null
|
|
288
|
-
});
|
|
289
|
-
|
|
290
|
-
var require$$35 = /*@__PURE__*/getAugmentedNamespace(SceneEntity);
|
|
291
|
-
|
|
292
|
-
var SceneEntityDeletion = /*#__PURE__*/Object.freeze({
|
|
293
|
-
__proto__: null
|
|
294
|
-
});
|
|
295
|
-
|
|
296
|
-
var require$$36 = /*@__PURE__*/getAugmentedNamespace(SceneEntityDeletion);
|
|
297
|
-
|
|
298
|
-
// Generated by https://github.com/foxglove/schemas
|
|
299
|
-
// Options: {}
|
|
300
|
-
|
|
301
|
-
/** An enumeration indicating which entities should match a SceneEntityDeletion command */
|
|
302
|
-
let SceneEntityDeletionType = /*#__PURE__*/function (SceneEntityDeletionType) {
|
|
303
|
-
SceneEntityDeletionType[SceneEntityDeletionType["MATCHING_ID"] = 0] = "MATCHING_ID";
|
|
304
|
-
SceneEntityDeletionType[SceneEntityDeletionType["ALL"] = 1] = "ALL";
|
|
305
|
-
return SceneEntityDeletionType;
|
|
306
|
-
}({});
|
|
307
|
-
|
|
308
|
-
var SceneEntityDeletionType$1 = /*#__PURE__*/Object.freeze({
|
|
309
|
-
__proto__: null,
|
|
310
|
-
SceneEntityDeletionType: SceneEntityDeletionType
|
|
311
|
-
});
|
|
312
|
-
|
|
313
|
-
var require$$37 = /*@__PURE__*/getAugmentedNamespace(SceneEntityDeletionType$1);
|
|
314
|
-
|
|
315
|
-
var SceneUpdate = /*#__PURE__*/Object.freeze({
|
|
316
|
-
__proto__: null
|
|
317
|
-
});
|
|
318
|
-
|
|
319
|
-
var require$$38 = /*@__PURE__*/getAugmentedNamespace(SceneUpdate);
|
|
320
|
-
|
|
321
|
-
var SpherePrimitive = /*#__PURE__*/Object.freeze({
|
|
322
|
-
__proto__: null
|
|
323
|
-
});
|
|
324
|
-
|
|
325
|
-
var require$$39 = /*@__PURE__*/getAugmentedNamespace(SpherePrimitive);
|
|
326
|
-
|
|
327
|
-
var TextAnnotation = /*#__PURE__*/Object.freeze({
|
|
328
|
-
__proto__: null
|
|
329
|
-
});
|
|
330
|
-
|
|
331
|
-
var require$$40 = /*@__PURE__*/getAugmentedNamespace(TextAnnotation);
|
|
332
|
-
|
|
333
|
-
var TextPrimitive = /*#__PURE__*/Object.freeze({
|
|
334
|
-
__proto__: null
|
|
335
|
-
});
|
|
336
|
-
|
|
337
|
-
var require$$41 = /*@__PURE__*/getAugmentedNamespace(TextPrimitive);
|
|
338
|
-
|
|
339
|
-
var TriangleListPrimitive = /*#__PURE__*/Object.freeze({
|
|
340
|
-
__proto__: null
|
|
341
|
-
});
|
|
342
|
-
|
|
343
|
-
var require$$42 = /*@__PURE__*/getAugmentedNamespace(TriangleListPrimitive);
|
|
344
|
-
|
|
345
|
-
var Vector2 = /*#__PURE__*/Object.freeze({
|
|
346
|
-
__proto__: null
|
|
347
|
-
});
|
|
348
|
-
|
|
349
|
-
var require$$43 = /*@__PURE__*/getAugmentedNamespace(Vector2);
|
|
350
|
-
|
|
351
|
-
var Vector3 = /*#__PURE__*/Object.freeze({
|
|
352
|
-
__proto__: null
|
|
353
|
-
});
|
|
354
|
-
|
|
355
|
-
var require$$44 = /*@__PURE__*/getAugmentedNamespace(Vector3);
|
|
356
|
-
|
|
357
|
-
(function (exports) {
|
|
358
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
359
|
-
const tslib_1 = require$$0;
|
|
360
|
-
tslib_1.__exportStar(require$$1, exports);
|
|
361
|
-
tslib_1.__exportStar(require$$2, exports);
|
|
362
|
-
tslib_1.__exportStar(require$$3, exports);
|
|
363
|
-
tslib_1.__exportStar(require$$4, exports);
|
|
364
|
-
tslib_1.__exportStar(require$$5, exports);
|
|
365
|
-
tslib_1.__exportStar(require$$6, exports);
|
|
366
|
-
tslib_1.__exportStar(require$$7, exports);
|
|
367
|
-
tslib_1.__exportStar(require$$8, exports);
|
|
368
|
-
tslib_1.__exportStar(require$$9, exports);
|
|
369
|
-
tslib_1.__exportStar(require$$10, exports);
|
|
370
|
-
tslib_1.__exportStar(require$$11, exports);
|
|
371
|
-
tslib_1.__exportStar(require$$12, exports);
|
|
372
|
-
tslib_1.__exportStar(require$$13, exports);
|
|
373
|
-
tslib_1.__exportStar(require$$14, exports);
|
|
374
|
-
tslib_1.__exportStar(require$$15, exports);
|
|
375
|
-
tslib_1.__exportStar(require$$16, exports);
|
|
376
|
-
tslib_1.__exportStar(require$$17, exports);
|
|
377
|
-
tslib_1.__exportStar(require$$18, exports);
|
|
378
|
-
tslib_1.__exportStar(require$$19, exports);
|
|
379
|
-
tslib_1.__exportStar(require$$20, exports);
|
|
380
|
-
tslib_1.__exportStar(require$$21, exports);
|
|
381
|
-
tslib_1.__exportStar(require$$22, exports);
|
|
382
|
-
tslib_1.__exportStar(require$$23, exports);
|
|
383
|
-
tslib_1.__exportStar(require$$24, exports);
|
|
384
|
-
tslib_1.__exportStar(require$$25, exports);
|
|
385
|
-
tslib_1.__exportStar(require$$26, exports);
|
|
386
|
-
tslib_1.__exportStar(require$$27, exports);
|
|
387
|
-
tslib_1.__exportStar(require$$28, exports);
|
|
388
|
-
tslib_1.__exportStar(require$$29, exports);
|
|
389
|
-
tslib_1.__exportStar(require$$30, exports);
|
|
390
|
-
tslib_1.__exportStar(require$$31, exports);
|
|
391
|
-
tslib_1.__exportStar(require$$32, exports);
|
|
392
|
-
tslib_1.__exportStar(require$$33, exports);
|
|
393
|
-
tslib_1.__exportStar(require$$34, exports);
|
|
394
|
-
tslib_1.__exportStar(require$$35, exports);
|
|
395
|
-
tslib_1.__exportStar(require$$36, exports);
|
|
396
|
-
tslib_1.__exportStar(require$$37, exports);
|
|
397
|
-
tslib_1.__exportStar(require$$38, exports);
|
|
398
|
-
tslib_1.__exportStar(require$$39, exports);
|
|
399
|
-
tslib_1.__exportStar(require$$40, exports);
|
|
400
|
-
tslib_1.__exportStar(require$$41, exports);
|
|
401
|
-
tslib_1.__exportStar(require$$42, exports);
|
|
402
|
-
tslib_1.__exportStar(require$$43, exports);
|
|
403
|
-
tslib_1.__exportStar(require$$44, exports);
|
|
404
|
-
|
|
405
|
-
} (typescript));
|
|
406
|
-
|
|
407
|
-
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
408
|
-
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
409
|
-
// file, You can obtain one at http://mozilla.org/MPL/2.0/
|
|
410
|
-
//
|
|
411
|
-
// This file incorporates work covered by the following copyright and
|
|
412
|
-
// permission notice:
|
|
413
|
-
//
|
|
414
|
-
// Copyright 2018-2021 Cruise LLC
|
|
415
|
-
//
|
|
416
|
-
// This source code is licensed under the Apache License, Version 2.0,
|
|
417
|
-
// found at http://www.apache.org/licenses/LICENSE-2.0
|
|
418
|
-
// You may not use this file except in compliance with the License.
|
|
419
|
-
|
|
420
|
-
Logger.getLogger("src/index.ts");
|
|
421
|
-
|
|
422
|
-
export { typescript as t };
|