@wandelbots/wandelbots-js-react-components 2.34.1-pr.feature-robot-precondition-list.372.cbfbec1 → 2.34.1-pr.feature-robot-precondition-list.372.a300caa
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/components/RobotCard.d.ts.map +1 -1
- package/dist/index.cjs +15 -15
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +367 -362
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/components/RobotCard.tsx +17 -5
package/dist/index.js
CHANGED
|
@@ -2,10 +2,10 @@ var wg = Object.defineProperty;
|
|
|
2
2
|
var Cg = (e, t, r) => t in e ? wg(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r;
|
|
3
3
|
var Gn = (e, t, r) => Cg(e, typeof t != "symbol" ? t + "" : t, r);
|
|
4
4
|
import * as N from "react";
|
|
5
|
-
import Qt, { useState as _e, useRef as Fe, useEffect as
|
|
5
|
+
import Qt, { useState as _e, useRef as Fe, useEffect as Le, useCallback as Tt, useMemo as Aa, forwardRef as Je, Suspense as Xh, lazy as Pg } from "react";
|
|
6
6
|
import { Environment as Tg, Lightformer as Or, Line as Zh, useGLTF as Rg, Bounds as Uc, useBounds as Ag } from "@react-three/drei";
|
|
7
7
|
import { useThree as _g, useFrame as Eg, Canvas as Dc } from "@react-three/fiber";
|
|
8
|
-
import * as
|
|
8
|
+
import * as Ne from "three";
|
|
9
9
|
import { Vector3 as La, Matrix4 as Hn, Quaternion as Vg } from "three";
|
|
10
10
|
import { ConvexGeometry as Ig } from "three-stdlib";
|
|
11
11
|
import { SvgIcon as ep, AppBar as Mg, Toolbar as jg, Box as ae, Typography as fe, IconButton as Ir, alpha as Lc, Backdrop as $g, Menu as kg, MenuItem as hn, useTheme as ze, Fade as Zo, Divider as Nt, Slider as Ug, Stack as $e, CircularProgress as Dg, capitalize as Lg, styled as $l, InputLabel as Bg, Select as Ng, FormControl as Fg, ToggleButtonGroup as zg, ToggleButton as Bc, Tabs as tp, Tab as rp, Tooltip as Gg, Paper as Hg, Button as On, Dialog as qg, DialogTitle as Wg, DialogContent as Jg, DialogActions as Yg, Chip as np, Card as Kg, Popover as Qg, Fab as Xg, createTheme as Zg, rgbToHex as e0 } from "@mui/material";
|
|
@@ -86,7 +86,7 @@ function V0() {
|
|
|
86
86
|
return "Suspense";
|
|
87
87
|
case C:
|
|
88
88
|
return "SuspenseList";
|
|
89
|
-
case
|
|
89
|
+
case I:
|
|
90
90
|
return "Activity";
|
|
91
91
|
}
|
|
92
92
|
if (typeof G == "object")
|
|
@@ -176,13 +176,13 @@ function V0() {
|
|
|
176
176
|
"Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
|
|
177
177
|
)), G = this.props.ref, G !== void 0 ? G : null;
|
|
178
178
|
}
|
|
179
|
-
function c(G, K, ie, xe,
|
|
179
|
+
function c(G, K, ie, xe, Be, ne, be, Se) {
|
|
180
180
|
return ie = ne.ref, G = {
|
|
181
181
|
$$typeof: p,
|
|
182
182
|
type: G,
|
|
183
183
|
key: K,
|
|
184
184
|
props: ne,
|
|
185
|
-
_owner:
|
|
185
|
+
_owner: Be
|
|
186
186
|
}, (ie !== void 0 ? ie : null) !== null ? Object.defineProperty(G, "ref", {
|
|
187
187
|
enumerable: !1,
|
|
188
188
|
get: l
|
|
@@ -208,7 +208,7 @@ function V0() {
|
|
|
208
208
|
value: Se
|
|
209
209
|
}), Object.freeze && (Object.freeze(G.props), Object.freeze(G)), G;
|
|
210
210
|
}
|
|
211
|
-
function u(G, K, ie, xe,
|
|
211
|
+
function u(G, K, ie, xe, Be, ne, be, Se) {
|
|
212
212
|
var pe = K.children;
|
|
213
213
|
if (pe !== void 0)
|
|
214
214
|
if (xe)
|
|
@@ -251,7 +251,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
251
251
|
G,
|
|
252
252
|
pe,
|
|
253
253
|
ne,
|
|
254
|
-
|
|
254
|
+
Be,
|
|
255
255
|
o(),
|
|
256
256
|
ie,
|
|
257
257
|
be,
|
|
@@ -261,7 +261,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
261
261
|
function d(G) {
|
|
262
262
|
typeof G == "object" && G !== null && G.$$typeof === p && G._store && (G._store.validated = 1);
|
|
263
263
|
}
|
|
264
|
-
var h = Qt, p = Symbol.for("react.transitional.element"), f = Symbol.for("react.portal"), m = Symbol.for("react.fragment"), b = Symbol.for("react.strict_mode"), S = Symbol.for("react.profiler"), _ = Symbol.for("react.consumer"), O = Symbol.for("react.context"), w = Symbol.for("react.forward_ref"), R = Symbol.for("react.suspense"), C = Symbol.for("react.suspense_list"), P = Symbol.for("react.memo"), V = Symbol.for("react.lazy"),
|
|
264
|
+
var h = Qt, p = Symbol.for("react.transitional.element"), f = Symbol.for("react.portal"), m = Symbol.for("react.fragment"), b = Symbol.for("react.strict_mode"), S = Symbol.for("react.profiler"), _ = Symbol.for("react.consumer"), O = Symbol.for("react.context"), w = Symbol.for("react.forward_ref"), R = Symbol.for("react.suspense"), C = Symbol.for("react.suspense_list"), P = Symbol.for("react.memo"), V = Symbol.for("react.lazy"), I = Symbol.for("react.activity"), y = Symbol.for("react.client.reference"), T = h.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, F = Object.prototype.hasOwnProperty, E = Array.isArray, z = console.createTask ? console.createTask : function() {
|
|
265
265
|
return null;
|
|
266
266
|
};
|
|
267
267
|
h = {
|
|
@@ -273,7 +273,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
273
273
|
h,
|
|
274
274
|
a
|
|
275
275
|
)(), X = z(n(a)), oe = {};
|
|
276
|
-
Wn.Fragment = m, Wn.jsx = function(G, K, ie, xe,
|
|
276
|
+
Wn.Fragment = m, Wn.jsx = function(G, K, ie, xe, Be) {
|
|
277
277
|
var ne = 1e4 > T.recentlyCreatedOwnerStacks++;
|
|
278
278
|
return u(
|
|
279
279
|
G,
|
|
@@ -281,11 +281,11 @@ React keys must be passed directly to JSX without using spread:
|
|
|
281
281
|
ie,
|
|
282
282
|
!1,
|
|
283
283
|
xe,
|
|
284
|
-
|
|
284
|
+
Be,
|
|
285
285
|
ne ? Error("react-stack-top-frame") : Z,
|
|
286
286
|
ne ? z(n(G)) : X
|
|
287
287
|
);
|
|
288
|
-
}, Wn.jsxs = function(G, K, ie, xe,
|
|
288
|
+
}, Wn.jsxs = function(G, K, ie, xe, Be) {
|
|
289
289
|
var ne = 1e4 > T.recentlyCreatedOwnerStacks++;
|
|
290
290
|
return u(
|
|
291
291
|
G,
|
|
@@ -293,7 +293,7 @@ React keys must be passed directly to JSX without using spread:
|
|
|
293
293
|
ie,
|
|
294
294
|
!0,
|
|
295
295
|
xe,
|
|
296
|
-
|
|
296
|
+
Be,
|
|
297
297
|
ne ? Error("react-stack-top-frame") : Z,
|
|
298
298
|
ne ? z(n(G)) : X
|
|
299
299
|
);
|
|
@@ -382,9 +382,9 @@ function M0({ positions: e = [2, 0, 2, 0, 2, 0, 2, 0] }) {
|
|
|
382
382
|
function j0(e) {
|
|
383
383
|
if (e.length < 3)
|
|
384
384
|
return console.log("Not enough vertices to define a plane"), { isCoplanar: !1 };
|
|
385
|
-
const t = new
|
|
385
|
+
const t = new Ne.Vector3(e[0].x, e[0].y, e[0].z), r = new Ne.Vector3(e[1].x, e[1].y, e[1].z), n = new Ne.Vector3(e[2].x, e[2].y, e[2].z), o = new Ne.Vector3().subVectors(r, t), a = new Ne.Vector3().subVectors(n, t), s = new Ne.Vector3().crossVectors(o, a).normalize();
|
|
386
386
|
for (let i = 3; i < e.length; i++) {
|
|
387
|
-
const l = new
|
|
387
|
+
const l = new Ne.Vector3(e[i].x, e[i].y, e[i].z), c = new Ne.Vector3().subVectors(l, t), u = s.dot(c);
|
|
388
388
|
if (Math.abs(u) > 1e-6)
|
|
389
389
|
return console.log("Vertices are not on the same plane"), { isCoplanar: !1 };
|
|
390
390
|
}
|
|
@@ -399,10 +399,10 @@ function _$({
|
|
|
399
399
|
return r.geometry && (r.geometry.compound ? o = r.geometry.compound.child_geometries : r.geometry.convex_hull && (o = [r.geometry])), o.map((a, s) => {
|
|
400
400
|
if (!a.convex_hull) return null;
|
|
401
401
|
const i = a.convex_hull.vertices.map(
|
|
402
|
-
(u) => new
|
|
402
|
+
(u) => new Ne.Vector3(u.x / 1e3, u.y / 1e3, u.z / 1e3)
|
|
403
403
|
), l = j0(i);
|
|
404
404
|
if (l.isCoplanar && l.normal) {
|
|
405
|
-
const d = new
|
|
405
|
+
const d = new Ne.Vector3().addVectors(
|
|
406
406
|
i[0],
|
|
407
407
|
l.normal.multiplyScalar(1e-4)
|
|
408
408
|
);
|
|
@@ -436,7 +436,7 @@ function E$({
|
|
|
436
436
|
...t
|
|
437
437
|
}) {
|
|
438
438
|
var n;
|
|
439
|
-
const r = ((n = e.trajectory) == null ? void 0 : n.map((o) => o.tcp_pose ? new
|
|
439
|
+
const r = ((n = e.trajectory) == null ? void 0 : n.map((o) => o.tcp_pose ? new Ne.Vector3(
|
|
440
440
|
o.tcp_pose.position.x / 1e3,
|
|
441
441
|
o.tcp_pose.position.z / 1e3,
|
|
442
442
|
-o.tcp_pose.position.y / 1e3
|
|
@@ -2324,7 +2324,7 @@ function yp(e = {}) {
|
|
|
2324
2324
|
let z;
|
|
2325
2325
|
z = [...F, ...T, ...E], z.raw = [...F, ...T.raw, ...E], C.unshift(z);
|
|
2326
2326
|
}
|
|
2327
|
-
const
|
|
2327
|
+
const I = [...C, ...P, ...V], y = _(...I);
|
|
2328
2328
|
return i.muiName && (y.muiName = i.muiName), process.env.NODE_ENV !== "production" && (y.displayName = ib(c, u, i)), y;
|
|
2329
2329
|
};
|
|
2330
2330
|
return _.withConfig && (w.withConfig = _.withConfig), w;
|
|
@@ -2689,7 +2689,7 @@ function Pb(e, t = {}) {
|
|
|
2689
2689
|
}), O;
|
|
2690
2690
|
},
|
|
2691
2691
|
generateStyleSheets: () => {
|
|
2692
|
-
var V,
|
|
2692
|
+
var V, I;
|
|
2693
2693
|
const O = [], w = e.defaultColorScheme || "light";
|
|
2694
2694
|
function R(y, T) {
|
|
2695
2695
|
Object.keys(T).length && O.push(typeof y == "string" ? {
|
|
@@ -2708,7 +2708,7 @@ function Pb(e, t = {}) {
|
|
|
2708
2708
|
if (C) {
|
|
2709
2709
|
const {
|
|
2710
2710
|
css: y
|
|
2711
|
-
} = C, T = (
|
|
2711
|
+
} = C, T = (I = (V = a[w]) == null ? void 0 : V.palette) == null ? void 0 : I.mode, F = !n && T ? {
|
|
2712
2712
|
colorScheme: T,
|
|
2713
2713
|
...y
|
|
2714
2714
|
} : {
|
|
@@ -3591,8 +3591,8 @@ function dx(e = {}, ...t) {
|
|
|
3591
3591
|
},
|
|
3592
3592
|
spacing: cx(c.spacing)
|
|
3593
3593
|
};
|
|
3594
|
-
Object.keys(w.colorSchemes).forEach((
|
|
3595
|
-
const y = w.colorSchemes[
|
|
3594
|
+
Object.keys(w.colorSchemes).forEach((I) => {
|
|
3595
|
+
const y = w.colorSchemes[I].palette, T = (F) => {
|
|
3596
3596
|
const E = F.split("-"), z = E[1], re = E[2];
|
|
3597
3597
|
return h(F, y[z][re]);
|
|
3598
3598
|
};
|
|
@@ -3610,7 +3610,7 @@ function dx(e = {}, ...t) {
|
|
|
3610
3610
|
const E = y[F];
|
|
3611
3611
|
F !== "tonalOffset" && E && typeof E == "object" && (E.main && q(y[F], "mainChannel", co(uo(E.main))), E.light && q(y[F], "lightChannel", co(uo(E.light))), E.dark && q(y[F], "darkChannel", co(uo(E.dark))), E.contrastText && q(y[F], "contrastTextChannel", co(uo(E.contrastText))), F === "text" && (qt(y[F], "primary"), qt(y[F], "secondary")), F === "action" && (E.active && qt(y[F], "active"), E.selected && qt(y[F], "selected")));
|
|
3612
3612
|
});
|
|
3613
|
-
}), w = t.reduce((
|
|
3613
|
+
}), w = t.reduce((I, y) => it(I, y), w);
|
|
3614
3614
|
const R = {
|
|
3615
3615
|
prefix: a,
|
|
3616
3616
|
disableCssColorScheme: o,
|
|
@@ -3621,8 +3621,8 @@ function dx(e = {}, ...t) {
|
|
|
3621
3621
|
generateThemeVars: P,
|
|
3622
3622
|
generateStyleSheets: V
|
|
3623
3623
|
} = Pb(w, R);
|
|
3624
|
-
return w.vars = C, Object.entries(w.colorSchemes[w.defaultColorScheme]).forEach(([
|
|
3625
|
-
w[
|
|
3624
|
+
return w.vars = C, Object.entries(w.colorSchemes[w.defaultColorScheme]).forEach(([I, y]) => {
|
|
3625
|
+
w[I] = y;
|
|
3626
3626
|
}), w.generateThemeVars = P, w.generateStyleSheets = V, w.generateSpacing = function() {
|
|
3627
3627
|
return pp(c.spacing, bs(this));
|
|
3628
3628
|
}, w.getColorSchemeSelector = Tb(i), w.spacing = w.generateSpacing(), w.shouldSkipGeneratingVar = s, w.unstable_sxConfig = {
|
|
@@ -4076,17 +4076,17 @@ function _p(e, ...t) {
|
|
|
4076
4076
|
arguments
|
|
4077
4077
|
);
|
|
4078
4078
|
if (i = O.apply(null, P), process.env.NODE_ENV !== "production") {
|
|
4079
|
-
const { identityFunctionCheck: V, inputStabilityCheck:
|
|
4079
|
+
const { identityFunctionCheck: V, inputStabilityCheck: I } = Px(w, m);
|
|
4080
4080
|
if (V.shouldRun && V.run(
|
|
4081
4081
|
c,
|
|
4082
4082
|
P,
|
|
4083
4083
|
i
|
|
4084
|
-
),
|
|
4084
|
+
), I.shouldRun) {
|
|
4085
4085
|
const y = bu(
|
|
4086
4086
|
_,
|
|
4087
4087
|
arguments
|
|
4088
4088
|
);
|
|
4089
|
-
|
|
4089
|
+
I.run(
|
|
4090
4090
|
{ inputSelectorResults: P, inputSelectorResultsCopy: y },
|
|
4091
4091
|
{ memoize: d, memoizeOptions: b },
|
|
4092
4092
|
arguments
|
|
@@ -7189,7 +7189,7 @@ function _v(e) {
|
|
|
7189
7189
|
d = To(d);
|
|
7190
7190
|
var h = d.fill, p = d.align, f = d.sign, m = d.symbol, b = d.zero, S = d.width, _ = d.comma, O = d.precision, w = d.trim, R = d.type;
|
|
7191
7191
|
R === "n" ? (_ = !0, R = "g") : Hu[R] || (O === void 0 && (O = 12), w = !0, R = "g"), (b || h === "0" && p === "=") && (b = !0, h = "0", p = "=");
|
|
7192
|
-
var C = m === "$" ? r : m === "#" && /[boxX]/.test(R) ? "0" + R.toLowerCase() : "", P = m === "$" ? n : /[%p]/.test(R) ? s : "", V = Hu[R],
|
|
7192
|
+
var C = m === "$" ? r : m === "#" && /[boxX]/.test(R) ? "0" + R.toLowerCase() : "", P = m === "$" ? n : /[%p]/.test(R) ? s : "", V = Hu[R], I = /[defgprs%]/.test(R);
|
|
7193
7193
|
O = O === void 0 ? 6 : /[gprs]/.test(R) ? Math.max(1, Math.min(21, O)) : Math.max(0, Math.min(20, O));
|
|
7194
7194
|
function y(T) {
|
|
7195
7195
|
var F = C, E = P, z, re, ee;
|
|
@@ -7198,7 +7198,7 @@ function _v(e) {
|
|
|
7198
7198
|
else {
|
|
7199
7199
|
T = +T;
|
|
7200
7200
|
var Z = T < 0 || 1 / T < 0;
|
|
7201
|
-
if (T = isNaN(T) ? l : V(Math.abs(T), O), w && (T = Rv(T)), Z && +T == 0 && f !== "+" && (Z = !1), F = (Z ? f === "(" ? f : i : f === "-" || f === "(" ? "" : f) + F, E = (R === "s" ? Ju[8 + Xp / 3] : "") + E + (Z && f === "(" ? ")" : ""),
|
|
7201
|
+
if (T = isNaN(T) ? l : V(Math.abs(T), O), w && (T = Rv(T)), Z && +T == 0 && f !== "+" && (Z = !1), F = (Z ? f === "(" ? f : i : f === "-" || f === "(" ? "" : f) + F, E = (R === "s" ? Ju[8 + Xp / 3] : "") + E + (Z && f === "(" ? ")" : ""), I) {
|
|
7202
7202
|
for (z = -1, re = T.length; ++z < re; )
|
|
7203
7203
|
if (ee = T.charCodeAt(z), 48 > ee || ee > 57) {
|
|
7204
7204
|
E = (ee === 46 ? o + T.slice(z + 1) : T.slice(z)) + E, T = T.slice(0, z);
|
|
@@ -7680,7 +7680,7 @@ function nS(e) {
|
|
|
7680
7680
|
"%": id
|
|
7681
7681
|
}, w = {
|
|
7682
7682
|
a: xe,
|
|
7683
|
-
A:
|
|
7683
|
+
A: Be,
|
|
7684
7684
|
b: ne,
|
|
7685
7685
|
B: be,
|
|
7686
7686
|
c: null,
|
|
@@ -7728,7 +7728,7 @@ function nS(e) {
|
|
|
7728
7728
|
L: bS,
|
|
7729
7729
|
m: mS,
|
|
7730
7730
|
M: gS,
|
|
7731
|
-
p:
|
|
7731
|
+
p: I,
|
|
7732
7732
|
q: pS,
|
|
7733
7733
|
Q: SS,
|
|
7734
7734
|
s: OS,
|
|
@@ -7777,7 +7777,7 @@ function nS(e) {
|
|
|
7777
7777
|
}
|
|
7778
7778
|
return W;
|
|
7779
7779
|
}
|
|
7780
|
-
function
|
|
7780
|
+
function I(Q, se, ue) {
|
|
7781
7781
|
var W = c.exec(se.slice(ue));
|
|
7782
7782
|
return W ? (Q.p = u.get(W[0].toLowerCase()), ue + W[0].length) : -1;
|
|
7783
7783
|
}
|
|
@@ -7827,7 +7827,7 @@ function nS(e) {
|
|
|
7827
7827
|
function xe(Q) {
|
|
7828
7828
|
return s[Q.getUTCDay()];
|
|
7829
7829
|
}
|
|
7830
|
-
function
|
|
7830
|
+
function Be(Q) {
|
|
7831
7831
|
return a[Q.getUTCDay()];
|
|
7832
7832
|
}
|
|
7833
7833
|
function ne(Q) {
|
|
@@ -8392,10 +8392,10 @@ function gm({
|
|
|
8392
8392
|
} = P(_, O);
|
|
8393
8393
|
V[0] = Z, V[1] = X;
|
|
8394
8394
|
}
|
|
8395
|
-
const
|
|
8395
|
+
const I = pO(J({}, p, {
|
|
8396
8396
|
range: S,
|
|
8397
8397
|
domain: V
|
|
8398
|
-
})), y = mO(
|
|
8398
|
+
})), y = mO(I, b), T = Ri(S, b), F = il(C, V, T), E = P === "nice" ? F.nice(I) : F, [z, re] = E.domain(), ee = [p.min ?? z, p.max ?? re];
|
|
8399
8399
|
u[p.id] = J({
|
|
8400
8400
|
offset: 0,
|
|
8401
8401
|
height: 0,
|
|
@@ -8875,9 +8875,9 @@ const Ns = ({
|
|
|
8875
8875
|
return;
|
|
8876
8876
|
}
|
|
8877
8877
|
(ee = o.setPointerCoordinate) == null || ee.call(o, z);
|
|
8878
|
-
}, V = o.addInteractionListener("move", P),
|
|
8878
|
+
}, V = o.addInteractionListener("move", P), I = o.addInteractionListener("pan", P), y = o.addInteractionListener("quickPress", P);
|
|
8879
8879
|
return () => {
|
|
8880
|
-
V.cleanup(), w.cleanup(),
|
|
8880
|
+
V.cleanup(), w.cleanup(), I.cleanup(), R.cleanup(), y.cleanup(), C.cleanup();
|
|
8881
8881
|
};
|
|
8882
8882
|
}, [n, t, h, S, f, _, o, e.disableAxisListener, d]), N.useEffect(() => {
|
|
8883
8883
|
const O = n.current, w = e.onAxisClick;
|
|
@@ -8886,8 +8886,8 @@ const Ns = ({
|
|
|
8886
8886
|
};
|
|
8887
8887
|
const R = o.addInteractionListener("tap", (C) => {
|
|
8888
8888
|
let P = null, V = !1;
|
|
8889
|
-
const
|
|
8890
|
-
V = y !== -1, P = V ? y : Rn(f[_],
|
|
8889
|
+
const I = gd(O, C.detail.srcEvent), y = Rn(h[S], I.x);
|
|
8890
|
+
V = y !== -1, P = V ? y : Rn(f[_], I.y);
|
|
8891
8891
|
const T = V ? p[0] : m[0];
|
|
8892
8892
|
if (P == null || P === -1)
|
|
8893
8893
|
return;
|
|
@@ -9201,14 +9201,14 @@ function rw(e, t, r, n, o, a, s, i) {
|
|
|
9201
9201
|
return h = (u * (t - a) - d * (e - o)) / h, [e + h * l, t + h * c];
|
|
9202
9202
|
}
|
|
9203
9203
|
function ha(e, t, r, n, o, a, s) {
|
|
9204
|
-
var i = e - r, l = t - n, c = (s ? a : -a) / fn(i * i + l * l), u = c * l, d = -c * i, h = e + u, p = t + d, f = r + u, m = n + d, b = (h + f) / 2, S = (p + m) / 2, _ = f - h, O = m - p, w = _ * _ + O * O, R = o - a, C = h * m - f * p, P = (O < 0 ? -1 : 1) * fn(HO(0, R * R * w - C * C)), V = (C * O - _ * P) / w,
|
|
9205
|
-
return F * F + E * E > z * z + re * re && (V = y,
|
|
9204
|
+
var i = e - r, l = t - n, c = (s ? a : -a) / fn(i * i + l * l), u = c * l, d = -c * i, h = e + u, p = t + d, f = r + u, m = n + d, b = (h + f) / 2, S = (p + m) / 2, _ = f - h, O = m - p, w = _ * _ + O * O, R = o - a, C = h * m - f * p, P = (O < 0 ? -1 : 1) * fn(HO(0, R * R * w - C * C)), V = (C * O - _ * P) / w, I = (-C * _ - O * P) / w, y = (C * O + _ * P) / w, T = (-C * _ + O * P) / w, F = V - b, E = I - S, z = y - b, re = T - S;
|
|
9205
|
+
return F * F + E * E > z * z + re * re && (V = y, I = T), {
|
|
9206
9206
|
cx: V,
|
|
9207
|
-
cy:
|
|
9207
|
+
cy: I,
|
|
9208
9208
|
x01: -u,
|
|
9209
9209
|
y01: -d,
|
|
9210
9210
|
x11: V * (o / R - 1),
|
|
9211
|
-
y11:
|
|
9211
|
+
y11: I * (o / R - 1)
|
|
9212
9212
|
};
|
|
9213
9213
|
}
|
|
9214
9214
|
function _m() {
|
|
@@ -9219,22 +9219,22 @@ function _m() {
|
|
|
9219
9219
|
else if (b > Ma - ut)
|
|
9220
9220
|
i.moveTo(p * wr(f), p * Mt(f)), i.arc(0, 0, p, f, m, !S), h > ut && (i.moveTo(h * wr(m), h * Mt(m)), i.arc(0, 0, h, m, f, S));
|
|
9221
9221
|
else {
|
|
9222
|
-
var _ = f, O = m, w = f, R = m, C = b, P = b, V = s.apply(this, arguments) / 2,
|
|
9223
|
-
if (
|
|
9224
|
-
var re = Od(
|
|
9222
|
+
var _ = f, O = m, w = f, R = m, C = b, P = b, V = s.apply(this, arguments) / 2, I = V > ut && (n ? +n.apply(this, arguments) : fn(h * h + p * p)), y = Ai(Sd(p - h) / 2, +r.apply(this, arguments)), T = y, F = y, E, z;
|
|
9223
|
+
if (I > ut) {
|
|
9224
|
+
var re = Od(I / h * Mt(V)), ee = Od(I / p * Mt(V));
|
|
9225
9225
|
(C -= re * 2) > ut ? (re *= S ? 1 : -1, w += re, R -= re) : (C = 0, w = R = (f + m) / 2), (P -= ee * 2) > ut ? (ee *= S ? 1 : -1, _ += ee, O -= ee) : (P = 0, _ = O = (f + m) / 2);
|
|
9226
9226
|
}
|
|
9227
9227
|
var Z = p * wr(_), X = p * Mt(_), oe = h * wr(R), G = h * Mt(R);
|
|
9228
9228
|
if (y > ut) {
|
|
9229
|
-
var K = p * wr(O), ie = p * Mt(O), xe = h * wr(w),
|
|
9229
|
+
var K = p * wr(O), ie = p * Mt(O), xe = h * wr(w), Be = h * Mt(w), ne;
|
|
9230
9230
|
if (b < Ro)
|
|
9231
|
-
if (ne = rw(Z, X, xe,
|
|
9231
|
+
if (ne = rw(Z, X, xe, Be, K, ie, oe, G)) {
|
|
9232
9232
|
var be = Z - ne[0], Se = X - ne[1], pe = K - ne[0], Q = ie - ne[1], se = 1 / Mt(qO((be * pe + Se * Q) / (fn(be * be + Se * Se) * fn(pe * pe + Q * Q))) / 2), ue = fn(ne[0] * ne[0] + ne[1] * ne[1]);
|
|
9233
9233
|
T = Ai(y, (h - ue) / (se - 1)), F = Ai(y, (p - ue) / (se + 1));
|
|
9234
9234
|
} else
|
|
9235
9235
|
T = F = 0;
|
|
9236
9236
|
}
|
|
9237
|
-
P > ut ? F > ut ? (E = ha(xe,
|
|
9237
|
+
P > ut ? F > ut ? (E = ha(xe, Be, Z, X, p, F, S), z = ha(K, ie, oe, G, p, F, S), i.moveTo(E.cx + E.x01, E.cy + E.y01), F < y ? i.arc(E.cx, E.cy, F, nt(E.y01, E.x01), nt(z.y01, z.x01), !S) : (i.arc(E.cx, E.cy, F, nt(E.y01, E.x01), nt(E.y11, E.x11), !S), i.arc(0, 0, p, nt(E.cy + E.y11, E.cx + E.x11), nt(z.cy + z.y11, z.cx + z.x11), !S), i.arc(z.cx, z.cy, F, nt(z.y11, z.x11), nt(z.y01, z.x01), !S))) : (i.moveTo(Z, X), i.arc(0, 0, p, _, O, !S)) : i.moveTo(Z, X), !(h > ut) || !(C > ut) ? i.lineTo(oe, G) : T > ut ? (E = ha(oe, G, K, ie, h, -T, S), z = ha(Z, X, xe, Be, h, -T, S), i.lineTo(E.cx + E.x01, E.cy + E.y01), T < y ? i.arc(E.cx, E.cy, T, nt(E.y01, E.x01), nt(z.y01, z.x01), !S) : (i.arc(E.cx, E.cy, T, nt(E.y01, E.x01), nt(E.y11, E.x11), !S), i.arc(0, 0, h, nt(E.cy + E.y11, E.cx + E.x11), nt(z.cy + z.y11, z.cx + z.x11), S), i.arc(z.cx, z.cy, T, nt(z.y11, z.x11), nt(z.y01, z.x01), !S))) : i.arc(0, 0, h, R, w, S);
|
|
9238
9238
|
}
|
|
9239
9239
|
if (i.closePath(), u) return i = null, u + "" || null;
|
|
9240
9240
|
}
|
|
@@ -10132,10 +10132,10 @@ function aC() {
|
|
|
10132
10132
|
for (var w = s ? new Float32Array(o) : new Array(o), R = 0; R < o; ++R)
|
|
10133
10133
|
w[R] = u(R * a, b, _);
|
|
10134
10134
|
function C(P) {
|
|
10135
|
-
for (var V = 0,
|
|
10135
|
+
for (var V = 0, I = 1, y = o - 1; I !== y && w[I] <= P; ++I)
|
|
10136
10136
|
V += a;
|
|
10137
|
-
--
|
|
10138
|
-
var T = (P - w[
|
|
10137
|
+
--I;
|
|
10138
|
+
var T = (P - w[I]) / (w[I + 1] - w[I]), F = V + T * a, E = d(F, b, _);
|
|
10139
10139
|
return E >= t ? p(P, F, b, _) : E === 0 ? F : h(P, V, V + a, b, _);
|
|
10140
10140
|
}
|
|
10141
10141
|
return function(V) {
|
|
@@ -10456,10 +10456,10 @@ function SC() {
|
|
|
10456
10456
|
colorMap: C,
|
|
10457
10457
|
scale: P,
|
|
10458
10458
|
colorScale: V,
|
|
10459
|
-
reverse:
|
|
10459
|
+
reverse: I
|
|
10460
10460
|
} = h[O];
|
|
10461
10461
|
return (C == null ? void 0 : C.type) === "piecewise" ? /* @__PURE__ */ g.jsx(Pd, {
|
|
10462
|
-
isReversed: !
|
|
10462
|
+
isReversed: !I,
|
|
10463
10463
|
scale: P,
|
|
10464
10464
|
colorMap: C,
|
|
10465
10465
|
size: s,
|
|
@@ -10467,7 +10467,7 @@ function SC() {
|
|
|
10467
10467
|
direction: "y"
|
|
10468
10468
|
}, w) : (C == null ? void 0 : C.type) === "continuous" ? /* @__PURE__ */ g.jsxs(N.Fragment, {
|
|
10469
10469
|
children: [/* @__PURE__ */ g.jsx(Td, {
|
|
10470
|
-
isReversed: !
|
|
10470
|
+
isReversed: !I,
|
|
10471
10471
|
scale: P,
|
|
10472
10472
|
colorScale: V,
|
|
10473
10473
|
colorMap: C,
|
|
@@ -10475,7 +10475,7 @@ function SC() {
|
|
|
10475
10475
|
gradientId: w,
|
|
10476
10476
|
direction: "y"
|
|
10477
10477
|
}), /* @__PURE__ */ g.jsx(Ii, {
|
|
10478
|
-
isReversed:
|
|
10478
|
+
isReversed: I,
|
|
10479
10479
|
colorScale: V,
|
|
10480
10480
|
colorMap: C,
|
|
10481
10481
|
gradientId: R
|
|
@@ -10486,7 +10486,7 @@ function SC() {
|
|
|
10486
10486
|
colorMap: C,
|
|
10487
10487
|
scale: P,
|
|
10488
10488
|
reverse: V,
|
|
10489
|
-
colorScale:
|
|
10489
|
+
colorScale: I
|
|
10490
10490
|
} = u[O];
|
|
10491
10491
|
return (C == null ? void 0 : C.type) === "piecewise" ? /* @__PURE__ */ g.jsx(Pd, {
|
|
10492
10492
|
isReversed: V,
|
|
@@ -10499,14 +10499,14 @@ function SC() {
|
|
|
10499
10499
|
children: [/* @__PURE__ */ g.jsx(Td, {
|
|
10500
10500
|
isReversed: V,
|
|
10501
10501
|
scale: P,
|
|
10502
|
-
colorScale:
|
|
10502
|
+
colorScale: I,
|
|
10503
10503
|
colorMap: C,
|
|
10504
10504
|
size: i,
|
|
10505
10505
|
gradientId: w,
|
|
10506
10506
|
direction: "x"
|
|
10507
10507
|
}), /* @__PURE__ */ g.jsx(Ii, {
|
|
10508
10508
|
isReversed: V,
|
|
10509
|
-
colorScale:
|
|
10509
|
+
colorScale: I,
|
|
10510
10510
|
colorMap: C,
|
|
10511
10511
|
gradientId: R
|
|
10512
10512
|
})]
|
|
@@ -10690,7 +10690,7 @@ function TC(e) {
|
|
|
10690
10690
|
const y = R * (b.maxY - b.minY);
|
|
10691
10691
|
w = p + (m - y) / 2 + b.cy * y;
|
|
10692
10692
|
}
|
|
10693
|
-
const C = Zn(s ?? R, R), P = Zn(i ?? "80%", R), V = Zn(l ?? 0, C - P),
|
|
10693
|
+
const C = Zn(s ?? R, R), P = Zn(i ?? "80%", R), V = Zn(l ?? 0, C - P), I = N.useMemo(() => {
|
|
10694
10694
|
const y = dl(o), T = dl(a);
|
|
10695
10695
|
return {
|
|
10696
10696
|
value: t,
|
|
@@ -10708,7 +10708,7 @@ function TC(e) {
|
|
|
10708
10708
|
};
|
|
10709
10709
|
}, [t, r, n, o, a, C, P, V, O, w, R]);
|
|
10710
10710
|
return /* @__PURE__ */ g.jsx(Oc.Provider, {
|
|
10711
|
-
value:
|
|
10711
|
+
value: I,
|
|
10712
10712
|
children: d
|
|
10713
10713
|
});
|
|
10714
10714
|
}
|
|
@@ -11500,8 +11500,8 @@ const XC = rt(
|
|
|
11500
11500
|
className: a,
|
|
11501
11501
|
hasError: s = !1
|
|
11502
11502
|
}) => {
|
|
11503
|
-
var
|
|
11504
|
-
const i = ze(), { t: l } = lt(), [c, u] = _e(0), [d, h] = _e(null), [p, f] = _e(!1), [m, b] = _e(!1), [S, _] = _e(0), O = Fe(null), w = Fe(null), R = Fe(0), [C, P] = _e(!1), [V,
|
|
11503
|
+
var Be;
|
|
11504
|
+
const i = ze(), { t: l } = lt(), [c, u] = _e(0), [d, h] = _e(null), [p, f] = _e(!1), [m, b] = _e(!1), [S, _] = _e(0), O = Fe(null), w = Fe(null), R = Fe(0), [C, P] = _e(!1), [V, I] = _e(!1), [y, T] = _e(!1), F = Fe(null), E = Fe(null), [z, re] = _e(!0), ee = Fe(void 0), [Z] = QC([0], {
|
|
11505
11505
|
tension: 80,
|
|
11506
11506
|
// Higher values = faster, more responsive animations
|
|
11507
11507
|
friction: 18,
|
|
@@ -11510,7 +11510,7 @@ const XC = rt(
|
|
|
11510
11510
|
_(ne);
|
|
11511
11511
|
}
|
|
11512
11512
|
});
|
|
11513
|
-
|
|
11513
|
+
Le(() => {
|
|
11514
11514
|
const ne = d === null, Se = ee.current === null;
|
|
11515
11515
|
ee.current, re(!0), ee.current = d;
|
|
11516
11516
|
}, [d]);
|
|
@@ -11544,13 +11544,13 @@ const XC = rt(
|
|
|
11544
11544
|
Z.setTarget([pe]);
|
|
11545
11545
|
}
|
|
11546
11546
|
}
|
|
11547
|
-
f(!1), b(!0),
|
|
11548
|
-
|
|
11547
|
+
f(!1), b(!0), I(!0), F.current && clearTimeout(F.current), F.current = setTimeout(() => {
|
|
11548
|
+
I(!1);
|
|
11549
11549
|
}, 800);
|
|
11550
11550
|
}, [p, d, Z]), G = Tt(() => {
|
|
11551
11551
|
m && c > 0 && (w.current = Date.now(), f(!0), b(!1));
|
|
11552
11552
|
}, [m, c]), K = Tt(() => m, [m]);
|
|
11553
|
-
|
|
11553
|
+
Le(() => {
|
|
11554
11554
|
s ? (p && !m && (P(!0), oe()), T(!0), E.current && clearTimeout(E.current), E.current = setTimeout(() => {
|
|
11555
11555
|
T(!1);
|
|
11556
11556
|
}, 600)) : (C && m && (P(!1), G()), T(!1), E.current && clearTimeout(E.current));
|
|
@@ -11561,7 +11561,7 @@ const XC = rt(
|
|
|
11561
11561
|
C,
|
|
11562
11562
|
oe,
|
|
11563
11563
|
G
|
|
11564
|
-
]),
|
|
11564
|
+
]), Le(() => {
|
|
11565
11565
|
let ne = !0;
|
|
11566
11566
|
const be = setTimeout(() => {
|
|
11567
11567
|
ne && e({
|
|
@@ -11574,7 +11574,7 @@ const XC = rt(
|
|
|
11574
11574
|
return () => {
|
|
11575
11575
|
ne = !1, clearTimeout(be);
|
|
11576
11576
|
};
|
|
11577
|
-
}, [e, X, oe, G, K]),
|
|
11577
|
+
}, [e, X, oe, G, K]), Le(() => {
|
|
11578
11578
|
if (p) {
|
|
11579
11579
|
const ne = () => {
|
|
11580
11580
|
if (w.current) {
|
|
@@ -11601,7 +11601,7 @@ const XC = rt(
|
|
|
11601
11601
|
return () => {
|
|
11602
11602
|
O.current && cancelAnimationFrame(O.current);
|
|
11603
11603
|
};
|
|
11604
|
-
}, [p, t, d, Z]),
|
|
11604
|
+
}, [p, t, d, Z]), Le(() => {
|
|
11605
11605
|
let ne = null;
|
|
11606
11606
|
const be = () => {
|
|
11607
11607
|
Z.update(1 / 60), ne = requestAnimationFrame(be);
|
|
@@ -11609,9 +11609,9 @@ const XC = rt(
|
|
|
11609
11609
|
return ne = requestAnimationFrame(be), () => {
|
|
11610
11610
|
ne && cancelAnimationFrame(ne);
|
|
11611
11611
|
};
|
|
11612
|
-
}, [Z]),
|
|
11612
|
+
}, [Z]), Le(() => () => {
|
|
11613
11613
|
F.current && clearTimeout(F.current), E.current && clearTimeout(E.current);
|
|
11614
|
-
}, []),
|
|
11614
|
+
}, []), Le(() => {
|
|
11615
11615
|
if (!p && !m) {
|
|
11616
11616
|
if (d !== null && d > 0) {
|
|
11617
11617
|
const ne = (d - c) / d * 100;
|
|
@@ -11779,7 +11779,7 @@ const XC = rt(
|
|
|
11779
11779
|
// 71% of 264 = ~187px inner radius
|
|
11780
11780
|
height: 187,
|
|
11781
11781
|
borderRadius: "50%",
|
|
11782
|
-
backgroundColor: (
|
|
11782
|
+
backgroundColor: (Be = i.palette.backgroundPaperElevation) == null ? void 0 : Be[8],
|
|
11783
11783
|
display: "flex",
|
|
11784
11784
|
flexDirection: "column",
|
|
11785
11785
|
alignItems: "center",
|
|
@@ -12200,16 +12200,16 @@ const nP = Sr(/* @__PURE__ */ g.jsx("path", {
|
|
|
12200
12200
|
}) => {
|
|
12201
12201
|
var V;
|
|
12202
12202
|
const p = ze(), f = s0(), m = Fe(null), [b, S] = _e(null), _ = Aa(() => e.map(r), [e, r]);
|
|
12203
|
-
|
|
12203
|
+
Le(() => {
|
|
12204
12204
|
f.current && _.length > 0 && f.current.autosizeColumns({
|
|
12205
12205
|
includeOutliers: !0,
|
|
12206
12206
|
includeHeaders: !0,
|
|
12207
12207
|
expand: !0,
|
|
12208
|
-
columns: t.map((
|
|
12208
|
+
columns: t.map((I) => I.field)
|
|
12209
12209
|
});
|
|
12210
|
-
}, [_, t, f]),
|
|
12210
|
+
}, [_, t, f]), Le(() => {
|
|
12211
12211
|
if (!m.current || !f.current) return;
|
|
12212
|
-
const
|
|
12212
|
+
const I = new ResizeObserver(() => {
|
|
12213
12213
|
setTimeout(() => {
|
|
12214
12214
|
f.current && _.length > 0 && f.current.autosizeColumns({
|
|
12215
12215
|
includeOutliers: !0,
|
|
@@ -12219,8 +12219,8 @@ const nP = Sr(/* @__PURE__ */ g.jsx("path", {
|
|
|
12219
12219
|
});
|
|
12220
12220
|
}, 100);
|
|
12221
12221
|
});
|
|
12222
|
-
return
|
|
12223
|
-
|
|
12222
|
+
return I.observe(m.current), () => {
|
|
12223
|
+
I.disconnect();
|
|
12224
12224
|
};
|
|
12225
12225
|
}, [f, _.length, t]);
|
|
12226
12226
|
const O = Aa(() => {
|
|
@@ -12229,13 +12229,13 @@ const nP = Sr(/* @__PURE__ */ g.jsx("path", {
|
|
|
12229
12229
|
if (b !== null)
|
|
12230
12230
|
return b;
|
|
12231
12231
|
if (d && e.length > 0) {
|
|
12232
|
-
const
|
|
12233
|
-
return S(
|
|
12232
|
+
const I = e[0];
|
|
12233
|
+
return S(I), I;
|
|
12234
12234
|
}
|
|
12235
12235
|
return null;
|
|
12236
|
-
}, [d, e, o, b]), w = (
|
|
12237
|
-
const y = e.find((T) => r(T).id ===
|
|
12238
|
-
y && (o === void 0 && S(y), n && n(y,
|
|
12236
|
+
}, [d, e, o, b]), w = (I) => {
|
|
12237
|
+
const y = e.find((T) => r(T).id === I.id);
|
|
12238
|
+
y && (o === void 0 && S(y), n && n(y, I));
|
|
12239
12239
|
}, R = Aa(() => !O || !a ? null : a(O), [O, a]);
|
|
12240
12240
|
function C() {
|
|
12241
12241
|
return /* @__PURE__ */ g.jsx(l0, { children: /* @__PURE__ */ g.jsxs(
|
|
@@ -12294,10 +12294,10 @@ const nP = Sr(/* @__PURE__ */ g.jsx("path", {
|
|
|
12294
12294
|
/* @__PURE__ */ g.jsx(
|
|
12295
12295
|
u0,
|
|
12296
12296
|
{
|
|
12297
|
-
render: (
|
|
12297
|
+
render: (I, y) => /* @__PURE__ */ g.jsxs(
|
|
12298
12298
|
ae,
|
|
12299
12299
|
{
|
|
12300
|
-
...
|
|
12300
|
+
...I,
|
|
12301
12301
|
sx: {
|
|
12302
12302
|
display: "flex",
|
|
12303
12303
|
overflow: "hidden"
|
|
@@ -12549,7 +12549,7 @@ const nP = Sr(/* @__PURE__ */ g.jsx("path", {
|
|
|
12549
12549
|
includeHeaders: !0,
|
|
12550
12550
|
expand: !0,
|
|
12551
12551
|
// Auto-size all columns by default (can be overridden by dataGridProps)
|
|
12552
|
-
columns: ((V = c == null ? void 0 : c.autosizeOptions) == null ? void 0 : V.columns) || t.map((
|
|
12552
|
+
columns: ((V = c == null ? void 0 : c.autosizeOptions) == null ? void 0 : V.columns) || t.map((I) => I.field)
|
|
12553
12553
|
},
|
|
12554
12554
|
sx: {
|
|
12555
12555
|
border: "none",
|
|
@@ -12763,7 +12763,7 @@ const sP = ({
|
|
|
12763
12763
|
...r
|
|
12764
12764
|
}, n) => /* @__PURE__ */ N.createElement("svg", { width: 21, height: 21, viewBox: "0 0 21 21", fill: "none", xmlns: "http://www.w3.org/2000/svg", ref: n, "aria-labelledby": t, ...r }, e ? /* @__PURE__ */ N.createElement("title", { id: t }, e) : null, /* @__PURE__ */ N.createElement("g", { id: "JogPlus" }, /* @__PURE__ */ N.createElement("g", { id: "Plus" }, /* @__PURE__ */ N.createElement("path", { d: "M0 13V8H8V13H0Z", fill: "white" }), /* @__PURE__ */ N.createElement("path", { d: "M8 0L13 2.18557e-07L13 21H8L8 0Z", fill: "white" }), /* @__PURE__ */ N.createElement("path", { d: "M13 13V8H21V13H13Z", fill: "white" })))), cP = Je(lP);
|
|
12765
12765
|
function Rc(e) {
|
|
12766
|
-
|
|
12766
|
+
Le(e, []);
|
|
12767
12767
|
}
|
|
12768
12768
|
function Ym(e) {
|
|
12769
12769
|
Rc(() => op(e));
|
|
@@ -12794,13 +12794,13 @@ const _d = rt(
|
|
|
12794
12794
|
activeJoggingDirection: s,
|
|
12795
12795
|
...i
|
|
12796
12796
|
}) => {
|
|
12797
|
-
var O, w, R, C, P, V,
|
|
12797
|
+
var O, w, R, C, P, V, I;
|
|
12798
12798
|
zo(() => {
|
|
12799
12799
|
const y = r(), T = h.current;
|
|
12800
12800
|
T && (T.textContent = y);
|
|
12801
12801
|
});
|
|
12802
12802
|
const l = ze(), [c, u] = _e(null);
|
|
12803
|
-
|
|
12803
|
+
Le(() => {
|
|
12804
12804
|
a && _();
|
|
12805
12805
|
}, [a]);
|
|
12806
12806
|
const d = s || c, h = Fe(null);
|
|
@@ -12846,7 +12846,7 @@ const _d = rt(
|
|
|
12846
12846
|
color: e.backgroundColor,
|
|
12847
12847
|
path: { fill: e.backgroundColor },
|
|
12848
12848
|
":disabled": {
|
|
12849
|
-
backgroundColor: (
|
|
12849
|
+
backgroundColor: (I = e.buttonBackgroundColor) == null ? void 0 : I.pressed,
|
|
12850
12850
|
"svg path": { fill: l.palette.action.disabled }
|
|
12851
12851
|
}
|
|
12852
12852
|
};
|
|
@@ -13025,8 +13025,8 @@ function jP(e, t, r) {
|
|
|
13025
13025
|
return c = C, i = setTimeout(S, t), u ? p(C) : s;
|
|
13026
13026
|
}
|
|
13027
13027
|
function m(C) {
|
|
13028
|
-
var P = C - l, V = C - c,
|
|
13029
|
-
return d ? MP(
|
|
13028
|
+
var P = C - l, V = C - c, I = t - P;
|
|
13029
|
+
return d ? MP(I, a - V) : I;
|
|
13030
13030
|
}
|
|
13031
13031
|
function b(C) {
|
|
13032
13032
|
var P = C - l, V = C - c;
|
|
@@ -13081,7 +13081,7 @@ const UP = rt(
|
|
|
13081
13081
|
disabled: a,
|
|
13082
13082
|
...s
|
|
13083
13083
|
}) => {
|
|
13084
|
-
var O, w, R, C, P, V,
|
|
13084
|
+
var O, w, R, C, P, V, I, y, T, F, E, z, re, ee, Z;
|
|
13085
13085
|
const { t: i } = lt(), [l, c] = _e(), u = ze(), d = {
|
|
13086
13086
|
background: (O = u.palette.backgroundPaperElevation) == null ? void 0 : O[4],
|
|
13087
13087
|
color: (w = u.palette.backgroundPaperElevation) == null ? void 0 : w[11]
|
|
@@ -13165,7 +13165,7 @@ const UP = rt(
|
|
|
13165
13165
|
{
|
|
13166
13166
|
sx: {
|
|
13167
13167
|
pointerEvents: "none",
|
|
13168
|
-
color: (T = (y = (
|
|
13168
|
+
color: (T = (y = (I = (V = u.componentsExt) == null ? void 0 : V.JoggingPanel) == null ? void 0 : I.JoggingJoint) == null ? void 0 : y.Joint) == null ? void 0 : T.arrowColor
|
|
13169
13169
|
}
|
|
13170
13170
|
}
|
|
13171
13171
|
)
|
|
@@ -15625,8 +15625,8 @@ const zE = async (e) => {
|
|
|
15625
15625
|
const O = Cl && (c === "stream" || c === "response");
|
|
15626
15626
|
if (Cl && (i || O && m)) {
|
|
15627
15627
|
const R = {};
|
|
15628
|
-
["status", "statusText", "headers"].forEach((
|
|
15629
|
-
R[
|
|
15628
|
+
["status", "statusText", "headers"].forEach((I) => {
|
|
15629
|
+
R[I] = _[I];
|
|
15630
15630
|
});
|
|
15631
15631
|
const C = H.toFiniteNumber(_.headers.get("content-length")), [P, V] = i && ih(
|
|
15632
15632
|
C,
|
|
@@ -16091,9 +16091,9 @@ const {
|
|
|
16091
16091
|
formToJSON: H$,
|
|
16092
16092
|
getAdapter: q$,
|
|
16093
16093
|
mergeConfig: W$
|
|
16094
|
-
} = A,
|
|
16094
|
+
} = A, M = "/api/v1".replace(/\/+$/, "");
|
|
16095
16095
|
class Me {
|
|
16096
|
-
constructor(t, r =
|
|
16096
|
+
constructor(t, r = M, n = A) {
|
|
16097
16097
|
Gn(this, "basePath");
|
|
16098
16098
|
Gn(this, "axios");
|
|
16099
16099
|
Gn(this, "configuration");
|
|
@@ -16287,7 +16287,7 @@ const D = function(e, ...t) {
|
|
|
16287
16287
|
async addApp(r, n, o, a) {
|
|
16288
16288
|
var c, u;
|
|
16289
16289
|
const s = await t.addApp(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["ApplicationApi.addApp"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
16290
|
-
return (d, h) => B(s, A,
|
|
16290
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
16291
16291
|
},
|
|
16292
16292
|
/**
|
|
16293
16293
|
* Delete all GUI applications from the cell.
|
|
@@ -16300,7 +16300,7 @@ const D = function(e, ...t) {
|
|
|
16300
16300
|
async clearApps(r, n, o) {
|
|
16301
16301
|
var l, c;
|
|
16302
16302
|
const a = await t.clearApps(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["ApplicationApi.clearApps"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
16303
|
-
return (u, d) => B(a, A,
|
|
16303
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
16304
16304
|
},
|
|
16305
16305
|
/**
|
|
16306
16306
|
* Delete a GUI application from the cell.
|
|
@@ -16314,7 +16314,7 @@ const D = function(e, ...t) {
|
|
|
16314
16314
|
async deleteApp(r, n, o, a) {
|
|
16315
16315
|
var c, u;
|
|
16316
16316
|
const s = await t.deleteApp(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["ApplicationApi.deleteApp"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
16317
|
-
return (d, h) => B(s, A,
|
|
16317
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
16318
16318
|
},
|
|
16319
16319
|
/**
|
|
16320
16320
|
* Get the configuration for an active GUI application in the cell. To update the configuration of a GUI application in the cell, use this configuration with the \'Update Configuration\' endpoint.
|
|
@@ -16327,7 +16327,7 @@ const D = function(e, ...t) {
|
|
|
16327
16327
|
async getApp(r, n, o) {
|
|
16328
16328
|
var l, c;
|
|
16329
16329
|
const a = await t.getApp(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["ApplicationApi.getApp"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
16330
|
-
return (u, d) => B(a, A,
|
|
16330
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
16331
16331
|
},
|
|
16332
16332
|
/**
|
|
16333
16333
|
* List all GUI applications that have been added to a cell. with the \'Add Application\' endpoint. If the cell does not contain GUI applications, the list is returned empty.
|
|
@@ -16339,7 +16339,7 @@ const D = function(e, ...t) {
|
|
|
16339
16339
|
async listApps(r, n) {
|
|
16340
16340
|
var i, l;
|
|
16341
16341
|
const o = await t.listApps(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["ApplicationApi.listApps"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
16342
|
-
return (c, u) => B(o, A,
|
|
16342
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
16343
16343
|
},
|
|
16344
16344
|
/**
|
|
16345
16345
|
* Update the configuration of a GUI application in the cell.
|
|
@@ -16354,7 +16354,7 @@ const D = function(e, ...t) {
|
|
|
16354
16354
|
async updateApp(r, n, o, a, s) {
|
|
16355
16355
|
var u, d;
|
|
16356
16356
|
const i = await t.updateApp(r, n, o, a, s), l = (e == null ? void 0 : e.serverIndex) ?? 0, c = (d = (u = j["ApplicationApi.updateApp"]) == null ? void 0 : u[l]) == null ? void 0 : d.url;
|
|
16357
|
-
return (h, p) => B(i, A,
|
|
16357
|
+
return (h, p) => B(i, A, M, e)(h, c || p);
|
|
16358
16358
|
}
|
|
16359
16359
|
};
|
|
16360
16360
|
};
|
|
@@ -16574,7 +16574,7 @@ const eV = function(e) {
|
|
|
16574
16574
|
async deleteCell(r, n, o) {
|
|
16575
16575
|
var l, c;
|
|
16576
16576
|
const a = await t.deleteCell(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["CellApi.deleteCell"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
16577
|
-
return (u, d) => B(a, A,
|
|
16577
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
16578
16578
|
},
|
|
16579
16579
|
/**
|
|
16580
16580
|
* Deploy an entire cell with all its resources. A cell can be used to deploy a robot controller, one or more robots, as well as custom applications. Refer to the [Wandelbots NOVA documentation](docs/wandelbots-nova-api/#create-a-cell) for more information.
|
|
@@ -16587,7 +16587,7 @@ const eV = function(e) {
|
|
|
16587
16587
|
async deployCell(r, n, o) {
|
|
16588
16588
|
var l, c;
|
|
16589
16589
|
const a = await t.deployCell(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["CellApi.deployCell"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
16590
|
-
return (u, d) => B(a, A,
|
|
16590
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
16591
16591
|
},
|
|
16592
16592
|
/**
|
|
16593
16593
|
* List all cell resources. > **NOTE** > > The output generated by this endpoint can be too large for the site to handle, and may produce an error or incorrect output. > Use `curl` in combination with `> output.json` to capture the output, or use an API client like Postman.
|
|
@@ -16599,7 +16599,7 @@ const eV = function(e) {
|
|
|
16599
16599
|
async getCell(r, n) {
|
|
16600
16600
|
var i, l;
|
|
16601
16601
|
const o = await t.getCell(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["CellApi.getCell"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
16602
|
-
return (c, u) => B(o, A,
|
|
16602
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
16603
16603
|
},
|
|
16604
16604
|
/**
|
|
16605
16605
|
* List the status of all cell resources.
|
|
@@ -16611,7 +16611,7 @@ const eV = function(e) {
|
|
|
16611
16611
|
async getCellStatus(r, n) {
|
|
16612
16612
|
var i, l;
|
|
16613
16613
|
const o = await t.getCellStatus(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["CellApi.getCellStatus"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
16614
|
-
return (c, u) => B(o, A,
|
|
16614
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
16615
16615
|
},
|
|
16616
16616
|
/**
|
|
16617
16617
|
* List all deployed cell names. If no cells are deployed, an empty list is returned.
|
|
@@ -16622,7 +16622,7 @@ const eV = function(e) {
|
|
|
16622
16622
|
async listCells(r) {
|
|
16623
16623
|
var s, i;
|
|
16624
16624
|
const n = await t.listCells(r), o = (e == null ? void 0 : e.serverIndex) ?? 0, a = (i = (s = j["CellApi.listCells"]) == null ? void 0 : s[o]) == null ? void 0 : i.url;
|
|
16625
|
-
return (l, c) => B(n, A,
|
|
16625
|
+
return (l, c) => B(n, A, M, e)(l, a || c);
|
|
16626
16626
|
},
|
|
16627
16627
|
/**
|
|
16628
16628
|
* Update the definition of the entire Cell.
|
|
@@ -16636,7 +16636,7 @@ const eV = function(e) {
|
|
|
16636
16636
|
async updateCell(r, n, o, a) {
|
|
16637
16637
|
var c, u;
|
|
16638
16638
|
const s = await t.updateCell(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["CellApi.updateCell"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
16639
|
-
return (d, h) => B(s, A,
|
|
16639
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
16640
16640
|
}
|
|
16641
16641
|
};
|
|
16642
16642
|
};
|
|
@@ -17029,7 +17029,7 @@ const rV = function(e) {
|
|
|
17029
17029
|
async addRobotController(r, n, o, a) {
|
|
17030
17030
|
var c, u;
|
|
17031
17031
|
const s = await t.addRobotController(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["ControllerApi.addRobotController"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
17032
|
-
return (d, h) => B(s, A,
|
|
17032
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
17033
17033
|
},
|
|
17034
17034
|
/**
|
|
17035
17035
|
* Delete all robot controllers from the cell. To replace all robot controllers in a cell, use this endpoint in combination with the \'Add Robot Controller\' endpoint. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior.
|
|
@@ -17042,7 +17042,7 @@ const rV = function(e) {
|
|
|
17042
17042
|
async clearRobotControllers(r, n, o) {
|
|
17043
17043
|
var l, c;
|
|
17044
17044
|
const a = await t.clearRobotControllers(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["ControllerApi.clearRobotControllers"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
17045
|
-
return (u, d) => B(a, A,
|
|
17045
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
17046
17046
|
},
|
|
17047
17047
|
/**
|
|
17048
17048
|
* Delete a robot controller from the cell. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior.
|
|
@@ -17056,7 +17056,7 @@ const rV = function(e) {
|
|
|
17056
17056
|
async deleteRobotController(r, n, o, a) {
|
|
17057
17057
|
var c, u;
|
|
17058
17058
|
const s = await t.deleteRobotController(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["ControllerApi.deleteRobotController"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
17059
|
-
return (d, h) => B(s, A,
|
|
17059
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
17060
17060
|
},
|
|
17061
17061
|
/**
|
|
17062
17062
|
* Get the current state of a robot controller.
|
|
@@ -17069,7 +17069,7 @@ const rV = function(e) {
|
|
|
17069
17069
|
async getCurrentRobotControllerState(r, n, o) {
|
|
17070
17070
|
var l, c;
|
|
17071
17071
|
const a = await t.getCurrentRobotControllerState(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["ControllerApi.getCurrentRobotControllerState"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
17072
|
-
return (u, d) => B(a, A,
|
|
17072
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
17073
17073
|
},
|
|
17074
17074
|
/**
|
|
17075
17075
|
* Get the current robot system mode of a registered robot controller. The robot system mode indicates if a robot controller can be used. See [setDefaultMode](setDefaultMode) for more information about the different modes. The mode is influenced by the operating mode of the robot controller. The operating mode can be changed via [setDefaultMode](setDefaultMode). Request the current operating mode of the robot controller via [getCurrentRobotControllerState](getCurrentRobotControllerState).
|
|
@@ -17082,7 +17082,7 @@ const rV = function(e) {
|
|
|
17082
17082
|
async getMode(r, n, o) {
|
|
17083
17083
|
var l, c;
|
|
17084
17084
|
const a = await t.getMode(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["ControllerApi.getMode"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
17085
|
-
return (u, d) => B(a, A,
|
|
17085
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
17086
17086
|
},
|
|
17087
17087
|
/**
|
|
17088
17088
|
* Get the configuration for a robot controller.
|
|
@@ -17095,7 +17095,7 @@ const rV = function(e) {
|
|
|
17095
17095
|
async getRobotController(r, n, o) {
|
|
17096
17096
|
var l, c;
|
|
17097
17097
|
const a = await t.getRobotController(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["ControllerApi.getRobotController"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
17098
|
-
return (u, d) => B(a, A,
|
|
17098
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
17099
17099
|
},
|
|
17100
17100
|
/**
|
|
17101
17101
|
* Lists supported operating modes. Usually cobots support free drive and control, industrial robots only support control.
|
|
@@ -17108,7 +17108,7 @@ const rV = function(e) {
|
|
|
17108
17108
|
async getSupportedModes(r, n, o) {
|
|
17109
17109
|
var l, c;
|
|
17110
17110
|
const a = await t.getSupportedModes(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["ControllerApi.getSupportedModes"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
17111
|
-
return (u, d) => B(a, A,
|
|
17111
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
17112
17112
|
},
|
|
17113
17113
|
/**
|
|
17114
17114
|
* Receive the configuration for a virtual robot controller. Used to configure a virtual robot controller via [addRobotController](addRobotController). > **NOTE** > > The output generated by this endpoint can be too large for the site to handle, and may produce an error or incorrect output. > Use `curl` in combination with `> output.json` to capture the output, or use an API client like Postman.
|
|
@@ -17121,7 +17121,7 @@ const rV = function(e) {
|
|
|
17121
17121
|
async getVirtualRobotConfiguration(r, n, o) {
|
|
17122
17122
|
var l, c;
|
|
17123
17123
|
const a = await t.getVirtualRobotConfiguration(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["ControllerApi.getVirtualRobotConfiguration"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
17124
|
-
return (u, d) => B(a, A,
|
|
17124
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
17125
17125
|
},
|
|
17126
17126
|
/**
|
|
17127
17127
|
* List all configured robot controllers.
|
|
@@ -17133,7 +17133,7 @@ const rV = function(e) {
|
|
|
17133
17133
|
async listControllers(r, n) {
|
|
17134
17134
|
var i, l;
|
|
17135
17135
|
const o = await t.listControllers(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["ControllerApi.listControllers"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
17136
|
-
return (c, u) => B(o, A,
|
|
17136
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
17137
17137
|
},
|
|
17138
17138
|
/**
|
|
17139
17139
|
* Switch between monitor and control usage as default for a robot controller. Monitoring mode is used to read information from the robot controller and control mode is used to command the robot system. As long as the robot controller is connected via network monitoring mode is always possible. To switch to control mode the robot controller must be in `automatic` or `manual` operating mode and safety state \'normal\' or \'reduced\'. If the robot controller is in `manual` operating mode, you have manually confirm the control usage activation on the robot control panel. This manual confirmation can\'t be replaced with this API. Without manual confirmation the robot controller will stay in monitor mode. The robot system will try to activate the required operation mode for the requested usage unless no active call requires a different mode. > **NOTE** > > Some robot controllers prevent the external activation of automatic operating mode. In this case, changing the operating mode manually at the robot controller is mandatory. > **NOTE** > > The current operation mode and safety state can be requested via [getCurrentRobotControllerState](getCurrentRobotControllerState). If a mode change is not possible, the response lists reasons for the failed change.
|
|
@@ -17147,7 +17147,7 @@ const rV = function(e) {
|
|
|
17147
17147
|
async setDefaultMode(r, n, o, a) {
|
|
17148
17148
|
var c, u;
|
|
17149
17149
|
const s = await t.setDefaultMode(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["ControllerApi.setDefaultMode"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
17150
|
-
return (d, h) => B(s, A,
|
|
17150
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
17151
17151
|
},
|
|
17152
17152
|
/**
|
|
17153
17153
|
* Sets the robot controller into freedrive mode and stays in freedrive until the websocket connection is closed by the client. In freedrive mode, it is possible to move the attached motion groups by hand. This is a blocking call. As long as the websocket connection is open, no other endpoint can control or move the robot. <!-- theme: danger --> > **DANGER** > Danger caused by robot. Improper assessment by the integrator of the application-specific hazards can result in people being crushed, > drawn in or caught due to the robot\'s complex movement sequences. Before opening the websocket, ensure that > - The robot is in a safe state, > - The right payload is set (e.g by using the (getActivePayload)[getActivePayload] endpoint), > - No humans or object are within the robot\'s reach or within the cell. As long as the websocket connection is open you will get the current state of the robot system in the response in the specified response_rate. If the activation failed, the returned status will return possible reasons for the failure. Free drive mode is only available for robot controllers that support it, in particular Collobarative Robots (\"Cobots\"). Use the (getSupportedModes)[getSupportedModes] endpoint to check if the robot controller supports free drive mode.
|
|
@@ -17161,7 +17161,7 @@ const rV = function(e) {
|
|
|
17161
17161
|
async streamFreeDrive(r, n, o, a) {
|
|
17162
17162
|
var c, u;
|
|
17163
17163
|
const s = await t.streamFreeDrive(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["ControllerApi.streamFreeDrive"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
17164
|
-
return (d, h) => B(s, A,
|
|
17164
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
17165
17165
|
},
|
|
17166
17166
|
/**
|
|
17167
17167
|
* Receive updates of the current robot system mode of a robot controller via websocket upon robot system mode change. See [setDefaultMode](setDefaultMode) for more information about the different modes.
|
|
@@ -17174,7 +17174,7 @@ const rV = function(e) {
|
|
|
17174
17174
|
async streamModeChange(r, n, o) {
|
|
17175
17175
|
var l, c;
|
|
17176
17176
|
const a = await t.streamModeChange(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["ControllerApi.streamModeChange"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
17177
|
-
return (u, d) => B(a, A,
|
|
17177
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
17178
17178
|
},
|
|
17179
17179
|
/**
|
|
17180
17180
|
* Receive updates of the state of a robot controller.
|
|
@@ -17188,7 +17188,7 @@ const rV = function(e) {
|
|
|
17188
17188
|
async streamRobotControllerState(r, n, o, a) {
|
|
17189
17189
|
var c, u;
|
|
17190
17190
|
const s = await t.streamRobotControllerState(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["ControllerApi.streamRobotControllerState"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
17191
|
-
return (d, h) => B(s, A,
|
|
17191
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
17192
17192
|
},
|
|
17193
17193
|
/**
|
|
17194
17194
|
* Update the configuration of a robot controller. Reconfigure certain options of a robot controller, or deploy a specific container image of a robot controller. <!-- theme: warning --> > **WARNING** > > Using it in conjunction with the settings app may lead to unpredictable behavior.
|
|
@@ -17203,7 +17203,7 @@ const rV = function(e) {
|
|
|
17203
17203
|
async updateRobotController(r, n, o, a, s) {
|
|
17204
17204
|
var u, d;
|
|
17205
17205
|
const i = await t.updateRobotController(r, n, o, a, s), l = (e == null ? void 0 : e.serverIndex) ?? 0, c = (d = (u = j["ControllerApi.updateRobotController"]) == null ? void 0 : u[l]) == null ? void 0 : d.url;
|
|
17206
|
-
return (h, p) => B(i, A,
|
|
17206
|
+
return (h, p) => B(i, A, M, e)(h, c || p);
|
|
17207
17207
|
}
|
|
17208
17208
|
};
|
|
17209
17209
|
};
|
|
@@ -17515,7 +17515,7 @@ const oV = function(e) {
|
|
|
17515
17515
|
async listIODescriptions(r, n, o, a) {
|
|
17516
17516
|
var c, u;
|
|
17517
17517
|
const s = await t.listIODescriptions(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["ControllerIOsApi.listIODescriptions"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
17518
|
-
return (d, h) => B(s, A,
|
|
17518
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
17519
17519
|
},
|
|
17520
17520
|
/**
|
|
17521
17521
|
* Retrieves the current values of I/Os. The identifiers of the I/Os must be provided in the request. Request all available I/O identifiers via [listIODescriptions](listIODescriptions).
|
|
@@ -17529,7 +17529,7 @@ const oV = function(e) {
|
|
|
17529
17529
|
async listIOValues(r, n, o, a) {
|
|
17530
17530
|
var c, u;
|
|
17531
17531
|
const s = await t.listIOValues(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["ControllerIOsApi.listIOValues"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
17532
|
-
return (d, h) => B(s, A,
|
|
17532
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
17533
17533
|
},
|
|
17534
17534
|
/**
|
|
17535
17535
|
* Set the values of outputs. All available I/O identifiers and possible value ranges can be requested via [listIODescriptions](listIODescriptions). The call will return once the values have been set on and accepted by the robot. This might take up to 200 milliseconds. > **NOTE** > > Do not call this endpoint while another request is still in progress. The second call will fail.
|
|
@@ -17543,7 +17543,7 @@ const oV = function(e) {
|
|
|
17543
17543
|
async setOutputValues(r, n, o, a) {
|
|
17544
17544
|
var c, u;
|
|
17545
17545
|
const s = await t.setOutputValues(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["ControllerIOsApi.setOutputValues"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
17546
|
-
return (d, h) => B(s, A,
|
|
17546
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
17547
17547
|
},
|
|
17548
17548
|
/**
|
|
17549
17549
|
* Continuously receive updates of I/O values via websocket. Updates are sent in the update rate of the controller. > **NOTE** > > Do not request too many values simultaneously as the request is then likely to fail. The amount of values that can be streamed simultaneously depends on the specific robot controller. > **NOTE** > > The inputs and outputs are sent in the update rate of the controller to prevent losing any values. Consider that this might lead to a high amount of data transmitted.
|
|
@@ -17557,7 +17557,7 @@ const oV = function(e) {
|
|
|
17557
17557
|
async streamIOValues(r, n, o, a) {
|
|
17558
17558
|
var c, u;
|
|
17559
17559
|
const s = await t.streamIOValues(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["ControllerIOsApi.streamIOValues"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
17560
|
-
return (d, h) => B(s, A,
|
|
17560
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
17561
17561
|
},
|
|
17562
17562
|
/**
|
|
17563
17563
|
* Wait until an I/O reaches a certain value. This call returns as soon as the condition is met or the request fails. The comparison_type value is used to define how the current value of the I/O is compared with given value. Only set the value that corresponds to the value_type of the I/O, see (listIODescriptions)[listIODescriptions] for more information. Examples: If you want to wait until an analog input (\"AI_1\") is less than 10, you would set io to \"AI_1\" comparison_type to COMPARISON_LESS and only integer_value to 10. If you want to wait until an analog input (\"AI_2\") is greater than 5.0, you would set io to \"AI_2\" comparison_type to COMPARISON_GREATER and only floating_value to 5.0. If you want to wait until a digital input (\"DI_3\") is true, you would set io to \"DI_3\" comparison_type to COMPARISON_EQUAL and only boolean_value to true.
|
|
@@ -17575,7 +17575,7 @@ const oV = function(e) {
|
|
|
17575
17575
|
async waitForIOEvent(r, n, o, a, s, i, l, c) {
|
|
17576
17576
|
var p, f;
|
|
17577
17577
|
const u = await t.waitForIOEvent(r, n, o, a, s, i, l, c), d = (e == null ? void 0 : e.serverIndex) ?? 0, h = (f = (p = j["ControllerIOsApi.waitForIOEvent"]) == null ? void 0 : p[d]) == null ? void 0 : f.url;
|
|
17578
|
-
return (m, b) => B(u, A,
|
|
17578
|
+
return (m, b) => B(u, A, M, e)(m, h || b);
|
|
17579
17579
|
}
|
|
17580
17580
|
};
|
|
17581
17581
|
};
|
|
@@ -17774,7 +17774,7 @@ const sV = function(e) {
|
|
|
17774
17774
|
async addCoordinateSystem(r, n, o) {
|
|
17775
17775
|
var l, c;
|
|
17776
17776
|
const a = await t.addCoordinateSystem(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["CoordinateSystemsApi.addCoordinateSystem"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
17777
|
-
return (u, d) => B(a, A,
|
|
17777
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
17778
17778
|
},
|
|
17779
17779
|
/**
|
|
17780
17780
|
* Removes a user coordinate system specified by the given identifier. > **NOTE** > > If the coordinate system has originally been configured on the robot controller, it will remain on the controller even after this endpoint has been executed successfully.. This will remove the user coordinate system from the list of user coordinate systems but keep all dependent coordinate systems which use the deleted coordinate system as reference. Coordinate systems on the robot controller are not affected by this operation. They can be removed via the robot control panel only and will be removed in NOVA when the controller is removed. On virtual controllers, use the [deleteVirtualRobotCoordinateSystem](deleteVirtualRobotCoordinateSystem) endpoint to remove coordinate systems from NOVA and the virtual controller. All available coordinate systems can be listed via the [listCoordinateSystems](listCoordinateSystems) endpoint.
|
|
@@ -17787,7 +17787,7 @@ const sV = function(e) {
|
|
|
17787
17787
|
async deleteCoordinateSystem(r, n, o) {
|
|
17788
17788
|
var l, c;
|
|
17789
17789
|
const a = await t.deleteCoordinateSystem(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["CoordinateSystemsApi.deleteCoordinateSystem"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
17790
|
-
return (u, d) => B(a, A,
|
|
17790
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
17791
17791
|
},
|
|
17792
17792
|
/**
|
|
17793
17793
|
* Request a coordinate system specification for a given identifier. Use parameter rotation_type to get the orientation part of the transformation offset of the coordinate system returned in the requested rotation angle type. If parameter rotation_type is not set, the orientation part of the transformation offset of the coordinate system is returned in the rotation angle type used on the robot controller. This can be useful for visualization purposes in the client application due to equivalent numbers with robot control panel visualization. User coordinate systems can be configured on a robot controller during setup or added to the system via the [addCoordinateSystem](addCoordinateSystem) endpoint. Updating the robot controller\'s configuration either requires credentials or is not possible. With the endpoint [addCoordinateSystem](addCoordinateSystem) you can create a coordinate system without changing the robot controller\'s configuration.
|
|
@@ -17801,7 +17801,7 @@ const sV = function(e) {
|
|
|
17801
17801
|
async getCoordinateSystem(r, n, o, a) {
|
|
17802
17802
|
var c, u;
|
|
17803
17803
|
const s = await t.getCoordinateSystem(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["CoordinateSystemsApi.getCoordinateSystem"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
17804
|
-
return (d, h) => B(s, A,
|
|
17804
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
17805
17805
|
},
|
|
17806
17806
|
/**
|
|
17807
17807
|
* Lists all specifications of coordinate systems from robot controllers and user coordinate systems added to the system via the [addCoordinateSystem](addCoordinateSystem) endpoint. Use parameter rotation_type to get the orientation part of the transformation offset of the coordinate system returned in the requested rotation angle type. If parameter rotation_type is not set, the orientation part of the transformation offset of the coordinate system is returned in the rotation angle type used on the robot controller. This can be useful for visualization purposes in the client application due to equivalent numbers with robot control panel visualization. The coordinate systems from the robot controller are loaded when the motion group associated with the coordinate system is activated. With deactivation of the motion group, the associated coordinate systems are removed from NOVA. The unique identifier of the coordinate systems from the robot controllers are suffixed with \"On\" + the unique identifier of the robot controller. Updating the robot controller\'s configuration either requires credentials or is not possible. With the endpoint [addCoordinateSystem](addCoordinateSystem) you can create a coordinate system without changing the robot controller\'s configuration.
|
|
@@ -17814,7 +17814,7 @@ const sV = function(e) {
|
|
|
17814
17814
|
async listCoordinateSystems(r, n, o) {
|
|
17815
17815
|
var l, c;
|
|
17816
17816
|
const a = await t.listCoordinateSystems(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["CoordinateSystemsApi.listCoordinateSystems"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
17817
|
-
return (u, d) => B(a, A,
|
|
17817
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
17818
17818
|
},
|
|
17819
17819
|
/**
|
|
17820
17820
|
* Transform a pose to another base.
|
|
@@ -17828,7 +17828,7 @@ const sV = function(e) {
|
|
|
17828
17828
|
async transformInCoordinateSystem(r, n, o, a) {
|
|
17829
17829
|
var c, u;
|
|
17830
17830
|
const s = await t.transformInCoordinateSystem(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["CoordinateSystemsApi.transformInCoordinateSystem"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
17831
|
-
return (d, h) => B(s, A,
|
|
17831
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
17832
17832
|
}
|
|
17833
17833
|
};
|
|
17834
17834
|
};
|
|
@@ -18021,7 +18021,7 @@ const lV = function(e) {
|
|
|
18021
18021
|
async clearDevices(r, n) {
|
|
18022
18022
|
var i, l;
|
|
18023
18023
|
const o = await t.clearDevices(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["DeviceConfigurationApi.clearDevices"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
18024
|
-
return (c, u) => B(o, A,
|
|
18024
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
18025
18025
|
},
|
|
18026
18026
|
/**
|
|
18027
18027
|
* Deprecated endpoint. Overwrite existing devices in an existing robot cell. The devices are added to the robot cell in the order they are specified in the request body. Each device needs to have a unique identifier which is used to reference the device in Wandelscript. Devices which can be configured in the cell: - Robots - OPC UA devices ## Parameters - For more information about the available device configurations have a look at the **Schema** tab or in the provided examples.
|
|
@@ -18035,7 +18035,7 @@ const lV = function(e) {
|
|
|
18035
18035
|
async createDevice(r, n, o) {
|
|
18036
18036
|
var l, c;
|
|
18037
18037
|
const a = await t.createDevice(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["DeviceConfigurationApi.createDevice"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
18038
|
-
return (u, d) => B(a, A,
|
|
18038
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
18039
18039
|
},
|
|
18040
18040
|
/**
|
|
18041
18041
|
* Deprecated endpoint. Deletes a specific device from the cell.
|
|
@@ -18049,7 +18049,7 @@ const lV = function(e) {
|
|
|
18049
18049
|
async deleteDevice(r, n, o) {
|
|
18050
18050
|
var l, c;
|
|
18051
18051
|
const a = await t.deleteDevice(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["DeviceConfigurationApi.deleteDevice"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
18052
|
-
return (u, d) => B(a, A,
|
|
18052
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
18053
18053
|
},
|
|
18054
18054
|
/**
|
|
18055
18055
|
* Deprecated endpoint. Returns information about a device.
|
|
@@ -18063,7 +18063,7 @@ const lV = function(e) {
|
|
|
18063
18063
|
async getDevice(r, n, o) {
|
|
18064
18064
|
var l, c;
|
|
18065
18065
|
const a = await t.getDevice(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["DeviceConfigurationApi.getDevice"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
18066
|
-
return (u, d) => B(a, A,
|
|
18066
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
18067
18067
|
},
|
|
18068
18068
|
/**
|
|
18069
18069
|
* Deprecated endpoint. Lists all devices which are configured in the cell: - Robots - Databases - OPC UA devices
|
|
@@ -18076,7 +18076,7 @@ const lV = function(e) {
|
|
|
18076
18076
|
async listDevices(r, n) {
|
|
18077
18077
|
var i, l;
|
|
18078
18078
|
const o = await t.listDevices(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["DeviceConfigurationApi.listDevices"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
18079
|
-
return (c, u) => B(o, A,
|
|
18079
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
18080
18080
|
}
|
|
18081
18081
|
};
|
|
18082
18082
|
};
|
|
@@ -18270,7 +18270,7 @@ const uV = function(e) {
|
|
|
18270
18270
|
async createProgram(r, n, o, a) {
|
|
18271
18271
|
var c, u;
|
|
18272
18272
|
const s = await t.createProgram(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["LibraryProgramApi.createProgram"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
18273
|
-
return (d, h) => B(s, A,
|
|
18273
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
18274
18274
|
},
|
|
18275
18275
|
/**
|
|
18276
18276
|
* <!-- theme: danger --> > **Experimental** Deletes the program with the corresponding metadata. This action is irreversible. Does not delete the associated recipes.
|
|
@@ -18283,7 +18283,7 @@ const uV = function(e) {
|
|
|
18283
18283
|
async deleteProgram(r, n, o) {
|
|
18284
18284
|
var l, c;
|
|
18285
18285
|
const a = await t.deleteProgram(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["LibraryProgramApi.deleteProgram"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
18286
|
-
return (u, d) => B(a, A,
|
|
18286
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
18287
18287
|
},
|
|
18288
18288
|
/**
|
|
18289
18289
|
* <!-- theme: danger --> > **Experimental** Deletes the provided list of programs with the corresponding metadata. This action is irreversible. Does not delete the associated recipes.
|
|
@@ -18296,7 +18296,7 @@ const uV = function(e) {
|
|
|
18296
18296
|
async deleteProgramList(r, n, o) {
|
|
18297
18297
|
var l, c;
|
|
18298
18298
|
const a = await t.deleteProgramList(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["LibraryProgramApi.deleteProgramList"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
18299
|
-
return (u, d) => B(a, A,
|
|
18299
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
18300
18300
|
},
|
|
18301
18301
|
/**
|
|
18302
18302
|
* <!-- theme: danger --> > **Experimental** Returns the content of the program. The identifier of the program is received upon creation or from the metadata list of all the programs.
|
|
@@ -18309,7 +18309,7 @@ const uV = function(e) {
|
|
|
18309
18309
|
async getProgram(r, n, o) {
|
|
18310
18310
|
var l, c;
|
|
18311
18311
|
const a = await t.getProgram(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["LibraryProgramApi.getProgram"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
18312
|
-
return (u, d) => B(a, A,
|
|
18312
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
18313
18313
|
},
|
|
18314
18314
|
/**
|
|
18315
18315
|
* <!-- theme: danger --> > **Experimental** Updates the content of the program. The update overwrites the existing content. The metadata is updated in correspondence. ## Examples ``` move via p2p() to [0, 0, 0, 0, 0, 0] move frame(\"flange\") to [1, 2, 0] move via line() to [1, 1, 0] a := planned_pose() ``` ``` {% from \'schneider_conveyor_v1.j2\' import schneider_conveyor_library -%} {{ schneider_conveyor_library() }} def start_main(): conveyor_speed_percentage = {{ conveyor_speed_percentage | round(4) }} conveyer_speed = conveyor_speed_percentage*1500 schneider_conveyor_start(conveyer_speed) end ```
|
|
@@ -18323,7 +18323,7 @@ const uV = function(e) {
|
|
|
18323
18323
|
async updateProgram(r, n, o, a) {
|
|
18324
18324
|
var c, u;
|
|
18325
18325
|
const s = await t.updateProgram(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["LibraryProgramApi.updateProgram"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
18326
|
-
return (d, h) => B(s, A,
|
|
18326
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
18327
18327
|
}
|
|
18328
18328
|
};
|
|
18329
18329
|
};
|
|
@@ -18494,7 +18494,7 @@ const hV = function(e) {
|
|
|
18494
18494
|
async getProgramMetadata(r, n, o) {
|
|
18495
18495
|
var l, c;
|
|
18496
18496
|
const a = await t.getProgramMetadata(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["LibraryProgramMetadataApi.getProgramMetadata"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
18497
|
-
return (u, d) => B(a, A,
|
|
18497
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
18498
18498
|
},
|
|
18499
18499
|
/**
|
|
18500
18500
|
* <!-- theme: danger --> > **Experimental** Returns a list of all the stored programs, represented by their metadata.
|
|
@@ -18507,7 +18507,7 @@ const hV = function(e) {
|
|
|
18507
18507
|
async listProgramMetadata(r, n, o) {
|
|
18508
18508
|
var l, c;
|
|
18509
18509
|
const a = await t.listProgramMetadata(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["LibraryProgramMetadataApi.listProgramMetadata"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
18510
|
-
return (u, d) => B(a, A,
|
|
18510
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
18511
18511
|
},
|
|
18512
18512
|
/**
|
|
18513
18513
|
* <!-- theme: danger --> > **Experimental** Updates the metadata of the corresponding program. The update is partial, only the set fields get updated.
|
|
@@ -18521,7 +18521,7 @@ const hV = function(e) {
|
|
|
18521
18521
|
async updateProgramMetadata(r, n, o, a) {
|
|
18522
18522
|
var c, u;
|
|
18523
18523
|
const s = await t.updateProgramMetadata(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["LibraryProgramMetadataApi.updateProgramMetadata"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
18524
|
-
return (d, h) => B(s, A,
|
|
18524
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
18525
18525
|
},
|
|
18526
18526
|
/**
|
|
18527
18527
|
* <!-- theme: danger --> > **Experimental** Uploads an image for the corresponding program. The image is served as a static file. The path to the image is stored in the metadata.
|
|
@@ -18535,7 +18535,7 @@ const hV = function(e) {
|
|
|
18535
18535
|
async uploadProgramMetadataImage(r, n, o, a) {
|
|
18536
18536
|
var c, u;
|
|
18537
18537
|
const s = await t.uploadProgramMetadataImage(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["LibraryProgramMetadataApi.uploadProgramMetadataImage"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
18538
|
-
return (d, h) => B(s, A,
|
|
18538
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
18539
18539
|
}
|
|
18540
18540
|
};
|
|
18541
18541
|
};
|
|
@@ -18718,7 +18718,7 @@ const mV = function(e) {
|
|
|
18718
18718
|
async createRecipe(r, n, o, a, s) {
|
|
18719
18719
|
var u, d;
|
|
18720
18720
|
const i = await t.createRecipe(r, n, o, a, s), l = (e == null ? void 0 : e.serverIndex) ?? 0, c = (d = (u = j["LibraryRecipeApi.createRecipe"]) == null ? void 0 : u[l]) == null ? void 0 : d.url;
|
|
18721
|
-
return (h, p) => B(i, A,
|
|
18721
|
+
return (h, p) => B(i, A, M, e)(h, c || p);
|
|
18722
18722
|
},
|
|
18723
18723
|
/**
|
|
18724
18724
|
* # EXPERIMENTAL > **Note:** This endpoint is experimental and might experience functional changes in the future. Deletes a recipe. This action is irreversible.
|
|
@@ -18731,7 +18731,7 @@ const mV = function(e) {
|
|
|
18731
18731
|
async deleteRecipe(r, n, o) {
|
|
18732
18732
|
var l, c;
|
|
18733
18733
|
const a = await t.deleteRecipe(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["LibraryRecipeApi.deleteRecipe"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
18734
|
-
return (u, d) => B(a, A,
|
|
18734
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
18735
18735
|
},
|
|
18736
18736
|
/**
|
|
18737
18737
|
* <!-- theme: danger --> > **Experimental** Deletes the provided list of recipes. This action is irreversible.
|
|
@@ -18744,7 +18744,7 @@ const mV = function(e) {
|
|
|
18744
18744
|
async deleteRecipeList(r, n, o) {
|
|
18745
18745
|
var l, c;
|
|
18746
18746
|
const a = await t.deleteRecipeList(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["LibraryRecipeApi.deleteRecipeList"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
18747
|
-
return (u, d) => B(a, A,
|
|
18747
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
18748
18748
|
},
|
|
18749
18749
|
/**
|
|
18750
18750
|
* <!-- theme: danger --> > **Experimental** Returns the content of a recipe. The identifier of the recipe is recieved on creation or from the metadata list of all the recipes.
|
|
@@ -18757,7 +18757,7 @@ const mV = function(e) {
|
|
|
18757
18757
|
async getRecipe(r, n, o) {
|
|
18758
18758
|
var l, c;
|
|
18759
18759
|
const a = await t.getRecipe(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["LibraryRecipeApi.getRecipe"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
18760
|
-
return (u, d) => B(a, A,
|
|
18760
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
18761
18761
|
},
|
|
18762
18762
|
/**
|
|
18763
18763
|
* <!-- theme: danger --> > **Experimental** Updates an existing recipe. The update is partial, only the set fields get updated.
|
|
@@ -18771,7 +18771,7 @@ const mV = function(e) {
|
|
|
18771
18771
|
async updateRecipe(r, n, o, a) {
|
|
18772
18772
|
var c, u;
|
|
18773
18773
|
const s = await t.updateRecipe(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["LibraryRecipeApi.updateRecipe"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
18774
|
-
return (d, h) => B(s, A,
|
|
18774
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
18775
18775
|
}
|
|
18776
18776
|
};
|
|
18777
18777
|
};
|
|
@@ -18942,7 +18942,7 @@ const gV = function(e) {
|
|
|
18942
18942
|
async getRecipeMetadata(r, n, o) {
|
|
18943
18943
|
var l, c;
|
|
18944
18944
|
const a = await t.getRecipeMetadata(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["LibraryRecipeMetadataApi.getRecipeMetadata"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
18945
|
-
return (u, d) => B(a, A,
|
|
18945
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
18946
18946
|
},
|
|
18947
18947
|
/**
|
|
18948
18948
|
* <!-- theme: danger --> > **Experimental** List of all the stored recipes, represented by their metadata.
|
|
@@ -18954,7 +18954,7 @@ const gV = function(e) {
|
|
|
18954
18954
|
async listRecipeMetadata(r, n) {
|
|
18955
18955
|
var i, l;
|
|
18956
18956
|
const o = await t.listRecipeMetadata(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["LibraryRecipeMetadataApi.listRecipeMetadata"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
18957
|
-
return (c, u) => B(o, A,
|
|
18957
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
18958
18958
|
},
|
|
18959
18959
|
/**
|
|
18960
18960
|
* <!-- theme: danger --> > **Experimental** Updates the metadata of a recipe. The update is partial, only the set fields get updated.
|
|
@@ -18968,7 +18968,7 @@ const gV = function(e) {
|
|
|
18968
18968
|
async updateRecipeMetadata(r, n, o, a) {
|
|
18969
18969
|
var c, u;
|
|
18970
18970
|
const s = await t.updateRecipeMetadata(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["LibraryRecipeMetadataApi.updateRecipeMetadata"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
18971
|
-
return (d, h) => B(s, A,
|
|
18971
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
18972
18972
|
},
|
|
18973
18973
|
/**
|
|
18974
18974
|
* <!-- theme: danger --> > **Experimental** Uploads an image for a recipe. The image is served as a static file and the path is stored in the metadata.
|
|
@@ -18982,7 +18982,7 @@ const gV = function(e) {
|
|
|
18982
18982
|
async uploadRecipeMetadataImage(r, n, o, a) {
|
|
18983
18983
|
var c, u;
|
|
18984
18984
|
const s = await t.uploadRecipeMetadataImage(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["LibraryRecipeMetadataApi.uploadRecipeMetadataImage"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
18985
|
-
return (d, h) => B(s, A,
|
|
18985
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
18986
18986
|
}
|
|
18987
18987
|
};
|
|
18988
18988
|
};
|
|
@@ -19432,7 +19432,7 @@ const bV = function(e) {
|
|
|
19432
19432
|
async deleteAllMotions(r, n) {
|
|
19433
19433
|
var i, l;
|
|
19434
19434
|
const o = await t.deleteAllMotions(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["MotionApi.deleteAllMotions"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
19435
|
-
return (c, u) => B(o, A,
|
|
19435
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
19436
19436
|
},
|
|
19437
19437
|
/**
|
|
19438
19438
|
* Remove a previously created motion from cache. Use [listMotions](listMotions) to list all available motions. Motions are removed automatically if the motion group or the corresponding controller is disconnected.
|
|
@@ -19445,7 +19445,7 @@ const bV = function(e) {
|
|
|
19445
19445
|
async deleteMotion(r, n, o) {
|
|
19446
19446
|
var l, c;
|
|
19447
19447
|
const a = await t.deleteMotion(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionApi.deleteMotion"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
19448
|
-
return (u, d) => B(a, A,
|
|
19448
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
19449
19449
|
},
|
|
19450
19450
|
/**
|
|
19451
19451
|
* <!-- theme: danger --> > Websocket endpoint Provides execution control over a previously planned trajectory. Enables the caller to attach I/O actions to the trajectory. Understanding the concept of location: The location or path parameter specifies the exact position along a trajectory. The location is a scalar value that ranges from 0 to `n`, where `n` denotes the number of motion commands, or trajectory segments, e.g. line, p2p, etc. See [planMotion](planMotion). Each integer value of the location corresponds to one motion command, e.g. 3.0 to 3.999 could be a line. ### Preconditions - The motion group\'s control mode is not claimed by any other endpoint. - The motion group\'s joint position are at start location specified with InitializeMovementRequest. ### Requests #### 1. Send InitializeMovementRequest to lock the trajectory to this connection The following actions are executed: - Sets robot controller mode to control mode, - Sets start location of the execution Keep in mind that only a single trajectory can be locked to a websocket connection at a time and not unlocked anymore. To execute another trajectory, a new connection must be established. #### 2. Send StartMovementRequest to start the movement Sets direction of movement, default is forward. #### **Optional** - To pause, send PauseMovementRequest before the movement has reached its end location. - Change the movement\'s velocity with PlaybackSpeedRequest after initializing the movement with InitializeMovementRequest. ### Responses - InitializeMovementResponse is sent to signal the success or failure of the InitializeMovementRequest. - Movement responses are streamed after a StartMovementRequest successfully started the movement. Movement responses are streamed in a rate that is defined as the multiple of the controller step-rate closest to but not exceeding the rate configured by InitializeMovementRequest. - Standstill reponse is sent once the movement has finished or has come to a standstill due to a pause. - PauseMovementResponse is sent to signal the success of the PauseMovementRequest. It does not signal the end of the movement. End of movement is signaled by Standstill reponse . - PlaybackSpeedResponse is sent to signal the success of the PlaybackSpeedRequest. - MovementError with error details is sent in case of an unexpected error, e.g. controller disconnects during movement. ### Tips and Tricks - A movement can be paused and resumed by sending PauseMovementRequest and StartMovementRequest. - Send PlaybackSpeedRequest before StartMovementRequest to reduce the velocity of the movement before it starts. - Send PlaybackSpeedRequest repeatedly to implement a slider. The velocity of the motion group can be adjusted with each controller step. Therefore, if your app needs a slider-like UI to alter the velocity of a currently running movement, you can send PlaybackSpeedRequest with different speed values repeatedly during the movement. - A closed trajectory (end and start joint position are equal) can be repeated by sending StartMovementRequest after the movement has finished.
|
|
@@ -19458,7 +19458,7 @@ const bV = function(e) {
|
|
|
19458
19458
|
async executeTrajectory(r, n, o) {
|
|
19459
19459
|
var l, c;
|
|
19460
19460
|
const a = await t.executeTrajectory(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionApi.executeTrajectory"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
19461
|
-
return (u, d) => B(a, A,
|
|
19461
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
19462
19462
|
},
|
|
19463
19463
|
/**
|
|
19464
19464
|
* Get the trajectory of a planned motion with defined `sample_time` in milliseconds (ms). The trajectory is a list of points containing cartesian and joint data. The cartesian data is in the requested coordinate system. To get a single point of the trajectory, please use the [getMotionTrajectorySample](getMotionTrajectorySample) endpoint.
|
|
@@ -19473,7 +19473,7 @@ const bV = function(e) {
|
|
|
19473
19473
|
async getMotionTrajectory(r, n, o, a, s) {
|
|
19474
19474
|
var u, d;
|
|
19475
19475
|
const i = await t.getMotionTrajectory(r, n, o, a, s), l = (e == null ? void 0 : e.serverIndex) ?? 0, c = (d = (u = j["MotionApi.getMotionTrajectory"]) == null ? void 0 : u[l]) == null ? void 0 : d.url;
|
|
19476
|
-
return (h, p) => B(i, A,
|
|
19476
|
+
return (h, p) => B(i, A, M, e)(h, c || p);
|
|
19477
19477
|
},
|
|
19478
19478
|
/**
|
|
19479
19479
|
* Get a single point at a certain location of a planned motion. To get the whole trajectory, use the [getMotionTrajectory](getMotionTrajectory) endpoint.
|
|
@@ -19488,7 +19488,7 @@ const bV = function(e) {
|
|
|
19488
19488
|
async getMotionTrajectorySample(r, n, o, a, s) {
|
|
19489
19489
|
var u, d;
|
|
19490
19490
|
const i = await t.getMotionTrajectorySample(r, n, o, a, s), l = (e == null ? void 0 : e.serverIndex) ?? 0, c = (d = (u = j["MotionApi.getMotionTrajectorySample"]) == null ? void 0 : u[l]) == null ? void 0 : d.url;
|
|
19491
|
-
return (h, p) => B(i, A,
|
|
19491
|
+
return (h, p) => B(i, A, M, e)(h, c || p);
|
|
19492
19492
|
},
|
|
19493
19493
|
/**
|
|
19494
19494
|
* Get the joint data of a planned motion. The planned motion contains only the joint information, to persistently store and reload it later. The data will be sampled equidistantly with defined `sample_time` in milliseconds (ms). If not provided, the data is returned as it is stored on Wandelbots NOVA system. To request cartesian data for visualization purposes, use the [getMotionTrajectory](getMotionTrajectory) endpoint. To get a single point of the planned motion, use the [getMotionTrajectorySample](getMotionTrajectorySample) endpoint.
|
|
@@ -19502,7 +19502,7 @@ const bV = function(e) {
|
|
|
19502
19502
|
async getPlannedMotion(r, n, o, a) {
|
|
19503
19503
|
var c, u;
|
|
19504
19504
|
const s = await t.getPlannedMotion(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["MotionApi.getPlannedMotion"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
19505
|
-
return (d, h) => B(s, A,
|
|
19505
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
19506
19506
|
},
|
|
19507
19507
|
/**
|
|
19508
19508
|
* Returns motion group models that are supported for planning.
|
|
@@ -19514,7 +19514,7 @@ const bV = function(e) {
|
|
|
19514
19514
|
async getPlanningMotionGroupModels(r, n) {
|
|
19515
19515
|
var i, l;
|
|
19516
19516
|
const o = await t.getPlanningMotionGroupModels(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["MotionApi.getPlanningMotionGroupModels"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
19517
|
-
return (c, u) => B(o, A,
|
|
19517
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
19518
19518
|
},
|
|
19519
19519
|
/**
|
|
19520
19520
|
* List all currently planned and available motions. Use [planMotion](planMotion) to plan a new motion. Motions are removed if the corresponding motion group or controller disconnects.
|
|
@@ -19526,7 +19526,7 @@ const bV = function(e) {
|
|
|
19526
19526
|
async listMotions(r, n) {
|
|
19527
19527
|
var i, l;
|
|
19528
19528
|
const o = await t.listMotions(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["MotionApi.listMotions"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
19529
|
-
return (c, u) => B(o, A,
|
|
19529
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
19530
19530
|
},
|
|
19531
19531
|
/**
|
|
19532
19532
|
* Loads and validates the data of a planned motion into a motion session. The response contains information about the validated motion. Validation can lead to three different results: - Fully valid: The whole planned motion can be executed from start to end. The response will contain the session to move the robot. - Partially valid: Only parts of the planned motion can be executed. The response will contain the session to move the robot and information about the failure for the part that is not executable. - Invalid: The planned motion can not be executed. The response will tell you, which information about the reason of failure. If the motion is at least partially valid, the parts of the motion that are valid can be executed using the [streamMoveForward](streamMoveForward) endpoint. You can use the following workflows: - Plan motions using the [planMotion](planMotion) endpoint, - Store the planned motion persistently, - Use this endpoint to reload the stored motion and get a motion session for it. - Execute the loaded motion using the [streamMoveForward](streamMoveForward) endpoint. OR: - Generate a planned motion with [planTrajectory](planTrajectory) or your own motion planner, - Send the planned motion to this endpoint to validate it and get a motion session for it, - Execute your motion using the [streamMoveForward](streamMoveForward) endpoint. Once a planned motion is validated, it is treated like a motion session and will appear in the list of available motions, see [listMotions](listMotions) endpoint. You can then execute a motion session with the [streamMoveForward](streamMoveForward) endpoint.
|
|
@@ -19539,7 +19539,7 @@ const bV = function(e) {
|
|
|
19539
19539
|
async loadPlannedMotion(r, n, o) {
|
|
19540
19540
|
var l, c;
|
|
19541
19541
|
const a = await t.loadPlannedMotion(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionApi.loadPlannedMotion"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
19542
|
-
return (u, d) => B(a, A,
|
|
19542
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
19543
19543
|
},
|
|
19544
19544
|
/**
|
|
19545
19545
|
* <!-- theme: danger --> > **Experimental** Plans a collision-free PTP motion for a single motion group. Use the following workflow to execute a planned trajectory: 1. Plan collision-free movement/motion. 2. Validate and load the planned trajectory using the [loadPlannedMotion](loadPlannedMotion) endpoint. 3. Execute the loaded trajectory using the [streamMove](streamMove) endpoint.
|
|
@@ -19552,7 +19552,7 @@ const bV = function(e) {
|
|
|
19552
19552
|
async planCollisionFreePTP(r, n, o) {
|
|
19553
19553
|
var l, c;
|
|
19554
19554
|
const a = await t.planCollisionFreePTP(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionApi.planCollisionFreePTP"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
19555
|
-
return (u, d) => B(a, A,
|
|
19555
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
19556
19556
|
},
|
|
19557
19557
|
/**
|
|
19558
19558
|
* Deprecated endpoint. Use [planTrajectory](planTrajectory) and [loadPlannedMotion](loadPlannedMotion) instead. Plans a new motion for a single previously configured [motion group](listMotionGroups). Motions are described by a sequence of motion commands starting with start joints. A motion is planned from standstill to standstill. A single motion has constant TCP and payload. Currently, I/O actions can\'t be attached to a motion to execute the action in realtime while a motion is executed. If an I/O is needed at a specific point, multiple motions need to be planned. If an I/O is needed to be set while a motion is executed, the endpoint [setOutputValues](setOutputValues) could be used.
|
|
@@ -19566,7 +19566,7 @@ const bV = function(e) {
|
|
|
19566
19566
|
async planMotion(r, n, o) {
|
|
19567
19567
|
var l, c;
|
|
19568
19568
|
const a = await t.planMotion(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionApi.planMotion"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
19569
|
-
return (u, d) => B(a, A,
|
|
19569
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
19570
19570
|
},
|
|
19571
19571
|
/**
|
|
19572
19572
|
* Plans a new trajectory for a single motion group. Describe the trajectory as a sequence of motion commands that the robots TCP should follow. Use the following workflow to execute a planned trajectory: 1. Plan a trajectory. 2. Validate and load the planned trajectory using the [loadPlannedMotion](loadPlannedMotion) endpoint. 3. Execute the loaded trajectory using the [streamMove](streamMove) endpoint. If the trajectory is not executable, the [PlanTrajectoryResponse](PlanTrajectoryResponse) will contain the joint trajectory up until the error, e.g. all samples until a collision occurs. EXCEPTION: If a CartesianPTP or JointPTP motion command has an invalid target, the response will contain the trajectory up until the start of the invalid PTP motion.
|
|
@@ -19579,7 +19579,7 @@ const bV = function(e) {
|
|
|
19579
19579
|
async planTrajectory(r, n, o) {
|
|
19580
19580
|
var l, c;
|
|
19581
19581
|
const a = await t.planTrajectory(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionApi.planTrajectory"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
19582
|
-
return (u, d) => B(a, A,
|
|
19582
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
19583
19583
|
},
|
|
19584
19584
|
/**
|
|
19585
19585
|
* Stops an active motion gracefully with deceleration until standstill while staying on the planned trajectory. When an active movement is stopped any further update request will be rejected. The active movement request returns until the robot has reached standstill. Currently it is not possible to restart the motion. Please send in a feature request if you need to restart/continue the motion.
|
|
@@ -19592,7 +19592,7 @@ const bV = function(e) {
|
|
|
19592
19592
|
async stopExecution(r, n, o) {
|
|
19593
19593
|
var l, c;
|
|
19594
19594
|
const a = await t.stopExecution(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionApi.stopExecution"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
19595
|
-
return (u, d) => B(a, A,
|
|
19595
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
19596
19596
|
},
|
|
19597
19597
|
/**
|
|
19598
19598
|
* Deprecated endpoint. Use `executeTrajectory` instead. Moves the motion group forward or backward along a previously planned motion. Or request to move the motion group via joint point-to-point to a given location on a planned motion. Or set the playback speed of the motion. Or stop the motion execution.
|
|
@@ -19606,7 +19606,7 @@ const bV = function(e) {
|
|
|
19606
19606
|
async streamMove(r, n, o) {
|
|
19607
19607
|
var l, c;
|
|
19608
19608
|
const a = await t.streamMove(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionApi.streamMove"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
19609
|
-
return (u, d) => B(a, A,
|
|
19609
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
19610
19610
|
},
|
|
19611
19611
|
/**
|
|
19612
19612
|
* Deprecated endpoint. Use the [executeTrajectory](executeTrajectory) endpoint instead. Request to move the motion group backward along a previously planned motion. Once started, you can stop a motion using the [stopExecution](stopExecution) endpoint. Prerequisites, before starting the motion execution: - The motion group is currently at the endpoint of the planned motion. OR - The motion was stopped using [stopExecution](stopExecution) endpoint. Then it is possible to resume the motion execution from where it stopped. OR - The motion group was moved onto the motion using the [streamMoveToTrajectoryViaJointP2P](streamMoveToTrajectoryViaJointP2P) endpoint.
|
|
@@ -19624,7 +19624,7 @@ const bV = function(e) {
|
|
|
19624
19624
|
async streamMoveBackward(r, n, o, a, s, i, l) {
|
|
19625
19625
|
var h, p;
|
|
19626
19626
|
const c = await t.streamMoveBackward(r, n, o, a, s, i, l), u = (e == null ? void 0 : e.serverIndex) ?? 0, d = (p = (h = j["MotionApi.streamMoveBackward"]) == null ? void 0 : h[u]) == null ? void 0 : p.url;
|
|
19627
|
-
return (f, m) => B(c, A,
|
|
19627
|
+
return (f, m) => B(c, A, M, e)(f, d || m);
|
|
19628
19628
|
},
|
|
19629
19629
|
/**
|
|
19630
19630
|
* Deprecated endpoint. Use the [executeTrajectory](executeTrajectory) endpoint instead. Moves the motion group forward along a previously planned motion. Once started, you can stop a motion using the [stopExecution](stopExecution) endpoint. Prerequisites, before starting the motion execution: - The motion group is currently at the start point of the planned motion. OR - The motion was stopped using [stopExecution](stopExecution) endpoint. Then it is possible to resume the motion execution from where it stopped. OR - The motion group was moved onto the motion using the [streamMoveToTrajectoryViaJointP2P](streamMoveToTrajectoryViaJointP2P) endpoint.
|
|
@@ -19642,7 +19642,7 @@ const bV = function(e) {
|
|
|
19642
19642
|
async streamMoveForward(r, n, o, a, s, i, l) {
|
|
19643
19643
|
var h, p;
|
|
19644
19644
|
const c = await t.streamMoveForward(r, n, o, a, s, i, l), u = (e == null ? void 0 : e.serverIndex) ?? 0, d = (p = (h = j["MotionApi.streamMoveForward"]) == null ? void 0 : h[u]) == null ? void 0 : p.url;
|
|
19645
|
-
return (f, m) => B(c, A,
|
|
19645
|
+
return (f, m) => B(c, A, M, e)(f, d || m);
|
|
19646
19646
|
},
|
|
19647
19647
|
/**
|
|
19648
19648
|
* Request to move the motion group via joint point-to-point to a given location on a planned motion. You must use this endpoint in order to start moving from an arbritrary location of the trajectory. Afterwards, you are able to call [streamMoveForward](streamMoveForward) or [streamMoveBackward](streamMoveBackward) to move along planned motion. Use the [stopExecution](stopExecution) endpoint to stop the motion gracefully.
|
|
@@ -19663,7 +19663,7 @@ const bV = function(e) {
|
|
|
19663
19663
|
async streamMoveToTrajectoryViaJointPTP(r, n, o, a, s, i, l, c, u, d, h) {
|
|
19664
19664
|
var b, S;
|
|
19665
19665
|
const p = await t.streamMoveToTrajectoryViaJointPTP(r, n, o, a, s, i, l, c, u, d, h), f = (e == null ? void 0 : e.serverIndex) ?? 0, m = (S = (b = j["MotionApi.streamMoveToTrajectoryViaJointPTP"]) == null ? void 0 : b[f]) == null ? void 0 : S.url;
|
|
19666
|
-
return (_, O) => B(p, A,
|
|
19666
|
+
return (_, O) => B(p, A, M, e)(_, m || O);
|
|
19667
19667
|
}
|
|
19668
19668
|
};
|
|
19669
19669
|
};
|
|
@@ -19995,7 +19995,7 @@ const vV = function(e) {
|
|
|
19995
19995
|
async activateAllMotionGroups(r, n, o) {
|
|
19996
19996
|
var l, c;
|
|
19997
19997
|
const a = await t.activateAllMotionGroups(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionGroupApi.activateAllMotionGroups"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
19998
|
-
return (u, d) => B(a, A,
|
|
19998
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
19999
19999
|
},
|
|
20000
20000
|
/**
|
|
20001
20001
|
* Activate the motion group and keeps the motion group in an active status. To manually activate a motion group, use this endpoint. When activating a motion group, interacting with the controller in other ways is not possible. To deactivate a motion group, use [deactivateMotionGroup](deactivateMotionGroup).
|
|
@@ -20008,7 +20008,7 @@ const vV = function(e) {
|
|
|
20008
20008
|
async activateMotionGroup(r, n, o) {
|
|
20009
20009
|
var l, c;
|
|
20010
20010
|
const a = await t.activateMotionGroup(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionGroupApi.activateMotionGroup"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
20011
|
-
return (u, d) => B(a, A,
|
|
20011
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
20012
20012
|
},
|
|
20013
20013
|
/**
|
|
20014
20014
|
* Deactivate a motion group. Activate the motion group and keeps the motion group in an active status. The robot controller streams information about all active motion groups. Deactivate motion groups that you no longer use. When deactivating motion groups, it is not possible to interact with the controller in any other way.
|
|
@@ -20021,7 +20021,7 @@ const vV = function(e) {
|
|
|
20021
20021
|
async deactivateMotionGroup(r, n, o) {
|
|
20022
20022
|
var l, c;
|
|
20023
20023
|
const a = await t.deactivateMotionGroup(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionGroupApi.deactivateMotionGroup"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
20024
|
-
return (u, d) => B(a, A,
|
|
20024
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
20025
20025
|
},
|
|
20026
20026
|
/**
|
|
20027
20027
|
* List all active motion groups. A motion group is active if it is currently used by a controller.
|
|
@@ -20033,7 +20033,7 @@ const vV = function(e) {
|
|
|
20033
20033
|
async listMotionGroups(r, n) {
|
|
20034
20034
|
var i, l;
|
|
20035
20035
|
const o = await t.listMotionGroups(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["MotionGroupApi.listMotionGroups"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
20036
|
-
return (c, u) => B(o, A,
|
|
20036
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
20037
20037
|
}
|
|
20038
20038
|
};
|
|
20039
20039
|
};
|
|
@@ -20342,7 +20342,7 @@ const OV = function(e) {
|
|
|
20342
20342
|
async getActivePayload(r, n, o) {
|
|
20343
20343
|
var l, c;
|
|
20344
20344
|
const a = await t.getActivePayload(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionGroupInfosApi.getActivePayload"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
20345
|
-
return (u, d) => B(a, A,
|
|
20345
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
20346
20346
|
},
|
|
20347
20347
|
/**
|
|
20348
20348
|
* Get the internal selected TCP of a connected device.
|
|
@@ -20356,7 +20356,7 @@ const OV = function(e) {
|
|
|
20356
20356
|
async getActiveTcp(r, n, o, a) {
|
|
20357
20357
|
var c, u;
|
|
20358
20358
|
const s = await t.getActiveTcp(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["MotionGroupInfosApi.getActiveTcp"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
20359
|
-
return (d, h) => B(s, A,
|
|
20359
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
20360
20360
|
},
|
|
20361
20361
|
/**
|
|
20362
20362
|
* Returns the current state of the selected motion group including the current joint position, velocity, pose, and more.
|
|
@@ -20371,7 +20371,7 @@ const OV = function(e) {
|
|
|
20371
20371
|
async getCurrentMotionGroupState(r, n, o, a, s) {
|
|
20372
20372
|
var u, d;
|
|
20373
20373
|
const i = await t.getCurrentMotionGroupState(r, n, o, a, s), l = (e == null ? void 0 : e.serverIndex) ?? 0, c = (d = (u = j["MotionGroupInfosApi.getCurrentMotionGroupState"]) == null ? void 0 : u[l]) == null ? void 0 : d.url;
|
|
20374
|
-
return (h, p) => B(i, A,
|
|
20374
|
+
return (h, p) => B(i, A, M, e)(h, c || p);
|
|
20375
20375
|
},
|
|
20376
20376
|
/**
|
|
20377
20377
|
* Shows the options the motion group offers in regard to the information service. Some motion groups may not provide all information services, e.g. some manufacturers don\'t have a blending zone concept.
|
|
@@ -20384,7 +20384,7 @@ const OV = function(e) {
|
|
|
20384
20384
|
async getInfoCapabilities(r, n, o) {
|
|
20385
20385
|
var l, c;
|
|
20386
20386
|
const a = await t.getInfoCapabilities(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionGroupInfosApi.getInfoCapabilities"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
20387
|
-
return (u, d) => B(a, A,
|
|
20387
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
20388
20388
|
},
|
|
20389
20389
|
/**
|
|
20390
20390
|
* Get static properties of the motion group. Those properties are used internally for motion group plannning. Only supported motion groups will return a valid response.
|
|
@@ -20397,7 +20397,7 @@ const OV = function(e) {
|
|
|
20397
20397
|
async getMotionGroupSpecification(r, n, o) {
|
|
20398
20398
|
var l, c;
|
|
20399
20399
|
const a = await t.getMotionGroupSpecification(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionGroupInfosApi.getMotionGroupSpecification"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
20400
|
-
return (u, d) => B(a, A,
|
|
20400
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
20401
20401
|
},
|
|
20402
20402
|
/**
|
|
20403
20403
|
* Returns the configured mounting pose offset in relation to world coordinate system and the motion groups coordinate system.
|
|
@@ -20410,7 +20410,7 @@ const OV = function(e) {
|
|
|
20410
20410
|
async getMounting(r, n, o) {
|
|
20411
20411
|
var l, c;
|
|
20412
20412
|
const a = await t.getMounting(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionGroupInfosApi.getMounting"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
20413
|
-
return (u, d) => B(a, A,
|
|
20413
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
20414
20414
|
},
|
|
20415
20415
|
/**
|
|
20416
20416
|
* <!-- theme: danger --> > **Experimental** Get the complete configuration which can be passed to the planner-optimizer (incl. motion group description, limits etc.)
|
|
@@ -20424,7 +20424,7 @@ const OV = function(e) {
|
|
|
20424
20424
|
async getOptimizerConfiguration(r, n, o, a) {
|
|
20425
20425
|
var c, u;
|
|
20426
20426
|
const s = await t.getOptimizerConfiguration(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["MotionGroupInfosApi.getOptimizerConfiguration"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
20427
|
-
return (d, h) => B(s, A,
|
|
20427
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
20428
20428
|
},
|
|
20429
20429
|
/**
|
|
20430
20430
|
* Get the safety setup and limitations of a connected device, which restricts the device. Safety settings are configured globally on the robot controller and are valid for all the connected devices (like robots).
|
|
@@ -20437,7 +20437,7 @@ const OV = function(e) {
|
|
|
20437
20437
|
async getSafetySetup(r, n, o) {
|
|
20438
20438
|
var l, c;
|
|
20439
20439
|
const a = await t.getSafetySetup(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionGroupInfosApi.getSafetySetup"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
20440
|
-
return (u, d) => B(a, A,
|
|
20440
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
20441
20441
|
},
|
|
20442
20442
|
/**
|
|
20443
20443
|
* Lists all defined payloads of the motion group. The payload is defined as the sum of all weights attached to the flange/endpoint of the motion group, e.g. sum of the tools and workpiece weight that are currently attached.
|
|
@@ -20450,7 +20450,7 @@ const OV = function(e) {
|
|
|
20450
20450
|
async listPayloads(r, n, o) {
|
|
20451
20451
|
var l, c;
|
|
20452
20452
|
const a = await t.listPayloads(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionGroupInfosApi.listPayloads"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
20453
|
-
return (u, d) => B(a, A,
|
|
20453
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
20454
20454
|
},
|
|
20455
20455
|
/**
|
|
20456
20456
|
* Get all internal configured TCPs of a connected device.
|
|
@@ -20464,7 +20464,7 @@ const OV = function(e) {
|
|
|
20464
20464
|
async listTcps(r, n, o, a) {
|
|
20465
20465
|
var c, u;
|
|
20466
20466
|
const s = await t.listTcps(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["MotionGroupInfosApi.listTcps"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
20467
|
-
return (d, h) => B(s, A,
|
|
20467
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
20468
20468
|
},
|
|
20469
20469
|
/**
|
|
20470
20470
|
* Receive updates of the motion group state. The stream will be closed from the server if the controller is disconnected.
|
|
@@ -20480,7 +20480,7 @@ const OV = function(e) {
|
|
|
20480
20480
|
async streamMotionGroupState(r, n, o, a, s, i) {
|
|
20481
20481
|
var d, h;
|
|
20482
20482
|
const l = await t.streamMotionGroupState(r, n, o, a, s, i), c = (e == null ? void 0 : e.serverIndex) ?? 0, u = (h = (d = j["MotionGroupInfosApi.streamMotionGroupState"]) == null ? void 0 : d[c]) == null ? void 0 : h.url;
|
|
20483
|
-
return (p, f) => B(l, A,
|
|
20483
|
+
return (p, f) => B(l, A, M, e)(p, u || f);
|
|
20484
20484
|
}
|
|
20485
20485
|
};
|
|
20486
20486
|
};
|
|
@@ -20727,7 +20727,7 @@ const CV = function(e) {
|
|
|
20727
20727
|
async directionJogging(r, n, o) {
|
|
20728
20728
|
var l, c;
|
|
20729
20729
|
const a = await t.directionJogging(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionGroupJoggingApi.directionJogging"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
20730
|
-
return (u, d) => B(a, A,
|
|
20730
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
20731
20731
|
},
|
|
20732
20732
|
/**
|
|
20733
20733
|
* Shows the options the motion group offers in regard to jogging. Some motion groups may not provide all information services, e.g. it is physically not possible to move a one-axis-turntable in a linear way.
|
|
@@ -20740,7 +20740,7 @@ const CV = function(e) {
|
|
|
20740
20740
|
async getJoggingCapabilities(r, n, o) {
|
|
20741
20741
|
var l, c;
|
|
20742
20742
|
const a = await t.getJoggingCapabilities(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionGroupJoggingApi.getJoggingCapabilities"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
20743
|
-
return (u, d) => B(a, A,
|
|
20743
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
20744
20744
|
},
|
|
20745
20745
|
/**
|
|
20746
20746
|
* Move one or more joints of a motion group with specified velocities via a websocket. The purpose of a joint jogging motion is to maneuver a motion group in one or more joints with a specified velocity for each joint. The sign of the velocity determines the direction of the joint movement. The velocity is given in [rad/s]. In contrast to a planned motion, a jogging motion can be changed dynamically while the motion group is in motion. Only one single client at a time can jog a particular motion group. If another client tries to jog the same motion group at the same time, the second call will fail. The movement of the motion group will start as soon as: * the motion group is not in motion * the websocket connection is established * the first request has been sent As long as the jogging motion is ongoing, responses will be sent continuously and contain the current state of the motion group. The responses will be sent with the specified rate according to the *response_rate* parameter of the initial websocket request. While in motion, the desired joint velocity can be changed by sending a new request to the same websocket. The motion and sending of the replies will stop when: * a [stopJogging](stopJogging) request was received, processed, and the movement stopped Motion group state will be published in the original command stream until the motion group has fully stopped. * the client cancels the stream (not recommended, because final stopping position will not be returned from the stream) When a physical limit (e.g. joint limit) is reached, the motion group will stop moving in the desired direction. The stream, howewer, will continue to send the state until the client cancels the stream or sends the [stopJogging](stopJogging) request. **Usage example:** 1. Open a websocket via python and start the jogging motion: ```bash > python -m websockets \"ws://<IP of Wandelbots NOVA API>/api/v1/cells/<your cell id>/motion-groups/move-joint\" ``` 2. Send the following message to move with a velocity of 0.1 rad/s (negative) for joint 5 and 0.2 rad/s for joint 6: ```json { \"motion_group\": \"<your motion group id>\", \"joint_velocities\": [0, 0, 0, 0, -0.1, 0.2], \"response_rate\": 500 } ``` The provided NOVA API clients also natively support jogging motions, without the need to manually open a websocket. > **NOTE** > > If the jogging movement is stopped immediately, ensure that > > - A websocket connection is established. Websockets can be kept open until the robot\'s movement is done as opposed to a simple HTTP GET request. > > - The motion group is not in motion by another jogging movement or a planned movement. > **NOTE** > > If the robot does not move, ensure that > > - The joint velocity values are not zero, > > - The motion group is not in a state where it cannot move further (e.g. joint limit reached). > **NOTE** > > If the specified velocities are higher than the maximum allowed by the robot controller, the motion group will move with the maximum allowed velocities.
|
|
@@ -20753,7 +20753,7 @@ const CV = function(e) {
|
|
|
20753
20753
|
async jointJogging(r, n, o) {
|
|
20754
20754
|
var l, c;
|
|
20755
20755
|
const a = await t.jointJogging(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionGroupJoggingApi.jointJogging"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
20756
|
-
return (u, d) => B(a, A,
|
|
20756
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
20757
20757
|
},
|
|
20758
20758
|
/**
|
|
20759
20759
|
* Stops an ongoing jogging movement as fast as possible. Until the motion group reaches standstill, it decelerates and keeps the last specified direction. This call will immediately return even if the deceleration is still in progress. After a stop request has been received, no further updates to the ongoing jogging movement are possible. State responses will be sent via the jogging stream until the motion group reaches standstill.
|
|
@@ -20766,7 +20766,7 @@ const CV = function(e) {
|
|
|
20766
20766
|
async stopJogging(r, n, o) {
|
|
20767
20767
|
var l, c;
|
|
20768
20768
|
const a = await t.stopJogging(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionGroupJoggingApi.stopJogging"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
20769
|
-
return (u, d) => B(a, A,
|
|
20769
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
20770
20770
|
}
|
|
20771
20771
|
};
|
|
20772
20772
|
};
|
|
@@ -20925,7 +20925,7 @@ const TV = function(e) {
|
|
|
20925
20925
|
async calculateAllInverseKinematic(r, n, o, a) {
|
|
20926
20926
|
var c, u;
|
|
20927
20927
|
const s = await t.calculateAllInverseKinematic(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["MotionGroupKinematicApi.calculateAllInverseKinematic"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
20928
|
-
return (d, h) => B(s, A,
|
|
20928
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
20929
20929
|
},
|
|
20930
20930
|
/**
|
|
20931
20931
|
* Calculates the TCP pose from a joint position sample using the forward kinematics of the motion-group.
|
|
@@ -20939,7 +20939,7 @@ const TV = function(e) {
|
|
|
20939
20939
|
async calculateForwardKinematic(r, n, o, a) {
|
|
20940
20940
|
var c, u;
|
|
20941
20941
|
const s = await t.calculateForwardKinematic(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["MotionGroupKinematicApi.calculateForwardKinematic"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
20942
|
-
return (d, h) => B(s, A,
|
|
20942
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
20943
20943
|
},
|
|
20944
20944
|
/**
|
|
20945
20945
|
* Calculate the joint positions the motion-group needs to apply for its TCP to be in a specified pose (Inverse Kinematic Solution). If multiple solutions are found, the one nearest to the given specified joint position is picked. * For all supported robot models, except the Fanuc CRX line, the returned joint position is guaranteed to have the same configuration (often referred to as ELBOW_UP, WRIST_DOWN, SHOULDER_RIGHT, f.e.) as the specified reference joint position. If the position limit of any single joint allows it to be in a range larger than 2 PI, the respective joint value in the result will be as close as possible to its reference value. * For the Fanuc CRX line the solution is selected to have the smallest distance measured by the norm of its difference to the reference joint position. The returned joint position is guaranteed to be within the joint limits and not in a singular position of the robot.
|
|
@@ -20953,7 +20953,7 @@ const TV = function(e) {
|
|
|
20953
20953
|
async calculateInverseKinematic(r, n, o, a) {
|
|
20954
20954
|
var c, u;
|
|
20955
20955
|
const s = await t.calculateInverseKinematic(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["MotionGroupKinematicApi.calculateInverseKinematic"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
20956
|
-
return (d, h) => B(s, A,
|
|
20956
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
20957
20957
|
},
|
|
20958
20958
|
/**
|
|
20959
20959
|
* Get the kinematic endpoints provided for the specified motion-group.
|
|
@@ -20966,7 +20966,7 @@ const TV = function(e) {
|
|
|
20966
20966
|
async getKinematicCapabilities(r, n, o) {
|
|
20967
20967
|
var l, c;
|
|
20968
20968
|
const a = await t.getKinematicCapabilities(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["MotionGroupKinematicApi.getKinematicCapabilities"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
20969
|
-
return (u, d) => B(a, A,
|
|
20969
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
20970
20970
|
}
|
|
20971
20971
|
};
|
|
20972
20972
|
};
|
|
@@ -21207,7 +21207,7 @@ const AV = function(e) {
|
|
|
21207
21207
|
async createProgramRunner(r, n, o) {
|
|
21208
21208
|
var l, c;
|
|
21209
21209
|
const a = await t.createProgramRunner(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["ProgramApi.createProgramRunner"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
21210
|
-
return (u, d) => B(a, A,
|
|
21210
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
21211
21211
|
},
|
|
21212
21212
|
/**
|
|
21213
21213
|
* Execute a program in Wandelscript. The Wandelscript can also move multiple robots by using the \'do with\' syntax. The execute operation will be started from the current joint configuration of any addressed robot(s). Addressed robots have to be in control mode for the execute operation to succeed. A request to this endpoint will block this endpoint until the program has been executed, or until an error occurs. The executed movement is returned in case of a succesful execution. Otherwise an error (e.g. out of reach, singularity), is returned. The Wandelscript can either be submitted as is, using Content-type text/plain, or as content-type application/json with the Wandelscript under \"code\" alongside a set of values provided under \"initial_state\". * [WandelEngine & Wandelscript Documentation](/docs/docs/wandelscript)
|
|
@@ -21220,7 +21220,7 @@ const AV = function(e) {
|
|
|
21220
21220
|
async executeProgram(r, n, o) {
|
|
21221
21221
|
var l, c;
|
|
21222
21222
|
const a = await t.executeProgram(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["ProgramApi.executeProgram"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
21223
|
-
return (u, d) => B(a, A,
|
|
21223
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
21224
21224
|
},
|
|
21225
21225
|
/**
|
|
21226
21226
|
* Returns information about a program currently executed. When a program is finished: Program response, result, collected Wandelscript logs, etc. When a program is running: Running status, current executed line, etc. ## Parameters - **runner_id**: The id of the program runner
|
|
@@ -21233,7 +21233,7 @@ const AV = function(e) {
|
|
|
21233
21233
|
async getProgramRunner(r, n, o) {
|
|
21234
21234
|
var l, c;
|
|
21235
21235
|
const a = await t.getProgramRunner(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["ProgramApi.getProgramRunner"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
21236
|
-
return (u, d) => B(a, A,
|
|
21236
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
21237
21237
|
},
|
|
21238
21238
|
/**
|
|
21239
21239
|
* Get details about all existing program runners.
|
|
@@ -21245,7 +21245,7 @@ const AV = function(e) {
|
|
|
21245
21245
|
async listProgramRunners(r, n) {
|
|
21246
21246
|
var i, l;
|
|
21247
21247
|
const o = await t.listProgramRunners(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["ProgramApi.listProgramRunners"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
21248
|
-
return (c, u) => B(o, A,
|
|
21248
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
21249
21249
|
},
|
|
21250
21250
|
/**
|
|
21251
21251
|
* Migrate a program ## Parameters See the **Schema** tab for information about the request body
|
|
@@ -21258,7 +21258,7 @@ const AV = function(e) {
|
|
|
21258
21258
|
async migrateProgram(r, n, o) {
|
|
21259
21259
|
var l, c;
|
|
21260
21260
|
const a = await t.migrateProgram(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["ProgramApi.migrateProgram"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
21261
|
-
return (u, d) => B(a, A,
|
|
21261
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
21262
21262
|
},
|
|
21263
21263
|
/**
|
|
21264
21264
|
* Plan a program based on the specified robot type. The plan operation can be used to check if a Wandelscript is executable, given the current joint configuration of the robot. If the Wandelscript is executable, the result contains the motion path. If the Wandelscript is not executable, e.g. points that are out of reach, or the joints encounter a singularity, the reason is returned. The plan operation can be used in other operating modes besides control mode. The Wandelscript can either be submitted as is, using Content-type text/plain, or as content-type application/json with the Wandelscript under \"code\" alongside a set of values provided under \"initial_state\". The plan operation can be used in other operating modes besides control mode. The Wandelscript can either be submitted as is, using Content-type text/plain, or as Content-type application/json with the Wandelscript under \"code\" alongside a set of values provided under \"initial_state\". * [WandelEngine & Wandelscript Documentation](/docs/docs/wandelscript)
|
|
@@ -21272,7 +21272,7 @@ const AV = function(e) {
|
|
|
21272
21272
|
async planProgram(r, n, o, a) {
|
|
21273
21273
|
var c, u;
|
|
21274
21274
|
const s = await t.planProgram(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["ProgramApi.planProgram"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
21275
|
-
return (d, h) => B(s, A,
|
|
21275
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
21276
21276
|
},
|
|
21277
21277
|
/**
|
|
21278
21278
|
* Stop all runners.
|
|
@@ -21284,7 +21284,7 @@ const AV = function(e) {
|
|
|
21284
21284
|
async stopAllProgramRunner(r, n) {
|
|
21285
21285
|
var i, l;
|
|
21286
21286
|
const o = await t.stopAllProgramRunner(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["ProgramApi.stopAllProgramRunner"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
21287
|
-
return (c, u) => B(o, A,
|
|
21287
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
21288
21288
|
},
|
|
21289
21289
|
/**
|
|
21290
21290
|
* Stop a specific program runner. If the indicated runner was not running, an error will be returned. ## Parameters - **runner_id**: The id of the program runner
|
|
@@ -21297,7 +21297,7 @@ const AV = function(e) {
|
|
|
21297
21297
|
async stopProgramRunner(r, n, o) {
|
|
21298
21298
|
var l, c;
|
|
21299
21299
|
const a = await t.stopProgramRunner(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["ProgramApi.stopProgramRunner"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
21300
|
-
return (u, d) => B(a, A,
|
|
21300
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
21301
21301
|
}
|
|
21302
21302
|
};
|
|
21303
21303
|
};
|
|
@@ -21546,7 +21546,7 @@ const EV = function(e) {
|
|
|
21546
21546
|
async clearProgramsValues(r, n) {
|
|
21547
21547
|
var i, l;
|
|
21548
21548
|
const o = await t.clearProgramsValues(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["ProgramValuesApi.clearProgramsValues"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
21549
|
-
return (c, u) => B(o, A,
|
|
21549
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
21550
21550
|
},
|
|
21551
21551
|
/**
|
|
21552
21552
|
* Deprecated endpoint. Add or overwrite one or more values in the database. PREREQUISITE: The database has been added as a device. Add the database with [createDevice](createDevice). The database itself is a key-value store. For reference of possible data types see: * [Documentation for elementary data types](/docs/docs/wandelscript/data-types/#elementary-types)
|
|
@@ -21560,7 +21560,7 @@ const EV = function(e) {
|
|
|
21560
21560
|
async createProgramsValue(r, n, o) {
|
|
21561
21561
|
var l, c;
|
|
21562
21562
|
const a = await t.createProgramsValue(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["ProgramValuesApi.createProgramsValue"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
21563
|
-
return (u, d) => B(a, A,
|
|
21563
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
21564
21564
|
},
|
|
21565
21565
|
/**
|
|
21566
21566
|
* Delete a value from the database.
|
|
@@ -21574,7 +21574,7 @@ const EV = function(e) {
|
|
|
21574
21574
|
async deleteProgramValue(r, n, o) {
|
|
21575
21575
|
var l, c;
|
|
21576
21576
|
const a = await t.deleteProgramValue(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["ProgramValuesApi.deleteProgramValue"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
21577
|
-
return (u, d) => B(a, A,
|
|
21577
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
21578
21578
|
},
|
|
21579
21579
|
/**
|
|
21580
21580
|
* Deprecated endpoint. Return a value stored in the database. PREREQUISITE: The database has been added as a device. Add the database with [createDevice](createDevice). The database itself is a key-value store. For reference of possible data types see: * [Documentation for elementary data types](/docs/docs/wandelscript/data-types/#elementary-types)
|
|
@@ -21588,7 +21588,7 @@ const EV = function(e) {
|
|
|
21588
21588
|
async getProgramValue(r, n, o) {
|
|
21589
21589
|
var l, c;
|
|
21590
21590
|
const a = await t.getProgramValue(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["ProgramValuesApi.getProgramValue"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
21591
|
-
return (u, d) => B(a, A,
|
|
21591
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
21592
21592
|
},
|
|
21593
21593
|
/**
|
|
21594
21594
|
* Deprecated endpoint. Gets all values that are stored in the database. PREREQUISITE: The database has been added as a device. Add the database with [createDevice](createDevice). The database itself is a key-value storage. For reference of possible data types see: * [Documentation for elementary data types](/docs/docs/wandelscript/data-types/#elementary-types)
|
|
@@ -21601,7 +21601,7 @@ const EV = function(e) {
|
|
|
21601
21601
|
async listProgramsValues(r, n) {
|
|
21602
21602
|
var i, l;
|
|
21603
21603
|
const o = await t.listProgramsValues(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["ProgramValuesApi.listProgramsValues"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
21604
|
-
return (c, u) => B(o, A,
|
|
21604
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
21605
21605
|
},
|
|
21606
21606
|
/**
|
|
21607
21607
|
* Deprecated endpoint. Creates or updates a value in the database. PREREQUISITE: The database has been added as a device. Add the database with [createDevice](createDevice). The database itself is a key-value store. For reference of possible data types see: * [Documentation for elementary data types](/docs/docs/wandelscript/data-types/#elementary-types)
|
|
@@ -21616,7 +21616,7 @@ const EV = function(e) {
|
|
|
21616
21616
|
async updateProgramValue(r, n, o, a) {
|
|
21617
21617
|
var c, u;
|
|
21618
21618
|
const s = await t.updateProgramValue(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["ProgramValuesApi.updateProgramValue"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
21619
|
-
return (d, h) => B(s, A,
|
|
21619
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
21620
21620
|
}
|
|
21621
21621
|
};
|
|
21622
21622
|
};
|
|
@@ -21989,7 +21989,7 @@ const IV = function(e) {
|
|
|
21989
21989
|
async deleteStoredCollider(r, n, o) {
|
|
21990
21990
|
var l, c;
|
|
21991
21991
|
const a = await t.deleteStoredCollider(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["StoreCollisionComponentsApi.deleteStoredCollider"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
21992
|
-
return (u, d) => B(a, A,
|
|
21992
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
21993
21993
|
},
|
|
21994
21994
|
/**
|
|
21995
21995
|
* Deletes the stored link chain. <!-- theme: danger --> > This will delete persistently stored data.
|
|
@@ -22002,7 +22002,7 @@ const IV = function(e) {
|
|
|
22002
22002
|
async deleteStoredCollisionLinkChain(r, n, o) {
|
|
22003
22003
|
var l, c;
|
|
22004
22004
|
const a = await t.deleteStoredCollisionLinkChain(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["StoreCollisionComponentsApi.deleteStoredCollisionLinkChain"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
22005
|
-
return (u, d) => B(a, A,
|
|
22005
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
22006
22006
|
},
|
|
22007
22007
|
/**
|
|
22008
22008
|
* Deletes the stored tool. <!-- theme: danger --> > This will delete persistently stored data.
|
|
@@ -22015,7 +22015,7 @@ const IV = function(e) {
|
|
|
22015
22015
|
async deleteStoredCollisionTool(r, n, o) {
|
|
22016
22016
|
var l, c;
|
|
22017
22017
|
const a = await t.deleteStoredCollisionTool(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["StoreCollisionComponentsApi.deleteStoredCollisionTool"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
22018
|
-
return (u, d) => B(a, A,
|
|
22018
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
22019
22019
|
},
|
|
22020
22020
|
/**
|
|
22021
22021
|
* Returns the default collision link chain for a given motion group model. See [getPlanningMotionGroupModels](getPlanningMotionGroupModels) for supported motion group models. The default link chain is derived from 3D models and optimized for collision detection within NOVA. The default link chain includes link shapes only. It does not include any attached components like wire feeders or sensors. Use the `stored_link_chain` or `link_chain` field in [storeCollisionScene](storeCollisionScene) to attach additional shapes to the link reference frames. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
@@ -22028,7 +22028,7 @@ const IV = function(e) {
|
|
|
22028
22028
|
async getDefaultLinkChain(r, n, o) {
|
|
22029
22029
|
var l, c;
|
|
22030
22030
|
const a = await t.getDefaultLinkChain(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["StoreCollisionComponentsApi.getDefaultLinkChain"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
22031
|
-
return (u, d) => B(a, A,
|
|
22031
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
22032
22032
|
},
|
|
22033
22033
|
/**
|
|
22034
22034
|
* Returns the collider.
|
|
@@ -22041,7 +22041,7 @@ const IV = function(e) {
|
|
|
22041
22041
|
async getStoredCollider(r, n, o) {
|
|
22042
22042
|
var l, c;
|
|
22043
22043
|
const a = await t.getStoredCollider(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["StoreCollisionComponentsApi.getStoredCollider"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
22044
|
-
return (u, d) => B(a, A,
|
|
22044
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
22045
22045
|
},
|
|
22046
22046
|
/**
|
|
22047
22047
|
* Returns the collision link chain.
|
|
@@ -22054,7 +22054,7 @@ const IV = function(e) {
|
|
|
22054
22054
|
async getStoredCollisionLinkChain(r, n, o) {
|
|
22055
22055
|
var l, c;
|
|
22056
22056
|
const a = await t.getStoredCollisionLinkChain(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["StoreCollisionComponentsApi.getStoredCollisionLinkChain"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
22057
|
-
return (u, d) => B(a, A,
|
|
22057
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
22058
22058
|
},
|
|
22059
22059
|
/**
|
|
22060
22060
|
* Returns the stored tool.
|
|
@@ -22067,7 +22067,7 @@ const IV = function(e) {
|
|
|
22067
22067
|
async getStoredCollisionTool(r, n, o) {
|
|
22068
22068
|
var l, c;
|
|
22069
22069
|
const a = await t.getStoredCollisionTool(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["StoreCollisionComponentsApi.getStoredCollisionTool"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
22070
|
-
return (u, d) => B(a, A,
|
|
22070
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
22071
22071
|
},
|
|
22072
22072
|
/**
|
|
22073
22073
|
* Returns the stored link chains.
|
|
@@ -22079,7 +22079,7 @@ const IV = function(e) {
|
|
|
22079
22079
|
async listCollisionLinkChains(r, n) {
|
|
22080
22080
|
var i, l;
|
|
22081
22081
|
const o = await t.listCollisionLinkChains(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["StoreCollisionComponentsApi.listCollisionLinkChains"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
22082
|
-
return (c, u) => B(o, A,
|
|
22082
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
22083
22083
|
},
|
|
22084
22084
|
/**
|
|
22085
22085
|
* Returns a list of colliders in a scene. This excludes colliders that are part of a motion group.
|
|
@@ -22091,7 +22091,7 @@ const IV = function(e) {
|
|
|
22091
22091
|
async listStoredColliders(r, n) {
|
|
22092
22092
|
var i, l;
|
|
22093
22093
|
const o = await t.listStoredColliders(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["StoreCollisionComponentsApi.listStoredColliders"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
22094
|
-
return (c, u) => B(o, A,
|
|
22094
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
22095
22095
|
},
|
|
22096
22096
|
/**
|
|
22097
22097
|
* Returns the list of stored tools.
|
|
@@ -22103,7 +22103,7 @@ const IV = function(e) {
|
|
|
22103
22103
|
async listStoredCollisionTools(r, n) {
|
|
22104
22104
|
var i, l;
|
|
22105
22105
|
const o = await t.listStoredCollisionTools(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["StoreCollisionComponentsApi.listStoredCollisionTools"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
22106
|
-
return (c, u) => B(o, A,
|
|
22106
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
22107
22107
|
},
|
|
22108
22108
|
/**
|
|
22109
22109
|
* Stores collider. If the collider does not exist, it will be created. If the collider exists, it will be updated.
|
|
@@ -22117,7 +22117,7 @@ const IV = function(e) {
|
|
|
22117
22117
|
async storeCollider(r, n, o, a) {
|
|
22118
22118
|
var c, u;
|
|
22119
22119
|
const s = await t.storeCollider(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["StoreCollisionComponentsApi.storeCollider"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
22120
|
-
return (d, h) => B(s, A,
|
|
22120
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
22121
22121
|
},
|
|
22122
22122
|
/**
|
|
22123
22123
|
* Stores link chain. If the link chain does not exist, it will be created. If the link chain exists, it will be updated.
|
|
@@ -22131,7 +22131,7 @@ const IV = function(e) {
|
|
|
22131
22131
|
async storeCollisionLinkChain(r, n, o, a) {
|
|
22132
22132
|
var c, u;
|
|
22133
22133
|
const s = await t.storeCollisionLinkChain(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["StoreCollisionComponentsApi.storeCollisionLinkChain"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
22134
|
-
return (d, h) => B(s, A,
|
|
22134
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
22135
22135
|
},
|
|
22136
22136
|
/**
|
|
22137
22137
|
* Stores the tool. If the tool does not exist, it will be created. If the tool exists, it will be updated.
|
|
@@ -22145,7 +22145,7 @@ const IV = function(e) {
|
|
|
22145
22145
|
async storeCollisionTool(r, n, o, a) {
|
|
22146
22146
|
var c, u;
|
|
22147
22147
|
const s = await t.storeCollisionTool(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["StoreCollisionComponentsApi.storeCollisionTool"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
22148
|
-
return (d, h) => B(s, A,
|
|
22148
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
22149
22149
|
}
|
|
22150
22150
|
};
|
|
22151
22151
|
};
|
|
@@ -22408,7 +22408,7 @@ const jV = function(e) {
|
|
|
22408
22408
|
async deleteStoredCollisionScene(r, n, o) {
|
|
22409
22409
|
var l, c;
|
|
22410
22410
|
const a = await t.deleteStoredCollisionScene(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["StoreCollisionScenesApi.deleteStoredCollisionScene"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
22411
|
-
return (u, d) => B(a, A,
|
|
22411
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
22412
22412
|
},
|
|
22413
22413
|
/**
|
|
22414
22414
|
* Returns the stored scene.
|
|
@@ -22421,7 +22421,7 @@ const jV = function(e) {
|
|
|
22421
22421
|
async getStoredCollisionScene(r, n, o) {
|
|
22422
22422
|
var l, c;
|
|
22423
22423
|
const a = await t.getStoredCollisionScene(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["StoreCollisionScenesApi.getStoredCollisionScene"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
22424
|
-
return (u, d) => B(a, A,
|
|
22424
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
22425
22425
|
},
|
|
22426
22426
|
/**
|
|
22427
22427
|
* Returns a list of stored scenes.
|
|
@@ -22433,7 +22433,7 @@ const jV = function(e) {
|
|
|
22433
22433
|
async listStoredCollisionScenes(r, n) {
|
|
22434
22434
|
var i, l;
|
|
22435
22435
|
const o = await t.listStoredCollisionScenes(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["StoreCollisionScenesApi.listStoredCollisionScenes"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
22436
|
-
return (c, u) => B(o, A,
|
|
22436
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
22437
22437
|
},
|
|
22438
22438
|
/**
|
|
22439
22439
|
* Creates or replaces the stored collision scene. The scene is assembled from components as defined in the request body. An error is returned if a stored object does not exist.
|
|
@@ -22447,7 +22447,7 @@ const jV = function(e) {
|
|
|
22447
22447
|
async storeCollisionScene(r, n, o, a) {
|
|
22448
22448
|
var c, u;
|
|
22449
22449
|
const s = await t.storeCollisionScene(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["StoreCollisionScenesApi.storeCollisionScene"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
22450
|
-
return (d, h) => B(s, A,
|
|
22450
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
22451
22451
|
}
|
|
22452
22452
|
};
|
|
22453
22453
|
};
|
|
@@ -22643,7 +22643,7 @@ const kV = function(e) {
|
|
|
22643
22643
|
async clearAllObjects(r, n) {
|
|
22644
22644
|
var i, l;
|
|
22645
22645
|
const o = await t.clearAllObjects(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["StoreObjectApi.clearAllObjects"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
22646
|
-
return (c, u) => B(o, A,
|
|
22646
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
22647
22647
|
},
|
|
22648
22648
|
/**
|
|
22649
22649
|
* Delete an object <!-- theme: danger --> > This will delete persistently stored data.
|
|
@@ -22656,7 +22656,7 @@ const kV = function(e) {
|
|
|
22656
22656
|
async deleteObject(r, n, o) {
|
|
22657
22657
|
var l, c;
|
|
22658
22658
|
const a = await t.deleteObject(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["StoreObjectApi.deleteObject"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
22659
|
-
return (u, d) => B(a, A,
|
|
22659
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
22660
22660
|
},
|
|
22661
22661
|
/**
|
|
22662
22662
|
* Get the object. This request returns the object and any metadata attached to it.
|
|
@@ -22669,7 +22669,7 @@ const kV = function(e) {
|
|
|
22669
22669
|
async getObject(r, n, o) {
|
|
22670
22670
|
var l, c;
|
|
22671
22671
|
const a = await t.getObject(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["StoreObjectApi.getObject"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
22672
|
-
return (u, d) => B(a, A,
|
|
22672
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
22673
22673
|
},
|
|
22674
22674
|
/**
|
|
22675
22675
|
* Get object metadata. Objects can be large. Therefore this request only returns metadata without fetching the object\'s content.
|
|
@@ -22682,7 +22682,7 @@ const kV = function(e) {
|
|
|
22682
22682
|
async getObjectMetadata(r, n, o) {
|
|
22683
22683
|
var l, c;
|
|
22684
22684
|
const a = await t.getObjectMetadata(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["StoreObjectApi.getObjectMetadata"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
22685
|
-
return (u, d) => B(a, A,
|
|
22685
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
22686
22686
|
},
|
|
22687
22687
|
/**
|
|
22688
22688
|
* List the keys for all objects.
|
|
@@ -22694,7 +22694,7 @@ const kV = function(e) {
|
|
|
22694
22694
|
async listAllObjectKeys(r, n) {
|
|
22695
22695
|
var i, l;
|
|
22696
22696
|
const o = await t.listAllObjectKeys(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["StoreObjectApi.listAllObjectKeys"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
22697
|
-
return (c, u) => B(o, A,
|
|
22697
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
22698
22698
|
},
|
|
22699
22699
|
/**
|
|
22700
22700
|
* Store any data as an object. Using a key which already contains an object will override the previously stored object. Use [getObjectMetadata](getObjectMetadata) to verify that the key does not contain objects. Optional: Specify metadata as a dictionary with names and values.
|
|
@@ -22709,7 +22709,7 @@ const kV = function(e) {
|
|
|
22709
22709
|
async storeObject(r, n, o, a, s) {
|
|
22710
22710
|
var u, d;
|
|
22711
22711
|
const i = await t.storeObject(r, n, o, a, s), l = (e == null ? void 0 : e.serverIndex) ?? 0, c = (d = (u = j["StoreObjectApi.storeObject"]) == null ? void 0 : u[l]) == null ? void 0 : d.url;
|
|
22712
|
-
return (h, p) => B(i, A,
|
|
22712
|
+
return (h, p) => B(i, A, M, e)(h, c || p);
|
|
22713
22713
|
}
|
|
22714
22714
|
};
|
|
22715
22715
|
};
|
|
@@ -22897,7 +22897,7 @@ const DV = function(e) {
|
|
|
22897
22897
|
async checkNovaVersionUpdate(r, n) {
|
|
22898
22898
|
var i, l;
|
|
22899
22899
|
const o = await t.checkNovaVersionUpdate(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["SystemApi.checkNovaVersionUpdate"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
22900
|
-
return (c, u) => B(o, A,
|
|
22900
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
22901
22901
|
},
|
|
22902
22902
|
/**
|
|
22903
22903
|
* Collects information on the current status of all NOVA services and exports them as a .zip file. Includes information on all cells on the instance such as the service logs and virtual robot controllers. From each cell the logs of all services are included, as well as the configuration of each connected controller to start virtual robots.
|
|
@@ -22908,7 +22908,7 @@ const DV = function(e) {
|
|
|
22908
22908
|
async getDiagnosePackage(r) {
|
|
22909
22909
|
var s, i;
|
|
22910
22910
|
const n = await t.getDiagnosePackage(r), o = (e == null ? void 0 : e.serverIndex) ?? 0, a = (i = (s = j["SystemApi.getDiagnosePackage"]) == null ? void 0 : s[o]) == null ? void 0 : i.url;
|
|
22911
|
-
return (l, c) => B(n, A,
|
|
22911
|
+
return (l, c) => B(n, A, M, e)(l, a || c);
|
|
22912
22912
|
},
|
|
22913
22913
|
/**
|
|
22914
22914
|
* Get the status of all system services.
|
|
@@ -22919,7 +22919,7 @@ const DV = function(e) {
|
|
|
22919
22919
|
async getSystemStatus(r) {
|
|
22920
22920
|
var s, i;
|
|
22921
22921
|
const n = await t.getSystemStatus(r), o = (e == null ? void 0 : e.serverIndex) ?? 0, a = (i = (s = j["SystemApi.getSystemStatus"]) == null ? void 0 : s[o]) == null ? void 0 : i.url;
|
|
22922
|
-
return (l, c) => B(n, A,
|
|
22922
|
+
return (l, c) => B(n, A, M, e)(l, a || c);
|
|
22923
22923
|
},
|
|
22924
22924
|
/**
|
|
22925
22925
|
* Get the current Wandelbots NOVA version.
|
|
@@ -22930,7 +22930,7 @@ const DV = function(e) {
|
|
|
22930
22930
|
async getSystemVersion(r) {
|
|
22931
22931
|
var s, i;
|
|
22932
22932
|
const n = await t.getSystemVersion(r), o = (e == null ? void 0 : e.serverIndex) ?? 0, a = (i = (s = j["SystemApi.getSystemVersion"]) == null ? void 0 : s[o]) == null ? void 0 : i.url;
|
|
22933
|
-
return (l, c) => B(n, A,
|
|
22933
|
+
return (l, c) => B(n, A, M, e)(l, a || c);
|
|
22934
22934
|
},
|
|
22935
22935
|
/**
|
|
22936
22936
|
* Update the Wandelbots NOVA version and all attached services. Sending this API Request will trigger an update of all NOVA services that are part of a cell. Previous cells and cell configurations will remain on the instance. If an error occurs, the API Request is sent 3 times. If the error persists, the old Wandelbots NOVA version is restored.
|
|
@@ -22942,7 +22942,7 @@ const DV = function(e) {
|
|
|
22942
22942
|
async updateNovaVersion(r, n) {
|
|
22943
22943
|
var i, l;
|
|
22944
22944
|
const o = await t.updateNovaVersion(r, n), a = (e == null ? void 0 : e.serverIndex) ?? 0, s = (l = (i = j["SystemApi.updateNovaVersion"]) == null ? void 0 : i[a]) == null ? void 0 : l.url;
|
|
22945
|
-
return (c, u) => B(o, A,
|
|
22945
|
+
return (c, u) => B(o, A, M, e)(c, s || u);
|
|
22946
22946
|
}
|
|
22947
22947
|
};
|
|
22948
22948
|
};
|
|
@@ -23152,7 +23152,7 @@ const BV = function(e) {
|
|
|
23152
23152
|
async getMotionGroupState(r, n, o, a) {
|
|
23153
23153
|
var c, u;
|
|
23154
23154
|
const s = await t.getMotionGroupState(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["VirtualRobotApi.getMotionGroupState"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
23155
|
-
return (d, h) => B(s, A,
|
|
23155
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
23156
23156
|
},
|
|
23157
23157
|
/**
|
|
23158
23158
|
* Gets information on the motion group.
|
|
@@ -23165,7 +23165,7 @@ const BV = function(e) {
|
|
|
23165
23165
|
async getMotionGroups(r, n, o) {
|
|
23166
23166
|
var l, c;
|
|
23167
23167
|
const a = await t.getMotionGroups(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["VirtualRobotApi.getMotionGroups"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
23168
|
-
return (u, d) => B(a, A,
|
|
23168
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
23169
23169
|
},
|
|
23170
23170
|
/**
|
|
23171
23171
|
* Gets the description and value of a virtual controller I/O.
|
|
@@ -23179,7 +23179,7 @@ const BV = function(e) {
|
|
|
23179
23179
|
async getVirtualRobotIOValue(r, n, o, a) {
|
|
23180
23180
|
var c, u;
|
|
23181
23181
|
const s = await t.getVirtualRobotIOValue(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["VirtualRobotApi.getVirtualRobotIOValue"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
23182
|
-
return (d, h) => B(s, A,
|
|
23182
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
23183
23183
|
},
|
|
23184
23184
|
/**
|
|
23185
23185
|
* Lists all inputs/outputs of the virtual controller. Every input/output contains the description and the value. As a virtual robot can have up to thousand inputs/outputs, be ready to handle a large response. Use [List Descriptions](List Descriptions) to get a detailed description of an input/output.
|
|
@@ -23192,7 +23192,7 @@ const BV = function(e) {
|
|
|
23192
23192
|
async listIOs(r, n, o) {
|
|
23193
23193
|
var l, c;
|
|
23194
23194
|
const a = await t.listIOs(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["VirtualRobotApi.listIOs"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
23195
|
-
return (u, d) => B(a, A,
|
|
23195
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
23196
23196
|
},
|
|
23197
23197
|
/**
|
|
23198
23198
|
* Sets the values for joint position, joint velocity or joint acceleration of a motion group state. The values are immediately applied to the joints of the motion group. We recommend to only use the endpoint when the motion group is in monitor mode. In case the motion group is controlled, currently jogging or planning motions, the values are overridden by the controller or an error may occur.
|
|
@@ -23207,7 +23207,7 @@ const BV = function(e) {
|
|
|
23207
23207
|
async setMotionGroupState(r, n, o, a, s) {
|
|
23208
23208
|
var u, d;
|
|
23209
23209
|
const i = await t.setMotionGroupState(r, n, o, a, s), l = (e == null ? void 0 : e.serverIndex) ?? 0, c = (d = (u = j["VirtualRobotApi.setMotionGroupState"]) == null ? void 0 : u[l]) == null ? void 0 : d.url;
|
|
23210
|
-
return (h, p) => B(i, A,
|
|
23210
|
+
return (h, p) => B(i, A, M, e)(h, c || p);
|
|
23211
23211
|
},
|
|
23212
23212
|
/**
|
|
23213
23213
|
* Sets the value of a virtual controller I/O.
|
|
@@ -23224,7 +23224,7 @@ const BV = function(e) {
|
|
|
23224
23224
|
async setVirtualRobotIOValue(r, n, o, a, s, i, l) {
|
|
23225
23225
|
var h, p;
|
|
23226
23226
|
const c = await t.setVirtualRobotIOValue(r, n, o, a, s, i, l), u = (e == null ? void 0 : e.serverIndex) ?? 0, d = (p = (h = j["VirtualRobotApi.setVirtualRobotIOValue"]) == null ? void 0 : h[u]) == null ? void 0 : p.url;
|
|
23227
|
-
return (f, m) => B(c, A,
|
|
23227
|
+
return (f, m) => B(c, A, M, e)(f, d || m);
|
|
23228
23228
|
}
|
|
23229
23229
|
};
|
|
23230
23230
|
};
|
|
@@ -23395,7 +23395,7 @@ const FV = function(e) {
|
|
|
23395
23395
|
async externalJointsStream(r, n, o, a) {
|
|
23396
23396
|
var c, u;
|
|
23397
23397
|
const s = await t.externalJointsStream(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["VirtualRobotBehaviorApi.externalJointsStream"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
23398
|
-
return (d, h) => B(s, A,
|
|
23398
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
23399
23399
|
},
|
|
23400
23400
|
/**
|
|
23401
23401
|
* Get the current robot motion group behavior - please see the setter [setMotionGroupBehavior](setMotionGroupBehavior) and the enum for details.
|
|
@@ -23409,7 +23409,7 @@ const FV = function(e) {
|
|
|
23409
23409
|
async getMotionGroupBehavior(r, n, o, a) {
|
|
23410
23410
|
var c, u;
|
|
23411
23411
|
const s = await t.getMotionGroupBehavior(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["VirtualRobotBehaviorApi.getMotionGroupBehavior"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
23412
|
-
return (d, h) => B(s, A,
|
|
23412
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
23413
23413
|
},
|
|
23414
23414
|
/**
|
|
23415
23415
|
* Switch robot motion group behavior.
|
|
@@ -23424,7 +23424,7 @@ const FV = function(e) {
|
|
|
23424
23424
|
async setMotionGroupBehavior(r, n, o, a, s) {
|
|
23425
23425
|
var u, d;
|
|
23426
23426
|
const i = await t.setMotionGroupBehavior(r, n, o, a, s), l = (e == null ? void 0 : e.serverIndex) ?? 0, c = (d = (u = j["VirtualRobotBehaviorApi.setMotionGroupBehavior"]) == null ? void 0 : u[l]) == null ? void 0 : d.url;
|
|
23427
|
-
return (h, p) => B(i, A,
|
|
23427
|
+
return (h, p) => B(i, A, M, e)(h, c || p);
|
|
23428
23428
|
}
|
|
23429
23429
|
};
|
|
23430
23430
|
};
|
|
@@ -23614,7 +23614,7 @@ const GV = function(e) {
|
|
|
23614
23614
|
async getCycleTime(r, n, o) {
|
|
23615
23615
|
var l, c;
|
|
23616
23616
|
const a = await t.getCycleTime(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["VirtualRobotModeApi.getCycleTime"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
23617
|
-
return (u, d) => B(a, A,
|
|
23617
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
23618
23618
|
},
|
|
23619
23619
|
/**
|
|
23620
23620
|
* Requests the Emergency Stop state of the virtual robot controller. Use [getCurrentMotionGroupState](getCurrentMotionGroupState) to get the Emergency Stop state regardless of the controller type. There the Emergency Stop state is visible as the `safety_state`. > **NOTE** > > The Emergency Stop state can only be changed when using virtual robot controllers.
|
|
@@ -23627,7 +23627,7 @@ const GV = function(e) {
|
|
|
23627
23627
|
async getEStop(r, n, o) {
|
|
23628
23628
|
var l, c;
|
|
23629
23629
|
const a = await t.getEStop(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["VirtualRobotModeApi.getEStop"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
23630
|
-
return (u, d) => B(a, A,
|
|
23630
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
23631
23631
|
},
|
|
23632
23632
|
/**
|
|
23633
23633
|
* Requests the Operation Mode of the virtual robot controller. To get the Operation Mode regardless of the controller type use [getCurrentMotionGroupState](getCurrentMotionGroupState). > **NOTE** > > The Operating Mode can only change be changed via API when using virtual robot controllers.
|
|
@@ -23640,7 +23640,7 @@ const GV = function(e) {
|
|
|
23640
23640
|
async getOperationMode(r, n, o) {
|
|
23641
23641
|
var l, c;
|
|
23642
23642
|
const a = await t.getOperationMode(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["VirtualRobotModeApi.getOperationMode"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
23643
|
-
return (u, d) => B(a, A,
|
|
23643
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
23644
23644
|
},
|
|
23645
23645
|
/**
|
|
23646
23646
|
* Activates the Emergency Stop on the virtual robot controller. Activating the Emergency Stop stops the execution of all motions on virtual and physical robot controllers. To return to normal operation the Emergency Stop needs to be released. Use [getCurrentMotionGroupState](getCurrentMotionGroupState) to get the Emergency Stop state regardless of the controller type. There the Emergency Stop state is visible as the `safety_state`. > **NOTE** > > The Emergency Stop state can only be changed via API when using virtual robot controllers.
|
|
@@ -23653,7 +23653,7 @@ const GV = function(e) {
|
|
|
23653
23653
|
async pushEStop(r, n, o) {
|
|
23654
23654
|
var l, c;
|
|
23655
23655
|
const a = await t.pushEStop(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["VirtualRobotModeApi.pushEStop"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
23656
|
-
return (u, d) => B(a, A,
|
|
23656
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
23657
23657
|
},
|
|
23658
23658
|
/**
|
|
23659
23659
|
* Releases the Emergency Stop on the virtual robot controller. Activating the Emergency Stop stops the execution of all motions on virtual and physical robot controllers. To return to normal operation the Emergency Stop needs to be released. Use [getCurrentMotionGroupState](getCurrentMotionGroupState) to get the Emergency Stop state regardless of the controller type. There the Emergency Stop state is visible as the `safety_state`. > **NOTE** > > The Emergency Stop state can only be changed via API when using virtual robot controllers.
|
|
@@ -23666,7 +23666,7 @@ const GV = function(e) {
|
|
|
23666
23666
|
async releaseEStop(r, n, o) {
|
|
23667
23667
|
var l, c;
|
|
23668
23668
|
const a = await t.releaseEStop(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["VirtualRobotModeApi.releaseEStop"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
23669
|
-
return (u, d) => B(a, A,
|
|
23669
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
23670
23670
|
},
|
|
23671
23671
|
/**
|
|
23672
23672
|
* Changes the Operation Mode of the virtual robot controller to the specified value. To get the Operation Mode regardless of the controller type use [getCurrentMotionGroupState](getCurrentMotionGroupState). > **NOTE** > > The Operating Mode can only change be changed via API when using virtual robot controllers.
|
|
@@ -23680,7 +23680,7 @@ const GV = function(e) {
|
|
|
23680
23680
|
async setOperationMode(r, n, o, a) {
|
|
23681
23681
|
var c, u;
|
|
23682
23682
|
const s = await t.setOperationMode(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["VirtualRobotModeApi.setOperationMode"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
23683
|
-
return (d, h) => B(s, A,
|
|
23683
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
23684
23684
|
}
|
|
23685
23685
|
};
|
|
23686
23686
|
};
|
|
@@ -23956,7 +23956,7 @@ const qV = function(e) {
|
|
|
23956
23956
|
async addVirtualRobotCoordinateSystem(r, n, o, a) {
|
|
23957
23957
|
var c, u;
|
|
23958
23958
|
const s = await t.addVirtualRobotCoordinateSystem(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["VirtualRobotSetupApi.addVirtualRobotCoordinateSystem"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
23959
|
-
return (d, h) => B(s, A,
|
|
23959
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
23960
23960
|
},
|
|
23961
23961
|
/**
|
|
23962
23962
|
* Adds a new TCP or updates an existing TCP in the motion group. The position and rotation values in the request body are defined within the flange’s coordinate system. > **NOTE** > > Ensure the TCP\'s position is within the robot\'s reach. Refer to the robot’s documentation or data sheet for details like joint limits or reach.
|
|
@@ -23971,7 +23971,7 @@ const qV = function(e) {
|
|
|
23971
23971
|
async addVirtualRobotTcp(r, n, o, a, s) {
|
|
23972
23972
|
var u, d;
|
|
23973
23973
|
const i = await t.addVirtualRobotTcp(r, n, o, a, s), l = (e == null ? void 0 : e.serverIndex) ?? 0, c = (d = (u = j["VirtualRobotSetupApi.addVirtualRobotTcp"]) == null ? void 0 : u[l]) == null ? void 0 : d.url;
|
|
23974
|
-
return (h, p) => B(i, A,
|
|
23974
|
+
return (h, p) => B(i, A, M, e)(h, c || p);
|
|
23975
23975
|
},
|
|
23976
23976
|
/**
|
|
23977
23977
|
* Deletes a coordinate system from the virtual controller. This will remove the coordinate system from the list of coordinate systems and remove all dependent coordinate systems which use the deleted coordinate system as reference.
|
|
@@ -23986,7 +23986,7 @@ const qV = function(e) {
|
|
|
23986
23986
|
async deleteVirtualRobotCoordinateSystem(r, n, o, a, s) {
|
|
23987
23987
|
var u, d;
|
|
23988
23988
|
const i = await t.deleteVirtualRobotCoordinateSystem(r, n, o, a, s), l = (e == null ? void 0 : e.serverIndex) ?? 0, c = (d = (u = j["VirtualRobotSetupApi.deleteVirtualRobotCoordinateSystem"]) == null ? void 0 : u[l]) == null ? void 0 : d.url;
|
|
23989
|
-
return (h, p) => B(i, A,
|
|
23989
|
+
return (h, p) => B(i, A, M, e)(h, c || p);
|
|
23990
23990
|
},
|
|
23991
23991
|
/**
|
|
23992
23992
|
* Removes the TCP from the motion group. An unknown TCP is a valid input.
|
|
@@ -24001,7 +24001,7 @@ const qV = function(e) {
|
|
|
24001
24001
|
async deleteVirtualRobotTcp(r, n, o, a, s) {
|
|
24002
24002
|
var u, d;
|
|
24003
24003
|
const i = await t.deleteVirtualRobotTcp(r, n, o, a, s), l = (e == null ? void 0 : e.serverIndex) ?? 0, c = (d = (u = j["VirtualRobotSetupApi.deleteVirtualRobotTcp"]) == null ? void 0 : u[l]) == null ? void 0 : d.url;
|
|
24004
|
-
return (h, p) => B(i, A,
|
|
24004
|
+
return (h, p) => B(i, A, M, e)(h, c || p);
|
|
24005
24005
|
},
|
|
24006
24006
|
/**
|
|
24007
24007
|
* Gets motion group mounting. The motion group is based on the origin of the returned coordinate system.
|
|
@@ -24015,7 +24015,7 @@ const qV = function(e) {
|
|
|
24015
24015
|
async getVirtualRobotMounting(r, n, o, a) {
|
|
24016
24016
|
var c, u;
|
|
24017
24017
|
const s = await t.getVirtualRobotMounting(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["VirtualRobotSetupApi.getVirtualRobotMounting"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
24018
|
-
return (d, h) => B(s, A,
|
|
24018
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
24019
24019
|
},
|
|
24020
24020
|
/**
|
|
24021
24021
|
* Lists all coordinate systems on the robot controller.
|
|
@@ -24028,7 +24028,7 @@ const qV = function(e) {
|
|
|
24028
24028
|
async listVirtualRobotCoordinateSystems(r, n, o) {
|
|
24029
24029
|
var l, c;
|
|
24030
24030
|
const a = await t.listVirtualRobotCoordinateSystems(r, n, o), s = (e == null ? void 0 : e.serverIndex) ?? 0, i = (c = (l = j["VirtualRobotSetupApi.listVirtualRobotCoordinateSystems"]) == null ? void 0 : l[s]) == null ? void 0 : c.url;
|
|
24031
|
-
return (u, d) => B(a, A,
|
|
24031
|
+
return (u, d) => B(a, A, M, e)(u, i || d);
|
|
24032
24032
|
},
|
|
24033
24033
|
/**
|
|
24034
24034
|
* Lists TCPs of the motion group. An empty TCP list is valid, for example for external axes.
|
|
@@ -24042,7 +24042,7 @@ const qV = function(e) {
|
|
|
24042
24042
|
async listVirtualRobotTcps(r, n, o, a) {
|
|
24043
24043
|
var c, u;
|
|
24044
24044
|
const s = await t.listVirtualRobotTcps(r, n, o, a), i = (e == null ? void 0 : e.serverIndex) ?? 0, l = (u = (c = j["VirtualRobotSetupApi.listVirtualRobotTcps"]) == null ? void 0 : c[i]) == null ? void 0 : u.url;
|
|
24045
|
-
return (d, h) => B(s, A,
|
|
24045
|
+
return (d, h) => B(s, A, M, e)(d, l || h);
|
|
24046
24046
|
},
|
|
24047
24047
|
/**
|
|
24048
24048
|
* Sets motion group mounting by specifying a coordinate system. The motion group will be based on the coordinate system\'s origin. The coordinate system defines a transformation offset. The transformation offset is defined by a unique identifier, a name for front end usage and an offset in another coordinate system referenced by the unique identifier of the reference coordinate system.
|
|
@@ -24057,7 +24057,7 @@ const qV = function(e) {
|
|
|
24057
24057
|
async setVirtualRobotMounting(r, n, o, a, s) {
|
|
24058
24058
|
var u, d;
|
|
24059
24059
|
const i = await t.setVirtualRobotMounting(r, n, o, a, s), l = (e == null ? void 0 : e.serverIndex) ?? 0, c = (d = (u = j["VirtualRobotSetupApi.setVirtualRobotMounting"]) == null ? void 0 : u[l]) == null ? void 0 : d.url;
|
|
24060
|
-
return (h, p) => B(i, A,
|
|
24060
|
+
return (h, p) => B(i, A, M, e)(h, c || p);
|
|
24061
24061
|
}
|
|
24062
24062
|
};
|
|
24063
24063
|
};
|
|
@@ -25434,44 +25434,44 @@ function KV() {
|
|
|
25434
25434
|
}
|
|
25435
25435
|
function* l(P) {
|
|
25436
25436
|
const V = [...P];
|
|
25437
|
-
let
|
|
25437
|
+
let I = 0;
|
|
25438
25438
|
function y() {
|
|
25439
25439
|
let T = "";
|
|
25440
|
-
if (r.test(V[++
|
|
25441
|
-
for (T += V[
|
|
25442
|
-
T += V[
|
|
25443
|
-
else if (V[
|
|
25444
|
-
let F =
|
|
25445
|
-
for (;
|
|
25446
|
-
if (V[++
|
|
25447
|
-
|
|
25440
|
+
if (r.test(V[++I]))
|
|
25441
|
+
for (T += V[I]; n.test(V[++I]); )
|
|
25442
|
+
T += V[I];
|
|
25443
|
+
else if (V[I] === '"') {
|
|
25444
|
+
let F = I;
|
|
25445
|
+
for (; I < V.length; ) {
|
|
25446
|
+
if (V[++I] === '"') {
|
|
25447
|
+
I++, F = 0;
|
|
25448
25448
|
break;
|
|
25449
25449
|
}
|
|
25450
|
-
V[
|
|
25450
|
+
V[I] === "\\" ? T += V[++I] : T += V[I];
|
|
25451
25451
|
}
|
|
25452
25452
|
if (F)
|
|
25453
25453
|
throw new TypeError(`Unterminated quote at ${F}: ${o}`);
|
|
25454
25454
|
}
|
|
25455
25455
|
if (!T)
|
|
25456
|
-
throw new TypeError(`Missing parameter name at ${
|
|
25456
|
+
throw new TypeError(`Missing parameter name at ${I}: ${o}`);
|
|
25457
25457
|
return T;
|
|
25458
25458
|
}
|
|
25459
|
-
for (;
|
|
25460
|
-
const T = V[
|
|
25459
|
+
for (; I < V.length; ) {
|
|
25460
|
+
const T = V[I], F = a[T];
|
|
25461
25461
|
if (F)
|
|
25462
|
-
yield { type: F, index:
|
|
25462
|
+
yield { type: F, index: I++, value: T };
|
|
25463
25463
|
else if (T === "\\")
|
|
25464
|
-
yield { type: "ESCAPED", index:
|
|
25464
|
+
yield { type: "ESCAPED", index: I++, value: V[I++] };
|
|
25465
25465
|
else if (T === ":") {
|
|
25466
25466
|
const E = y();
|
|
25467
|
-
yield { type: "PARAM", index:
|
|
25467
|
+
yield { type: "PARAM", index: I, value: E };
|
|
25468
25468
|
} else if (T === "*") {
|
|
25469
25469
|
const E = y();
|
|
25470
|
-
yield { type: "WILDCARD", index:
|
|
25470
|
+
yield { type: "WILDCARD", index: I, value: E };
|
|
25471
25471
|
} else
|
|
25472
|
-
yield { type: "CHAR", index:
|
|
25472
|
+
yield { type: "CHAR", index: I, value: V[I++] };
|
|
25473
25473
|
}
|
|
25474
|
-
return { type: "END", index:
|
|
25474
|
+
return { type: "END", index: I, value: "" };
|
|
25475
25475
|
}
|
|
25476
25476
|
class c {
|
|
25477
25477
|
constructor(V) {
|
|
@@ -25485,21 +25485,21 @@ function KV() {
|
|
|
25485
25485
|
return this._peek;
|
|
25486
25486
|
}
|
|
25487
25487
|
tryConsume(V) {
|
|
25488
|
-
const
|
|
25489
|
-
if (
|
|
25490
|
-
return this._peek = void 0,
|
|
25488
|
+
const I = this.peek();
|
|
25489
|
+
if (I.type === V)
|
|
25490
|
+
return this._peek = void 0, I.value;
|
|
25491
25491
|
}
|
|
25492
25492
|
consume(V) {
|
|
25493
|
-
const
|
|
25494
|
-
if (
|
|
25495
|
-
return
|
|
25493
|
+
const I = this.tryConsume(V);
|
|
25494
|
+
if (I !== void 0)
|
|
25495
|
+
return I;
|
|
25496
25496
|
const { type: y, index: T } = this.peek();
|
|
25497
25497
|
throw new TypeError(`Unexpected ${y} at ${T}, expected ${V}: ${o}`);
|
|
25498
25498
|
}
|
|
25499
25499
|
text() {
|
|
25500
|
-
let V = "",
|
|
25501
|
-
for (;
|
|
25502
|
-
V +=
|
|
25500
|
+
let V = "", I;
|
|
25501
|
+
for (; I = this.tryConsume("CHAR") || this.tryConsume("ESCAPED"); )
|
|
25502
|
+
V += I;
|
|
25503
25503
|
return V;
|
|
25504
25504
|
}
|
|
25505
25505
|
}
|
|
@@ -25510,12 +25510,12 @@ function KV() {
|
|
|
25510
25510
|
}
|
|
25511
25511
|
$t.TokenData = u;
|
|
25512
25512
|
function d(P, V = {}) {
|
|
25513
|
-
const { encodePath:
|
|
25513
|
+
const { encodePath: I = t } = V, y = new c(l(P));
|
|
25514
25514
|
function T(E) {
|
|
25515
25515
|
const z = [];
|
|
25516
25516
|
for (; ; ) {
|
|
25517
25517
|
const re = y.text();
|
|
25518
|
-
re && z.push({ type: "text", value:
|
|
25518
|
+
re && z.push({ type: "text", value: I(re) });
|
|
25519
25519
|
const ee = y.tryConsume("PARAM");
|
|
25520
25520
|
if (ee) {
|
|
25521
25521
|
z.push({
|
|
@@ -25546,7 +25546,7 @@ function KV() {
|
|
|
25546
25546
|
return new u(F);
|
|
25547
25547
|
}
|
|
25548
25548
|
function h(P, V = {}) {
|
|
25549
|
-
const { encode:
|
|
25549
|
+
const { encode: I = encodeURIComponent, delimiter: y = e } = V, T = P instanceof u ? P : d(P, V), F = p(T.tokens, y, I);
|
|
25550
25550
|
return function(z = {}) {
|
|
25551
25551
|
const [re, ...ee] = F(z);
|
|
25552
25552
|
if (ee.length)
|
|
@@ -25554,8 +25554,8 @@ function KV() {
|
|
|
25554
25554
|
return re;
|
|
25555
25555
|
};
|
|
25556
25556
|
}
|
|
25557
|
-
function p(P, V,
|
|
25558
|
-
const y = P.map((T) => f(T, V,
|
|
25557
|
+
function p(P, V, I) {
|
|
25558
|
+
const y = P.map((T) => f(T, V, I));
|
|
25559
25559
|
return (T) => {
|
|
25560
25560
|
const F = [""];
|
|
25561
25561
|
for (const E of y) {
|
|
@@ -25565,18 +25565,18 @@ function KV() {
|
|
|
25565
25565
|
return F;
|
|
25566
25566
|
};
|
|
25567
25567
|
}
|
|
25568
|
-
function f(P, V,
|
|
25568
|
+
function f(P, V, I) {
|
|
25569
25569
|
if (P.type === "text")
|
|
25570
25570
|
return () => [P.value];
|
|
25571
25571
|
if (P.type === "group") {
|
|
25572
|
-
const T = p(P.tokens, V,
|
|
25572
|
+
const T = p(P.tokens, V, I);
|
|
25573
25573
|
return (F) => {
|
|
25574
25574
|
const [E, ...z] = T(F);
|
|
25575
25575
|
return z.length ? [""] : [E];
|
|
25576
25576
|
};
|
|
25577
25577
|
}
|
|
25578
|
-
const y =
|
|
25579
|
-
return P.type === "wildcard" &&
|
|
25578
|
+
const y = I || t;
|
|
25579
|
+
return P.type === "wildcard" && I !== !1 ? (T) => {
|
|
25580
25580
|
const F = T[P.name];
|
|
25581
25581
|
if (F == null)
|
|
25582
25582
|
return ["", P.name];
|
|
@@ -25599,7 +25599,7 @@ function KV() {
|
|
|
25599
25599
|
};
|
|
25600
25600
|
}
|
|
25601
25601
|
function m(P, V = {}) {
|
|
25602
|
-
const { decode:
|
|
25602
|
+
const { decode: I = decodeURIComponent, delimiter: y = e } = V, { regexp: T, keys: F } = b(P, V), E = F.map((z) => I === !1 ? t : z.type === "param" ? I : (re) => re.split(y).map(I));
|
|
25603
25603
|
return function(re) {
|
|
25604
25604
|
const ee = T.exec(re);
|
|
25605
25605
|
if (!ee)
|
|
@@ -25615,28 +25615,28 @@ function KV() {
|
|
|
25615
25615
|
};
|
|
25616
25616
|
}
|
|
25617
25617
|
function b(P, V = {}) {
|
|
25618
|
-
const { delimiter:
|
|
25618
|
+
const { delimiter: I = e, end: y = !0, sensitive: T = !1, trailing: F = !0 } = V, E = [], z = [], re = T ? "" : "i", Z = (Array.isArray(P) ? P : [P]).map((G) => G instanceof u ? G : d(G, V));
|
|
25619
25619
|
for (const { tokens: G } of Z)
|
|
25620
25620
|
for (const K of S(G, 0, [])) {
|
|
25621
|
-
const ie = _(K,
|
|
25621
|
+
const ie = _(K, I, E);
|
|
25622
25622
|
z.push(ie);
|
|
25623
25623
|
}
|
|
25624
25624
|
let X = `^(?:${z.join("|")})`;
|
|
25625
|
-
return F && (X += `(?:${i(
|
|
25625
|
+
return F && (X += `(?:${i(I)}$)?`), X += y ? "$" : `(?=${i(I)}|$)`, { regexp: new RegExp(X, re), keys: E };
|
|
25626
25626
|
}
|
|
25627
|
-
function* S(P, V,
|
|
25627
|
+
function* S(P, V, I) {
|
|
25628
25628
|
if (V === P.length)
|
|
25629
|
-
return yield
|
|
25629
|
+
return yield I;
|
|
25630
25630
|
const y = P[V];
|
|
25631
25631
|
if (y.type === "group") {
|
|
25632
|
-
const T =
|
|
25632
|
+
const T = I.slice();
|
|
25633
25633
|
for (const F of S(y.tokens, 0, T))
|
|
25634
25634
|
yield* S(P, V + 1, F);
|
|
25635
25635
|
} else
|
|
25636
|
-
|
|
25637
|
-
yield* S(P, V + 1,
|
|
25636
|
+
I.push(y);
|
|
25637
|
+
yield* S(P, V + 1, I);
|
|
25638
25638
|
}
|
|
25639
|
-
function _(P, V,
|
|
25639
|
+
function _(P, V, I) {
|
|
25640
25640
|
let y = "", T = "", F = !0;
|
|
25641
25641
|
for (let E = 0; E < P.length; E++) {
|
|
25642
25642
|
const z = P[E];
|
|
@@ -25647,7 +25647,7 @@ function KV() {
|
|
|
25647
25647
|
if (z.type === "param" || z.type === "wildcard") {
|
|
25648
25648
|
if (!F && !T)
|
|
25649
25649
|
throw new TypeError(`Missing text after "${z.name}": ${o}`);
|
|
25650
|
-
z.type === "param" ? y += `(${O(V, F ? "" : T)}+)` : y += "([\\s\\S]+)",
|
|
25650
|
+
z.type === "param" ? y += `(${O(V, F ? "" : T)}+)` : y += "([\\s\\S]+)", I.push(z), T = "", F = !1;
|
|
25651
25651
|
continue;
|
|
25652
25652
|
}
|
|
25653
25653
|
}
|
|
@@ -25657,22 +25657,22 @@ function KV() {
|
|
|
25657
25657
|
return V.length < 2 ? P.length < 2 ? `[^${i(P + V)}]` : `(?:(?!${i(P)})[^${i(V)}])` : P.length < 2 ? `(?:(?!${i(V)})[^${i(P)}])` : `(?:(?!${i(V)}|${i(P)})[\\s\\S])`;
|
|
25658
25658
|
}
|
|
25659
25659
|
function w(P) {
|
|
25660
|
-
return P.tokens.map(function V(
|
|
25661
|
-
if (
|
|
25662
|
-
return s(
|
|
25663
|
-
if (
|
|
25664
|
-
return `{${
|
|
25665
|
-
const E = R(
|
|
25666
|
-
if (
|
|
25660
|
+
return P.tokens.map(function V(I, y, T) {
|
|
25661
|
+
if (I.type === "text")
|
|
25662
|
+
return s(I.value);
|
|
25663
|
+
if (I.type === "group")
|
|
25664
|
+
return `{${I.tokens.map(V).join("")}}`;
|
|
25665
|
+
const E = R(I.name) && C(T[y + 1]) ? I.name : JSON.stringify(I.name);
|
|
25666
|
+
if (I.type === "param")
|
|
25667
25667
|
return `:${E}`;
|
|
25668
|
-
if (
|
|
25668
|
+
if (I.type === "wildcard")
|
|
25669
25669
|
return `*${E}`;
|
|
25670
|
-
throw new TypeError(`Unexpected token: ${
|
|
25670
|
+
throw new TypeError(`Unexpected token: ${I}`);
|
|
25671
25671
|
}).join("");
|
|
25672
25672
|
}
|
|
25673
25673
|
function R(P) {
|
|
25674
|
-
const [V, ...
|
|
25675
|
-
return r.test(V) ?
|
|
25674
|
+
const [V, ...I] = P;
|
|
25675
|
+
return r.test(V) ? I.every((y) => n.test(y)) : !1;
|
|
25676
25676
|
}
|
|
25677
25677
|
function C(P) {
|
|
25678
25678
|
return (P == null ? void 0 : P.type) !== "text" ? !0 : !n.test(P.value[0]);
|
|
@@ -25829,12 +25829,12 @@ var bh = 1e-4, XV = class Bf {
|
|
|
25829
25829
|
/** Gets the robot mounting position rotation in 3D viz coordinates */
|
|
25830
25830
|
get mountingQuaternion() {
|
|
25831
25831
|
var t, r, n, o, a, s;
|
|
25832
|
-
const i = new
|
|
25832
|
+
const i = new Ne.Vector3(
|
|
25833
25833
|
((r = (t = this.mounting) == null ? void 0 : t.pose.orientation) == null ? void 0 : r.x) || 0,
|
|
25834
25834
|
((o = (n = this.mounting) == null ? void 0 : n.pose.orientation) == null ? void 0 : o.y) || 0,
|
|
25835
25835
|
((s = (a = this.mounting) == null ? void 0 : a.pose.orientation) == null ? void 0 : s.z) || 0
|
|
25836
25836
|
), l = i.length(), c = i.normalize();
|
|
25837
|
-
return new
|
|
25837
|
+
return new Ne.Quaternion().setFromAxisAngle(c, l);
|
|
25838
25838
|
}
|
|
25839
25839
|
/**
|
|
25840
25840
|
* Whether the controller is currently in a safety state
|
|
@@ -26111,7 +26111,7 @@ var bh = 1e-4, XV = class Bf {
|
|
|
26111
26111
|
S[s] = 1;
|
|
26112
26112
|
const _ = Math.cos(0.5 * b) * Math.cos(0.5 * f), O = Math.sin(0.5 * b) * Math.sin(0.5 * f), w = Math.sin(0.5 * b) * Math.cos(0.5 * f), R = Math.cos(0.5 * b) * Math.sin(0.5 * f), C = S.dot(
|
|
26113
26113
|
m
|
|
26114
|
-
), P = S.clone().cross(m), V = 2 * Math.acos(_ - O * C),
|
|
26114
|
+
), P = S.clone().cross(m), V = 2 * Math.acos(_ - O * C), I = V / Math.sin(0.5 * V), y = new Sn().addScaledVector(P, O).addScaledVector(S, w).addScaledVector(m, R).multiplyScalar(I);
|
|
26115
26115
|
u.push({
|
|
26116
26116
|
settings: {
|
|
26117
26117
|
limits_override: {
|
|
@@ -27731,7 +27731,7 @@ function lI(e) {
|
|
|
27731
27731
|
}
|
|
27732
27732
|
const zf = (e) => {
|
|
27733
27733
|
const t = e.softTimeout || 3e3, [r, n] = _e(!1), o = ze();
|
|
27734
|
-
return
|
|
27734
|
+
return Le(() => {
|
|
27735
27735
|
const a = setTimeout(() => {
|
|
27736
27736
|
n(!0);
|
|
27737
27737
|
}, t);
|
|
@@ -29151,7 +29151,7 @@ function W3(e) {
|
|
|
29151
29151
|
shiftStep: b = 10,
|
|
29152
29152
|
tabIndex: S,
|
|
29153
29153
|
value: _
|
|
29154
|
-
} = e, O = N.useRef(void 0), [w, R] = N.useState(-1), [C, P] = N.useState(-1), [V,
|
|
29154
|
+
} = e, O = N.useRef(void 0), [w, R] = N.useState(-1), [C, P] = N.useState(-1), [V, I] = N.useState(!1), y = N.useRef(0), T = N.useRef(null), [F, E] = rP({
|
|
29155
29155
|
controlled: _,
|
|
29156
29156
|
default: r ?? l,
|
|
29157
29157
|
name: "Slider"
|
|
@@ -29173,7 +29173,7 @@ function W3(e) {
|
|
|
29173
29173
|
var ye;
|
|
29174
29174
|
const le = Number(te.currentTarget.getAttribute("data-index"));
|
|
29175
29175
|
zh(te.target) && G(le), P(le), (ye = Y == null ? void 0 : Y.onFocus) == null || ye.call(Y, te);
|
|
29176
|
-
},
|
|
29176
|
+
}, Be = (Y) => (te) => {
|
|
29177
29177
|
var le;
|
|
29178
29178
|
zh(te.target) || G(-1), P(-1), (le = Y == null ? void 0 : Y.onBlur) == null || le.call(Y, te);
|
|
29179
29179
|
}, ne = (Y, te) => {
|
|
@@ -29305,10 +29305,10 @@ function W3(e) {
|
|
|
29305
29305
|
sliderRef: K,
|
|
29306
29306
|
activeIndex: ye,
|
|
29307
29307
|
setActive: R
|
|
29308
|
-
}), E(le), !V && y.current > N3 &&
|
|
29308
|
+
}), E(le), !V && y.current > N3 && I(!0), z && !Ta(le, F) && z(Y, le, ye);
|
|
29309
29309
|
}), W = Kt((Y) => {
|
|
29310
29310
|
const te = Ca(Y, O);
|
|
29311
|
-
if (
|
|
29311
|
+
if (I(!1), !te)
|
|
29312
29312
|
return;
|
|
29313
29313
|
const {
|
|
29314
29314
|
newValue: le
|
|
@@ -29429,7 +29429,7 @@ function W3(e) {
|
|
|
29429
29429
|
const te = Ua(Y), le = {
|
|
29430
29430
|
onChange: Se(te || {}),
|
|
29431
29431
|
onFocus: xe(te || {}),
|
|
29432
|
-
onBlur:
|
|
29432
|
+
onBlur: Be(te || {}),
|
|
29433
29433
|
onKeyDown: be(te || {})
|
|
29434
29434
|
}, ye = {
|
|
29435
29435
|
...te,
|
|
@@ -30079,7 +30079,7 @@ const nj = bt("span", {
|
|
|
30079
30079
|
onChange: C,
|
|
30080
30080
|
onChangeCommitted: P,
|
|
30081
30081
|
orientation: V = "horizontal",
|
|
30082
|
-
shiftStep:
|
|
30082
|
+
shiftStep: I = 10,
|
|
30083
30083
|
size: y = "medium",
|
|
30084
30084
|
step: T = 1,
|
|
30085
30085
|
scale: F = Wh,
|
|
@@ -30104,7 +30104,7 @@ const nj = bt("span", {
|
|
|
30104
30104
|
color: d,
|
|
30105
30105
|
size: y,
|
|
30106
30106
|
step: T,
|
|
30107
|
-
shiftStep:
|
|
30107
|
+
shiftStep: I,
|
|
30108
30108
|
scale: F,
|
|
30109
30109
|
track: ee,
|
|
30110
30110
|
valueLabelDisplay: X,
|
|
@@ -30112,7 +30112,7 @@ const nj = bt("span", {
|
|
|
30112
30112
|
}, {
|
|
30113
30113
|
axisProps: ie,
|
|
30114
30114
|
getRootProps: xe,
|
|
30115
|
-
getHiddenInputProps:
|
|
30115
|
+
getHiddenInputProps: Be,
|
|
30116
30116
|
getThumbProps: ne,
|
|
30117
30117
|
open: be,
|
|
30118
30118
|
active: Se,
|
|
@@ -30193,7 +30193,7 @@ const nj = bt("span", {
|
|
|
30193
30193
|
className: ke.markLabel
|
|
30194
30194
|
}), Og = dr({
|
|
30195
30195
|
elementType: Y,
|
|
30196
|
-
getSlotProps:
|
|
30196
|
+
getSlotProps: Be,
|
|
30197
30197
|
externalSlotProps: qe,
|
|
30198
30198
|
ownerState: K
|
|
30199
30199
|
});
|
|
@@ -30954,10 +30954,10 @@ const hg = Ae(
|
|
|
30954
30954
|
r.loadingError = o;
|
|
30955
30955
|
}
|
|
30956
30956
|
}
|
|
30957
|
-
return
|
|
30957
|
+
return Le(() => (n(), e.store ? () => null : () => {
|
|
30958
30958
|
var o;
|
|
30959
30959
|
(o = r.joggingStore) == null || o.dispose();
|
|
30960
|
-
}), [e.store, e.nova, e.motionGroupId]),
|
|
30960
|
+
}), [e.store, e.nova, e.motionGroupId]), Le(() => {
|
|
30961
30961
|
const o = r.joggingStore;
|
|
30962
30962
|
o && (e.locked ? o.lock("external") : o.unlock("external"));
|
|
30963
30963
|
}, [r.joggingStore, e.locked]), /* @__PURE__ */ g.jsx(
|
|
@@ -31045,7 +31045,7 @@ const hg = Ae(
|
|
|
31045
31045
|
}
|
|
31046
31046
|
return !1;
|
|
31047
31047
|
}
|
|
31048
|
-
return
|
|
31048
|
+
return Le(() => {
|
|
31049
31049
|
if (!o)
|
|
31050
31050
|
return;
|
|
31051
31051
|
const l = setTimeout(() => a(!1), 3e3);
|
|
@@ -31168,7 +31168,7 @@ const oi = (e, t, r) => ({
|
|
|
31168
31168
|
Ae((e) => {
|
|
31169
31169
|
var u;
|
|
31170
31170
|
const { messages: t = [], onClear: r, height: n = 400, sx: o } = e, a = ze(), s = Fe(null);
|
|
31171
|
-
|
|
31171
|
+
Le(() => {
|
|
31172
31172
|
if (t.length === 0) return;
|
|
31173
31173
|
const d = s.current;
|
|
31174
31174
|
if (!d) return;
|
|
@@ -31436,7 +31436,7 @@ const oi = (e, t, r) => ({
|
|
|
31436
31436
|
), tk = rt(
|
|
31437
31437
|
Ae((e) => {
|
|
31438
31438
|
const { store: t, onStoreReady: r, ...n } = e, o = Fe(r);
|
|
31439
|
-
|
|
31439
|
+
Le(() => {
|
|
31440
31440
|
o.current = r;
|
|
31441
31441
|
}, [r]);
|
|
31442
31442
|
const a = Aa(() => {
|
|
@@ -31803,7 +31803,7 @@ function yg({
|
|
|
31803
31803
|
children: n
|
|
31804
31804
|
}) {
|
|
31805
31805
|
const o = Fe([]), a = Fe([]), s = Fe(null), { invalidate: i } = _g();
|
|
31806
|
-
|
|
31806
|
+
Le(() => {
|
|
31807
31807
|
const d = e.state.joint_position.joints.filter(
|
|
31808
31808
|
(h) => h !== void 0
|
|
31809
31809
|
);
|
|
@@ -31934,7 +31934,7 @@ function vj({
|
|
|
31934
31934
|
}
|
|
31935
31935
|
const Sj = console.warn;
|
|
31936
31936
|
function Oj() {
|
|
31937
|
-
return
|
|
31937
|
+
return Le(() => {
|
|
31938
31938
|
console.warn = (e) => {
|
|
31939
31939
|
e !== "Cannot call the manual advancement of rafz whilst frameLoop is not set as demand" && Sj(e);
|
|
31940
31940
|
};
|
|
@@ -31985,17 +31985,17 @@ function Cj({
|
|
|
31985
31985
|
}
|
|
31986
31986
|
const Pj = (e, t) => {
|
|
31987
31987
|
e.userData.isGhost || (e.traverse((r) => {
|
|
31988
|
-
if (r instanceof
|
|
31989
|
-
r.material instanceof
|
|
31988
|
+
if (r instanceof Ne.Mesh) {
|
|
31989
|
+
r.material instanceof Ne.Material && (r.material.colorWrite = !1);
|
|
31990
31990
|
const n = r.clone(), o = r.clone();
|
|
31991
|
-
n.material = new
|
|
31991
|
+
n.material = new Ne.MeshStandardMaterial({
|
|
31992
31992
|
depthTest: !0,
|
|
31993
31993
|
depthWrite: !0,
|
|
31994
31994
|
colorWrite: !1,
|
|
31995
31995
|
polygonOffset: !0,
|
|
31996
31996
|
polygonOffsetFactor: -1,
|
|
31997
|
-
side:
|
|
31998
|
-
}), n.userData.isGhost = !0, o.material = new
|
|
31997
|
+
side: Ne.DoubleSide
|
|
31998
|
+
}), n.userData.isGhost = !0, o.material = new Ne.MeshStandardMaterial({
|
|
31999
31999
|
color: t,
|
|
32000
32000
|
opacity: 0.3,
|
|
32001
32001
|
depthTest: !0,
|
|
@@ -32003,7 +32003,7 @@ const Pj = (e, t) => {
|
|
|
32003
32003
|
transparent: !0,
|
|
32004
32004
|
polygonOffset: !0,
|
|
32005
32005
|
polygonOffsetFactor: -2,
|
|
32006
|
-
side:
|
|
32006
|
+
side: Ne.DoubleSide
|
|
32007
32007
|
}), o.userData.isGhost = !0, r.parent && (r.parent.add(n), r.parent.add(o));
|
|
32008
32008
|
}
|
|
32009
32009
|
}), e.userData.isGhost = !0);
|
|
@@ -32012,7 +32012,7 @@ const Pj = (e, t) => {
|
|
|
32012
32012
|
const t = [];
|
|
32013
32013
|
e.traverse((r) => {
|
|
32014
32014
|
var n;
|
|
32015
|
-
r instanceof
|
|
32015
|
+
r instanceof Ne.Mesh && ((n = r.userData) != null && n.isGhost ? t.push(r) : r.material instanceof Ne.Material && (r.material.colorWrite = !0));
|
|
32016
32016
|
}), t.forEach((r) => {
|
|
32017
32017
|
r.parent && r.parent.remove(r);
|
|
32018
32018
|
}), e.userData.isGhost = !1;
|
|
@@ -32030,7 +32030,7 @@ const Pj = (e, t) => {
|
|
|
32030
32030
|
const [l, c] = _e(null), u = Tt((h) => {
|
|
32031
32031
|
c(h);
|
|
32032
32032
|
}, []);
|
|
32033
|
-
|
|
32033
|
+
Le(() => {
|
|
32034
32034
|
l && (s ? Pj(l, s) : Tj(l));
|
|
32035
32035
|
}, [l, s]);
|
|
32036
32036
|
const d = /* @__PURE__ */ g.jsx(
|
|
@@ -32094,13 +32094,16 @@ function Aj({
|
|
|
32094
32094
|
) : null;
|
|
32095
32095
|
}
|
|
32096
32096
|
function Kh({
|
|
32097
|
-
connectedMotionGroup: e
|
|
32097
|
+
connectedMotionGroup: e,
|
|
32098
|
+
modelRenderTrigger: t
|
|
32098
32099
|
}) {
|
|
32099
|
-
const
|
|
32100
|
+
const r = Ag();
|
|
32100
32101
|
return Ym(() => {
|
|
32101
|
-
var
|
|
32102
|
-
(
|
|
32103
|
-
}),
|
|
32102
|
+
var n;
|
|
32103
|
+
(n = e.rapidlyChangingMotionState) != null && n.state && (e.rapidlyChangingMotionState.state.joint_position, e.rapidlyChangingMotionState.tcp_pose, r.fit());
|
|
32104
|
+
}), Le(() => {
|
|
32105
|
+
t > 0 && r.fit();
|
|
32106
|
+
}, [t, r]), null;
|
|
32104
32107
|
}
|
|
32105
32108
|
const ok = rt(
|
|
32106
32109
|
Ae(
|
|
@@ -32122,8 +32125,8 @@ const ok = rt(
|
|
|
32122
32125
|
className: f
|
|
32123
32126
|
}) => {
|
|
32124
32127
|
var oe;
|
|
32125
|
-
const m = ze(), { t: b } = lt(), [S, _] = _e(!1), O = Fe(null), w = Fe(null), [R, C] = _e(!1), [P, V] = _e({ width: 400, height: 600 }), [
|
|
32126
|
-
|
|
32128
|
+
const m = ze(), { t: b } = lt(), [S, _] = _e(!1), O = Fe(null), w = Fe(null), [R, C] = _e(!1), [P, V] = _e({ width: 400, height: 600 }), [I, y] = _e(0), T = Fe(null);
|
|
32129
|
+
Le(() => {
|
|
32127
32130
|
const G = () => {
|
|
32128
32131
|
if (w.current) {
|
|
32129
32132
|
const { offsetWidth: ie, offsetHeight: xe } = w.current;
|
|
@@ -32212,11 +32215,12 @@ const ok = rt(
|
|
|
32212
32215
|
gl: { alpha: !0, antialias: !0 },
|
|
32213
32216
|
children: [
|
|
32214
32217
|
/* @__PURE__ */ g.jsx(Wc, {}),
|
|
32215
|
-
/* @__PURE__ */ g.jsxs(Uc, { fit: !0, margin: 1, maxDuration: 1, children: [
|
|
32218
|
+
/* @__PURE__ */ g.jsxs(Uc, { fit: !0, observe: !0, clip: !0, margin: 1, maxDuration: 1, children: [
|
|
32216
32219
|
/* @__PURE__ */ g.jsx(
|
|
32217
32220
|
Kh,
|
|
32218
32221
|
{
|
|
32219
|
-
connectedMotionGroup: i
|
|
32222
|
+
connectedMotionGroup: i,
|
|
32223
|
+
modelRenderTrigger: I
|
|
32220
32224
|
}
|
|
32221
32225
|
),
|
|
32222
32226
|
/* @__PURE__ */ g.jsx(
|
|
@@ -32404,11 +32408,12 @@ const ok = rt(
|
|
|
32404
32408
|
gl: { alpha: !0, antialias: !0 },
|
|
32405
32409
|
children: [
|
|
32406
32410
|
/* @__PURE__ */ g.jsx(Wc, {}),
|
|
32407
|
-
/* @__PURE__ */ g.jsxs(Uc, { fit: !0, clip: !0, margin: 1, maxDuration: 1, children: [
|
|
32411
|
+
/* @__PURE__ */ g.jsxs(Uc, { fit: !0, observe: !0, clip: !0, margin: 1, maxDuration: 1, children: [
|
|
32408
32412
|
/* @__PURE__ */ g.jsx(
|
|
32409
32413
|
Kh,
|
|
32410
32414
|
{
|
|
32411
|
-
connectedMotionGroup: i
|
|
32415
|
+
connectedMotionGroup: i,
|
|
32416
|
+
modelRenderTrigger: I
|
|
32412
32417
|
}
|
|
32413
32418
|
),
|
|
32414
32419
|
/* @__PURE__ */ g.jsx(
|