@wandelbots/nova-js 4.3.0 → 4.4.0-nova-api-dev.26-7-0-dev-5
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/{Nova-DdbUm145.d.mts → Nova-BAeYlPIP.d.mts} +2036 -241
- package/dist/Nova-BAeYlPIP.d.mts.map +1 -0
- package/dist/experimental/math/index.d.mts +1 -1
- package/dist/experimental/nats/index.d.mts +20 -3
- package/dist/experimental/nats/index.d.mts.map +1 -1
- package/dist/experimental/nats/index.mjs +12 -1
- package/dist/experimental/nats/index.mjs.map +1 -1
- package/dist/v2/index.d.mts +2 -2
- package/dist/v2/index.mjs +704 -76
- package/dist/v2/index.mjs.map +1 -1
- package/package.json +2 -2
- package/src/experimental/nats/index.ts +4 -1
- package/src/lib/experimental/nats/NovaNatsClient.ts +41 -2
- package/dist/Nova-DdbUm145.d.mts.map +0 -1
package/dist/v2/index.mjs
CHANGED
|
@@ -2,7 +2,7 @@ import { i as guardedPageReload, n as loginWithAuth0, o as availableStorage, s a
|
|
|
2
2
|
import { a as parseNovaInstanceUrl } from "../converters-DnG1fX23.mjs";
|
|
3
3
|
import globalAxios, { AxiosError, isAxiosError } from "axios";
|
|
4
4
|
import * as pathToRegexp from "path-to-regexp";
|
|
5
|
-
//#region node_modules/.pnpm/@wandelbots+nova-api@26.5
|
|
5
|
+
//#region node_modules/.pnpm/@wandelbots+nova-api@26.7.0-dev.5/node_modules/@wandelbots/nova-api/dist/v2/index.js
|
|
6
6
|
function _typeof(o) {
|
|
7
7
|
"@babel/helpers - typeof";
|
|
8
8
|
return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
|
|
@@ -33,8 +33,6 @@ function _defineProperty(e, r, t) {
|
|
|
33
33
|
writable: !0
|
|
34
34
|
}) : e[r] = t, e;
|
|
35
35
|
}
|
|
36
|
-
//#endregion
|
|
37
|
-
//#region node_modules/.pnpm/@wandelbots+nova-api@26.5.2/node_modules/@wandelbots/nova-api/dist/v2/index.js
|
|
38
36
|
const BASE_PATH = "/api/v2".replace(/\/+$/, "");
|
|
39
37
|
const COLLECTION_FORMATS = {
|
|
40
38
|
csv: ",",
|
|
@@ -101,6 +99,15 @@ const createRequestFunction = function(axiosArgs, globalAxios, BASE_PATH, config
|
|
|
101
99
|
};
|
|
102
100
|
};
|
|
103
101
|
const AbbControllerKindEnum = { AbbController: "AbbController" };
|
|
102
|
+
const ActionChunkRequestMessageTypeEnum = { ActionChunkRequest: "ActionChunkRequest" };
|
|
103
|
+
const ActionChunkResponseKindEnum = { ActionChunkReceived: "ACTION_CHUNK_RECEIVED" };
|
|
104
|
+
/**
|
|
105
|
+
* Indicates which motion boundary an offset is measured from.
|
|
106
|
+
*/
|
|
107
|
+
const AtReference = {
|
|
108
|
+
Previous: "previous",
|
|
109
|
+
Next: "next"
|
|
110
|
+
};
|
|
104
111
|
/**
|
|
105
112
|
* ## BEHAVIOR_AUTOMATIC This is the default behavior. The motion groups of the controller take commanded joint configuration as actual joint state. Configures the compliance of the virtual robot with the normal ControllerState cycle time. If set, the virtual robot will act like a physical one, e.g., with a cycle time of 8ms to respond to a new joint state command. ## BEHAVIOR_AUTOMATIC_NOT_COMPLY_WITH_CYCLETIME Configures the compliance of the virtual robot with the normal ControllerState cycle time. If set, the robot will respond as fast as possible, limited only by software execution speed. Because of that, the execution of a movement requires less time than with BEHAVIOR_AUTOMATIC. ## BEHAVIOR_EXTERNAL_SOURCE The external client is the only source of actual joint state changes. This mode is used to enable third party software indicating the current joint state via [externalJointsStream](#/operations/externalJointsStream).
|
|
106
113
|
*/
|
|
@@ -119,6 +126,8 @@ const BlendingSpace = {
|
|
|
119
126
|
Cartesian: "CARTESIAN"
|
|
120
127
|
};
|
|
121
128
|
const BooleanValueValueTypeEnum = { Boolean: "boolean" };
|
|
129
|
+
const BostondynamicsControllerKindEnum = { BostondynamicsController: "BostondynamicsController" };
|
|
130
|
+
const BostondynamicsControllerRobotTypeEnum = { Spot: "spot" };
|
|
122
131
|
const BoxShapeTypeEnum = { Box: "box" };
|
|
123
132
|
const BoxBoxTypeEnum = {
|
|
124
133
|
Hollow: "HOLLOW",
|
|
@@ -171,6 +180,7 @@ const ConfigurationArchiveStatusErrorStatusEnum = { Error: "error" };
|
|
|
171
180
|
const ConfigurationArchiveStatusSuccessStatusEnum = { Success: "success" };
|
|
172
181
|
const ConvexHullShapeTypeEnum = { ConvexHull: "convex_hull" };
|
|
173
182
|
const CylinderShapeTypeEnum = { Cylinder: "cylinder" };
|
|
183
|
+
const DatasetPoseReferenceTypeEnum = { DatasetPose: "dataset_pose" };
|
|
174
184
|
/**
|
|
175
185
|
* The direction in which the trajectory is executed. Default: Forward.
|
|
176
186
|
*/
|
|
@@ -179,6 +189,7 @@ const Direction = {
|
|
|
179
189
|
DirectionBackward: "DIRECTION_BACKWARD"
|
|
180
190
|
};
|
|
181
191
|
const DirectionConstraintConstraintNameEnum = { DirectionConstraint: "DirectionConstraint" };
|
|
192
|
+
const DistanceTriggerTypeEnum = { Distance: "distance" };
|
|
182
193
|
const ErrorDirectionConstraintNotMetErrorFeedbackNameEnum = { ErrorDirectionConstraintNotMet: "ErrorDirectionConstraintNotMet" };
|
|
183
194
|
const ErrorDirectionConstraintNotNormalizedErrorFeedbackNameEnum = { ErrorDirectionConstraintNotNormalized: "ErrorDirectionConstraintNotNormalized" };
|
|
184
195
|
const ErrorInvalidJointCountErrorFeedbackNameEnum = { ErrorInvalidJointCount: "ErrorInvalidJointCount" };
|
|
@@ -186,6 +197,7 @@ const ErrorJointLimitExceededErrorFeedbackNameEnum = { ErrorJointLimitExceeded:
|
|
|
186
197
|
const ErrorJointPositionCollisionErrorFeedbackNameEnum = { ErrorJointPositionCollision: "ErrorJointPositionCollision" };
|
|
187
198
|
const ErrorMaxIterationsExceededErrorFeedbackNameEnum = { ErrorMaxIterationsExceeded: "ErrorMaxIterationsExceeded" };
|
|
188
199
|
const ErrorUnsupportedOperationErrorFeedbackNameEnum = { ErrorUnsupportedOperation: "ErrorUnsupportedOperation" };
|
|
200
|
+
const ExplicitPathMotionCommandTypeEnum = { MotionCommand: "motion_command" };
|
|
189
201
|
const FanucControllerKindEnum = { FanucController: "FanucController" };
|
|
190
202
|
const FeedbackAxisRangeExceededErrorFeedbackNameEnum = { FeedbackAxisRangeExceeded: "FeedbackAxisRangeExceeded" };
|
|
191
203
|
const FeedbackCollisionErrorFeedbackNameEnum = { FeedbackCollision: "FeedbackCollision" };
|
|
@@ -205,7 +217,11 @@ const FeedbackSingularityErrorFeedbackNameEnum = { FeedbackSingularity: "Feedbac
|
|
|
205
217
|
const FeedbackStartJointsMissingErrorFeedbackNameEnum = { FeedbackStartJointsMissing: "FeedbackStartJointsMissing" };
|
|
206
218
|
const FeedbackTorqueExceededErrorFeedbackNameEnum = { FeedbackTorqueExceeded: "FeedbackTorqueExceeded" };
|
|
207
219
|
const FloatValueValueTypeEnum = { Float: "float" };
|
|
220
|
+
const GeneratedPathMotionCommandTypeEnum = { MotionCommand: "motion_command" };
|
|
221
|
+
const IOAllOfExpressionTypeEnum = { AllOf: "all_of" };
|
|
222
|
+
const IOAnyOfExpressionTypeEnum = { AnyOf: "any_of" };
|
|
208
223
|
const IOBooleanValueValueTypeEnum = { Boolean: "boolean" };
|
|
224
|
+
const IOConditionExpressionTypeEnum = { Condition: "condition" };
|
|
209
225
|
/**
|
|
210
226
|
* Identifies the input/output type.
|
|
211
227
|
*/
|
|
@@ -215,6 +231,7 @@ const IODirection = {
|
|
|
215
231
|
};
|
|
216
232
|
const IOFloatValueValueTypeEnum = { Float: "float" };
|
|
217
233
|
const IOIntegerValueValueTypeEnum = { Integer: "integer" };
|
|
234
|
+
const IONotExpressionTypeEnum = { Not: "not" };
|
|
218
235
|
/**
|
|
219
236
|
* States the source of the input/output signal.
|
|
220
237
|
*/
|
|
@@ -231,10 +248,13 @@ const IOValueType = {
|
|
|
231
248
|
IoValueAnalogInteger: "IO_VALUE_ANALOG_INTEGER"
|
|
232
249
|
};
|
|
233
250
|
const InconsistentTrajectorySizeErrorKindEnum = { InconsistentTrajectorySizeError: "InconsistentTrajectorySizeError" };
|
|
251
|
+
const InitializeActionChunksRequestMessageTypeEnum = { InitializeActionChunksRequest: "InitializeActionChunksRequest" };
|
|
252
|
+
const InitializeActionChunksResponseKindEnum = { InitializeReceived: "INITIALIZE_RECEIVED" };
|
|
234
253
|
const InitializeJoggingRequestMessageTypeEnum = { InitializeJoggingRequest: "InitializeJoggingRequest" };
|
|
235
254
|
const InitializeJoggingResponseKindEnum = { InitializeReceived: "INITIALIZE_RECEIVED" };
|
|
236
255
|
const InitializeMovementRequestMessageTypeEnum = { InitializeMovementRequest: "InitializeMovementRequest" };
|
|
237
256
|
const InitializeMovementResponseKindEnum = { InitializeReceived: "INITIALIZE_RECEIVED" };
|
|
257
|
+
const InlinePoseReferenceTypeEnum = { InlinePose: "inline_pose" };
|
|
238
258
|
const IntegerValueValueTypeEnum = { Integer: "integer" };
|
|
239
259
|
const InvalidDofErrorKindEnum = { InvalidDofError: "InvalidDofError" };
|
|
240
260
|
const JoggingDetailsKindEnum = { Jogging: "JOGGING" };
|
|
@@ -245,14 +265,14 @@ const JoggingPausedNearSingularityKindEnum = { PausedNearSingularity: "PAUSED_NE
|
|
|
245
265
|
const JoggingPausedOnIOKindEnum = { PausedOnIo: "PAUSED_ON_IO" };
|
|
246
266
|
const JoggingRunningKindEnum = { Running: "RUNNING" };
|
|
247
267
|
const JointLimitExceededErrorKindEnum = { JointLimitExceededError: "JointLimitExceededError" };
|
|
268
|
+
const JointPositionReferenceTypeEnum = { JointPosition: "joint_position" };
|
|
248
269
|
const JointTypeEnum = {
|
|
249
270
|
RevoluteJoint: "REVOLUTE_JOINT",
|
|
250
271
|
PrismaticJoint: "PRISMATIC_JOINT"
|
|
251
272
|
};
|
|
252
273
|
const JointVelocityRequestMessageTypeEnum = { JointVelocityRequest: "JointVelocityRequest" };
|
|
253
274
|
const JointVelocityResponseKindEnum = { JointVelocityReceived: "JOINT_VELOCITY_RECEIVED" };
|
|
254
|
-
const
|
|
255
|
-
const JointWaypointsResponseKindEnum = { JointWaypointsReceived: "JOINT_WAYPOINTS_RECEIVED" };
|
|
275
|
+
const JointWaypointKindEnum = { Joints: "JOINTS" };
|
|
256
276
|
const KinematicBranchElbow = {
|
|
257
277
|
Up: "UP",
|
|
258
278
|
Down: "DOWN"
|
|
@@ -274,14 +294,19 @@ const LicenseStatusEnum = {
|
|
|
274
294
|
NotFound: "NOT_FOUND"
|
|
275
295
|
};
|
|
276
296
|
const LinkChainValueSourceEnum = { Value: "value" };
|
|
297
|
+
const LocalPoseReferenceTypeEnum = { LocalPose: "local_pose" };
|
|
277
298
|
const Manufacturer = {
|
|
278
299
|
Abb: "abb",
|
|
300
|
+
Bostondynamics: "bostondynamics",
|
|
279
301
|
Fanuc: "fanuc",
|
|
280
302
|
Kuka: "kuka",
|
|
281
303
|
Staubli: "staubli",
|
|
304
|
+
Techman: "techman",
|
|
305
|
+
Unitree: "unitree",
|
|
282
306
|
Universalrobots: "universalrobots",
|
|
283
307
|
Yaskawa: "yaskawa"
|
|
284
308
|
};
|
|
309
|
+
const MarkerCommandTypeEnum = { Marker: "marker" };
|
|
285
310
|
const MidpointInsertionAlgorithmAlgorithmNameEnum = { MidpointInsertionAlgorithm: "MidpointInsertionAlgorithm" };
|
|
286
311
|
/**
|
|
287
312
|
* Area of the MODBUS input/output variable. Is used to interpret the corresponding bits correctly.
|
|
@@ -312,14 +337,22 @@ const ModbusIOTypeEnum = {
|
|
|
312
337
|
ModbusIoTypeUint16: "MODBUS_IO_TYPE_UINT16",
|
|
313
338
|
ModbusIoTypeFloat32: "MODBUS_IO_TYPE_FLOAT32"
|
|
314
339
|
};
|
|
340
|
+
const MotionGroupReferenceTypeEnum = { Id: "id" };
|
|
315
341
|
const MovementErrorResponseKindEnum = { MotionError: "MOTION_ERROR" };
|
|
316
342
|
const NanValueErrorKindEnum = { NanValueError: "NanValueError" };
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
343
|
+
/**
|
|
344
|
+
* Network attachment method used to expose the interface to workloads.
|
|
345
|
+
*/
|
|
346
|
+
const NetworkBackend = {
|
|
347
|
+
Macvlan: "macvlan",
|
|
348
|
+
Sriov: "sriov"
|
|
349
|
+
};
|
|
350
|
+
/**
|
|
351
|
+
* Link state of the physical interface.
|
|
352
|
+
*/
|
|
353
|
+
const NetworkLinkState = {
|
|
354
|
+
Up: "up",
|
|
355
|
+
Down: "down"
|
|
323
356
|
};
|
|
324
357
|
/**
|
|
325
358
|
* The operating state.
|
|
@@ -379,17 +412,27 @@ const PathCirclePathDefinitionNameEnum = { PathCircle: "PathCircle" };
|
|
|
379
412
|
const PathCubicSplinePathDefinitionNameEnum = { PathCubicSpline: "PathCubicSpline" };
|
|
380
413
|
const PathDirectionConstrainedCartesianPTPPathDefinitionNameEnum = { DirectionConstrainedCartesianPtp: "DirectionConstrainedCartesianPTP" };
|
|
381
414
|
const PathDirectionConstrainedJointPTPPathDefinitionNameEnum = { DirectionConstrainedJointPtp: "DirectionConstrainedJointPTP" };
|
|
415
|
+
const PathFractionTriggerTypeEnum = { PathFraction: "path_fraction" };
|
|
382
416
|
const PathJointPTPPathDefinitionNameEnum = { PathJointPtp: "PathJointPTP" };
|
|
383
417
|
const PathLinePathDefinitionNameEnum = { PathLine: "PathLine" };
|
|
418
|
+
const PathTypeCartesianPTPPathDefinitionNameEnum = { PathCartesianPtp: "PathCartesianPTP" };
|
|
419
|
+
const PathTypeCirclePathDefinitionNameEnum = { PathCircle: "PathCircle" };
|
|
420
|
+
const PathTypeCubicSplinePathDefinitionNameEnum = { PathCubicSpline: "PathCubicSpline" };
|
|
421
|
+
const PathTypeDirectionConstrainedCartesianPTPPathDefinitionNameEnum = { PathDirectionConstrainedCartesianPtp: "PathDirectionConstrainedCartesianPTP" };
|
|
422
|
+
const PathTypeDirectionConstrainedJointPTPPathDefinitionNameEnum = { PathDirectionConstrainedJointPtp: "PathDirectionConstrainedJointPTP" };
|
|
423
|
+
const PathTypeJointPTPPathDefinitionNameEnum = { PathJointPtp: "PathJointPTP" };
|
|
424
|
+
const PathTypeLinePathDefinitionNameEnum = { PathLine: "PathLine" };
|
|
425
|
+
const PauseActionChunksRequestMessageTypeEnum = { PauseActionChunksRequest: "PauseActionChunksRequest" };
|
|
426
|
+
const PauseActionChunksResponseKindEnum = { PauseReceived: "PAUSE_RECEIVED" };
|
|
384
427
|
const PauseJoggingRequestMessageTypeEnum = { PauseJoggingRequest: "PauseJoggingRequest" };
|
|
385
428
|
const PauseJoggingResponseKindEnum = { PauseReceived: "PAUSE_RECEIVED" };
|
|
386
429
|
const PauseMovementRequestMessageTypeEnum = { PauseMovementRequest: "PauseMovementRequest" };
|
|
387
430
|
const PauseMovementResponseKindEnum = { PauseReceived: "PAUSE_RECEIVED" };
|
|
431
|
+
const PauseOnIOCommandTypeEnum = { PauseOnIo: "pause_on_io" };
|
|
388
432
|
const PlaneShapeTypeEnum = { Plane: "plane" };
|
|
389
433
|
const PlaybackSpeedRequestMessageTypeEnum = { PlaybackSpeedRequest: "PlaybackSpeedRequest" };
|
|
390
434
|
const PlaybackSpeedResponseKindEnum = { PlaybackSpeedReceived: "PLAYBACK_SPEED_RECEIVED" };
|
|
391
|
-
const
|
|
392
|
-
const PoseWaypointsResponseKindEnum = { PoseWaypointsReceived: "POSE_WAYPOINTS_RECEIVED" };
|
|
435
|
+
const PoseWaypointKindEnum = { Pose: "POSE" };
|
|
393
436
|
/**
|
|
394
437
|
* The direction of the input/output variable, indicating whether it is an input or output for the PROFINET device, e.g., NOVA\'s PROFINET service.
|
|
395
438
|
*/
|
|
@@ -491,6 +534,7 @@ const ServiceStatusSeverity = {
|
|
|
491
534
|
Warning: "WARNING",
|
|
492
535
|
Error: "ERROR"
|
|
493
536
|
};
|
|
537
|
+
const SetIOCommandTypeEnum = { SetIo: "set_io" };
|
|
494
538
|
/**
|
|
495
539
|
* Defines available system modes of the robot system. Short versions (no \"ROBOT_SYSTEM_\" prefix) are provided, reusing strings from [getMode](#/operations/getMode) responses.
|
|
496
540
|
*/
|
|
@@ -500,6 +544,14 @@ const SettableRobotSystemMode = {
|
|
|
500
544
|
RobotSystemModeControl: "ROBOT_SYSTEM_MODE_CONTROL",
|
|
501
545
|
ModeControl: "MODE_CONTROL"
|
|
502
546
|
};
|
|
547
|
+
/**
|
|
548
|
+
* <!-- theme: danger --> > > **Experimental** Strategy used to deal with wrist singularities along a cartesian path. > > - `NONE`: No special handling; a singularity ends the path. > - `PALLETIZING_WRIST`: When performing a palletizing motion, attempt to bridge a wrist singularity by flipping the wrist branch. > A palletizing motion is a motion where the flange axis of rotation is alway parallel to the base axis of rotation. > This flag is supported for all robots except FANUC CRX and ABB GoFa. > - `ADAPTIVE_SAMPLING`: Alternative cartesian solver that re-samples the path in proximity to a singularity.
|
|
549
|
+
*/
|
|
550
|
+
const SingularityHandling = {
|
|
551
|
+
None: "NONE",
|
|
552
|
+
PalletizingWrist: "PALLETIZING_WRIST",
|
|
553
|
+
AdaptiveSampling: "ADAPTIVE_SAMPLING"
|
|
554
|
+
};
|
|
503
555
|
const SingularityTypeEnum = {
|
|
504
556
|
Wrist: "WRIST",
|
|
505
557
|
Elbow: "ELBOW",
|
|
@@ -539,10 +591,15 @@ const Snap7IOTypeEnum = {
|
|
|
539
591
|
const SphereShapeTypeEnum = { Sphere: "sphere" };
|
|
540
592
|
const StartMovementRequestMessageTypeEnum = { StartMovementRequest: "StartMovementRequest" };
|
|
541
593
|
const StartMovementResponseKindEnum = { StartReceived: "START_RECEIVED" };
|
|
594
|
+
const StaubliControllerKindEnum = { StaubliController: "StaubliController" };
|
|
595
|
+
const StopActionChunksRequestMessageTypeEnum = { StopActionChunksRequest: "StopActionChunksRequest" };
|
|
596
|
+
const StopActionChunksResponseKindEnum = { StopReceived: "STOP_RECEIVED" };
|
|
542
597
|
const StorageKeySourceEnum = { Key: "key" };
|
|
543
598
|
const TcpRequiredErrorKindEnum = { TcpRequiredError: "TcpRequiredError" };
|
|
544
599
|
const TcpVelocityRequestMessageTypeEnum = { TcpVelocityRequest: "TcpVelocityRequest" };
|
|
545
600
|
const TcpVelocityResponseKindEnum = { TcpVelocityReceived: "TCP_VELOCITY_RECEIVED" };
|
|
601
|
+
const TechmanControllerKindEnum = { TechmanController: "TechmanController" };
|
|
602
|
+
const TimeTriggerTypeEnum = { Time: "time" };
|
|
546
603
|
const ToolValueSourceEnum = { Value: "value" };
|
|
547
604
|
const TorqueExceededErrorKindEnum = { TorqueExceededError: "TorqueExceededError" };
|
|
548
605
|
const TrajectoryDataMessageTypeEnum = { TrajectoryData: "TrajectoryData" };
|
|
@@ -568,11 +625,95 @@ const UnitType = {
|
|
|
568
625
|
UnitNewtonMeter: "UNIT_NEWTON_METER",
|
|
569
626
|
UnitMeter: "UNIT_METER"
|
|
570
627
|
};
|
|
628
|
+
const UnitreeControllerKindEnum = { UnitreeController: "UnitreeController" };
|
|
629
|
+
const UnitreeControllerRobotTypeEnum = {
|
|
630
|
+
Go2: "go2",
|
|
631
|
+
G1: "g1",
|
|
632
|
+
B2: "b2",
|
|
633
|
+
H1: "h1"
|
|
634
|
+
};
|
|
571
635
|
const UniversalrobotsControllerKindEnum = { UniversalrobotsController: "UniversalrobotsController" };
|
|
636
|
+
const UnpauseActionChunksRequestMessageTypeEnum = { UnpauseActionChunksRequest: "UnpauseActionChunksRequest" };
|
|
637
|
+
const UnpauseActionChunksResponseKindEnum = { UnpauseReceived: "UNPAUSE_RECEIVED" };
|
|
572
638
|
const VirtualControllerKindEnum = { VirtualController: "VirtualController" };
|
|
639
|
+
const WaitForIOCommandTypeEnum = { WaitForIo: "wait_for_io" };
|
|
640
|
+
const WaitForTimeCommandTypeEnum = { WaitForTime: "wait_for_time" };
|
|
573
641
|
const YaskawaControllerKindEnum = { YaskawaController: "YaskawaController" };
|
|
574
642
|
const ZodValidationErrorErrorCodeEnum = { ValidationError: "validation_error" };
|
|
575
643
|
/**
|
|
644
|
+
* ActionChunkStreamingApi - axios parameter creator
|
|
645
|
+
*/
|
|
646
|
+
const ActionChunkStreamingApiAxiosParamCreator = function(configuration) {
|
|
647
|
+
return { executeActionChunks: async (cell, controller, executeActionChunksRequest, options = {}) => {
|
|
648
|
+
assertParamExists("executeActionChunks", "cell", cell);
|
|
649
|
+
assertParamExists("executeActionChunks", "controller", controller);
|
|
650
|
+
assertParamExists("executeActionChunks", "executeActionChunksRequest", executeActionChunksRequest);
|
|
651
|
+
const localVarPath = `/experimental/cells/{cell}/controllers/{controller}/execution/action-chunk-streaming`.replace(`{cell}`, encodeURIComponent(String(cell))).replace(`{controller}`, encodeURIComponent(String(controller)));
|
|
652
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
653
|
+
let baseOptions;
|
|
654
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
655
|
+
const localVarRequestOptions = {
|
|
656
|
+
method: "GET",
|
|
657
|
+
...baseOptions,
|
|
658
|
+
...options
|
|
659
|
+
};
|
|
660
|
+
const localVarHeaderParameter = {};
|
|
661
|
+
const localVarQueryParameter = {};
|
|
662
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
663
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
664
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
665
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
666
|
+
localVarRequestOptions.headers = {
|
|
667
|
+
...localVarHeaderParameter,
|
|
668
|
+
...headersFromBaseOptions,
|
|
669
|
+
...options.headers
|
|
670
|
+
};
|
|
671
|
+
localVarRequestOptions.data = serializeDataIfNeeded(executeActionChunksRequest, localVarRequestOptions, configuration);
|
|
672
|
+
return {
|
|
673
|
+
url: toPathString(localVarUrlObj),
|
|
674
|
+
options: localVarRequestOptions
|
|
675
|
+
};
|
|
676
|
+
} };
|
|
677
|
+
};
|
|
678
|
+
/**
|
|
679
|
+
* ActionChunkStreamingApi - functional programming interface
|
|
680
|
+
*/
|
|
681
|
+
const ActionChunkStreamingApiFp = function(configuration) {
|
|
682
|
+
const localVarAxiosParamCreator = ActionChunkStreamingApiAxiosParamCreator(configuration);
|
|
683
|
+
return { async executeActionChunks(cell, controller, executeActionChunksRequest, options) {
|
|
684
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.executeActionChunks(cell, controller, executeActionChunksRequest, options);
|
|
685
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
686
|
+
const localVarOperationServerBasePath = operationServerMap["ActionChunkStreamingApi.executeActionChunks"]?.[localVarOperationServerIndex]?.url;
|
|
687
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
688
|
+
} };
|
|
689
|
+
};
|
|
690
|
+
/**
|
|
691
|
+
* ActionChunkStreamingApi - factory interface
|
|
692
|
+
*/
|
|
693
|
+
const ActionChunkStreamingApiFactory = function(configuration, basePath, axios) {
|
|
694
|
+
const localVarFp = ActionChunkStreamingApiFp(configuration);
|
|
695
|
+
return { executeActionChunks(cell, controller, executeActionChunksRequest, options) {
|
|
696
|
+
return localVarFp.executeActionChunks(cell, controller, executeActionChunksRequest, options).then((request) => request(axios, basePath));
|
|
697
|
+
} };
|
|
698
|
+
};
|
|
699
|
+
/**
|
|
700
|
+
* ActionChunkStreamingApi - object-oriented interface
|
|
701
|
+
*/
|
|
702
|
+
var ActionChunkStreamingApi = class extends BaseAPI {
|
|
703
|
+
/**
|
|
704
|
+
* **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ <!-- theme: danger --> > **Experimental** > > This endpoint is experimental and its behavior may change in future releases. > Websocket endpoint Provides action chunk control for a motion group. An action chunk is a queue of timed waypoints that the robot moves through by best effort. This can be used for realtime action chunk streaming, e.g., from a Vision-Language-Action (VLA) model. ### Preconditions The motion group is not moved by any other endpoint. ### Requests #### 1. Send `InitializeActionChunksRequest` to configure the action chunk. - Sets the robot controller mode to control mode. - Claims the motion group. For robotic arms, TCP is required to ensure that limits, including TCP limits, are respected. #### 2. Send `ActionChunk`s to stream waypoints. - The first message starts an internal clock. - Each waypoint carries a timestamp relative to that clock for when it should be reached. - Existing waypoints in the queue that are older than the first new timestamp are removed. - The current session timestamp is reported in `execute.details.jogger_session_timestamp_ms` of the [streamRobotControllerState](#/operations/streamRobotControllerState) endpoint. #### 3. Stop the motion - Send `PauseActionChunksRequest` to stop the motion. ### Responses - Each request is acknowledged with a corresponding response: - `InitializeActionChunksResponse` after `InitializeActionChunksRequest` - `ActionChunkResponse` after `ActionChunkRequest` - `PauseActionChunksResponse` after `PauseActionChunksRequest` The responses confirm that the requests were received. They do not signal that the operation was successful; check the [motion group state](#/operations/streamMotionGroupState) for that. - `MovementErrorResponse` with error details is sent in case of an unexpected error, e.g., controller disconnects during moving. ### Tips and Tricks - Ensure that the websocket connection remains open until the action chunk motion is stopped to avoid unexpected stops. ### Robot States - The robot controller state is reported in the [streamRobotControllerState](#/operations/streamRobotControllerState) as JOGGING. - The meaning of the states is: - `RUNNING`: The robot is moving through the waypoints. The clock (`execute.details.jogger_session_timestamp_ms`) is running. - `PAUSED_BY_USER`: The robot is braking or in standstill due to a user request. The clock IS paused. - `PAUSED_NEAR_JOINT_LIMIT`: The robot is braking due to a joint limit. The clock is NOT paused. - `PAUSED_NEAR_COLLISION`: The robot is braking due to a collision. The clock is NOT paused. - `PAUSED_NEAR_SINGULARITY`: The robot is braking due to a singularity. The clock is NOT paused. - `PAUSED_NEAR_WORKSPACE_BOUNDARY`: The robot is braking due to a workspace boundary. The clock is NOT paused.
|
|
705
|
+
* @summary Execute Action Chunks
|
|
706
|
+
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
707
|
+
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
708
|
+
* @param {ExecuteActionChunksRequest} executeActionChunksRequest
|
|
709
|
+
* @param {*} [options] Override http request option.
|
|
710
|
+
* @throws {RequiredError}
|
|
711
|
+
*/
|
|
712
|
+
executeActionChunks(cell, controller, executeActionChunksRequest, options) {
|
|
713
|
+
return ActionChunkStreamingApiFp(this.configuration).executeActionChunks(cell, controller, executeActionChunksRequest, options).then((request) => request(this.axios, this.basePath));
|
|
714
|
+
}
|
|
715
|
+
};
|
|
716
|
+
/**
|
|
576
717
|
* ApplicationApi - axios parameter creator
|
|
577
718
|
*/
|
|
578
719
|
const ApplicationApiAxiosParamCreator = function(configuration) {
|
|
@@ -1334,7 +1475,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1334
1475
|
options: localVarRequestOptions
|
|
1335
1476
|
};
|
|
1336
1477
|
},
|
|
1337
|
-
getProfinetIOsFromFile: async (cell, inputOffset, outputOffset, options = {}) => {
|
|
1478
|
+
getProfinetIOsFromFile: async (cell, offsets, inputOffset, outputOffset, options = {}) => {
|
|
1338
1479
|
assertParamExists("getProfinetIOsFromFile", "cell", cell);
|
|
1339
1480
|
const localVarPath = `/cells/{cell}/bus-ios/profinet/iofile`.replace(`{cell}`, encodeURIComponent(String(cell)));
|
|
1340
1481
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
@@ -1348,6 +1489,7 @@ const BUSInputsOutputsApiAxiosParamCreator = function(configuration) {
|
|
|
1348
1489
|
const localVarHeaderParameter = {};
|
|
1349
1490
|
const localVarQueryParameter = {};
|
|
1350
1491
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
1492
|
+
if (offsets) localVarQueryParameter["offsets"] = offsets.join(COLLECTION_FORMATS.csv);
|
|
1351
1493
|
if (inputOffset !== void 0) localVarQueryParameter["input_offset"] = inputOffset;
|
|
1352
1494
|
if (outputOffset !== void 0) localVarQueryParameter["output_offset"] = outputOffset;
|
|
1353
1495
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
@@ -1628,8 +1770,8 @@ const BUSInputsOutputsApiFp = function(configuration) {
|
|
|
1628
1770
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.getProfinetGSDML"]?.[localVarOperationServerIndex]?.url;
|
|
1629
1771
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
1630
1772
|
},
|
|
1631
|
-
async getProfinetIOsFromFile(cell, inputOffset, outputOffset, options) {
|
|
1632
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.getProfinetIOsFromFile(cell, inputOffset, outputOffset, options);
|
|
1773
|
+
async getProfinetIOsFromFile(cell, offsets, inputOffset, outputOffset, options) {
|
|
1774
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getProfinetIOsFromFile(cell, offsets, inputOffset, outputOffset, options);
|
|
1633
1775
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
1634
1776
|
const localVarOperationServerBasePath = operationServerMap["BUSInputsOutputsApi.getProfinetIOsFromFile"]?.[localVarOperationServerIndex]?.url;
|
|
1635
1777
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
@@ -1726,8 +1868,8 @@ const BUSInputsOutputsApiFactory = function(configuration, basePath, axios) {
|
|
|
1726
1868
|
getProfinetGSDML(cell, options) {
|
|
1727
1869
|
return localVarFp.getProfinetGSDML(cell, options).then((request) => request(axios, basePath));
|
|
1728
1870
|
},
|
|
1729
|
-
getProfinetIOsFromFile(cell, inputOffset, outputOffset, options) {
|
|
1730
|
-
return localVarFp.getProfinetIOsFromFile(cell, inputOffset, outputOffset, options).then((request) => request(axios, basePath));
|
|
1871
|
+
getProfinetIOsFromFile(cell, offsets, inputOffset, outputOffset, options) {
|
|
1872
|
+
return localVarFp.getProfinetIOsFromFile(cell, offsets, inputOffset, outputOffset, options).then((request) => request(axios, basePath));
|
|
1731
1873
|
},
|
|
1732
1874
|
listBusIODescriptions(cell, options) {
|
|
1733
1875
|
return localVarFp.listBusIODescriptions(cell, options).then((request) => request(axios, basePath));
|
|
@@ -1927,16 +2069,17 @@ var BUSInputsOutputsApi = class extends BaseAPI {
|
|
|
1927
2069
|
return BUSInputsOutputsApiFp(this.configuration).getProfinetGSDML(cell, options).then((request) => request(this.axios, this.basePath));
|
|
1928
2070
|
}
|
|
1929
2071
|
/**
|
|
1930
|
-
* **Required permissions:** `can_operate_bus_ios` - Read and write BUS IO values ___ Get input/output variable configuration of the PROFINET device, e.g., NOVA\'s PROFINET service as file. You can specify byte offsets for
|
|
2072
|
+
* **Required permissions:** `can_operate_bus_ios` - Read and write BUS IO values ___ Get input/output variable configuration of the PROFINET device, e.g., NOVA\'s PROFINET service as file. You can specify per-slot byte offsets for input and output variable addresses to get an XML tag map that is ready for pasting to third party software, e.g., TIA portal. For backward compatibility, the legacy `input_offset` and `output_offset` query parameters remain available, but deprecated.
|
|
1931
2073
|
* @summary PROFINET Inputs/Outputs to File
|
|
1932
2074
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
2075
|
+
* @param {Array<ProfinetSlotOffset>} [offsets] Per-slot offsets used to convert device-local byte addresses to controller byte addresses for export. If this parameter is provided, it is preferred over the deprecated `input_offset` and `output_offset` query parameters.
|
|
1933
2076
|
* @param {number} [inputOffset]
|
|
1934
2077
|
* @param {number} [outputOffset]
|
|
1935
2078
|
* @param {*} [options] Override http request option.
|
|
1936
2079
|
* @throws {RequiredError}
|
|
1937
2080
|
*/
|
|
1938
|
-
getProfinetIOsFromFile(cell, inputOffset, outputOffset, options) {
|
|
1939
|
-
return BUSInputsOutputsApiFp(this.configuration).getProfinetIOsFromFile(cell, inputOffset, outputOffset, options).then((request) => request(this.axios, this.basePath));
|
|
2081
|
+
getProfinetIOsFromFile(cell, offsets, inputOffset, outputOffset, options) {
|
|
2082
|
+
return BUSInputsOutputsApiFp(this.configuration).getProfinetIOsFromFile(cell, offsets, inputOffset, outputOffset, options).then((request) => request(this.axios, this.basePath));
|
|
1940
2083
|
}
|
|
1941
2084
|
/**
|
|
1942
2085
|
* **Required permissions:** `can_operate_bus_ios` - Read and write BUS IO values ___ List all input/output descriptions for configured BUS services. The input/output descriptions contain information like name, type and unit. The input/output direction is given in perspective of the BUS service.
|
|
@@ -3447,26 +3590,28 @@ var ControllerInputsOutputsApi = class extends BaseAPI {
|
|
|
3447
3590
|
}
|
|
3448
3591
|
};
|
|
3449
3592
|
/**
|
|
3450
|
-
*
|
|
3593
|
+
* DatasetsApi - axios parameter creator
|
|
3451
3594
|
*/
|
|
3452
|
-
const
|
|
3595
|
+
const DatasetsApiAxiosParamCreator = function(configuration) {
|
|
3453
3596
|
return {
|
|
3454
|
-
|
|
3455
|
-
assertParamExists("
|
|
3456
|
-
assertParamExists("
|
|
3457
|
-
assertParamExists("
|
|
3458
|
-
|
|
3597
|
+
localizeDatasetCoordinateSystemPose: async (cell, dataset, coordinateSystem, pose, revision, options = {}) => {
|
|
3598
|
+
assertParamExists("localizeDatasetCoordinateSystemPose", "cell", cell);
|
|
3599
|
+
assertParamExists("localizeDatasetCoordinateSystemPose", "dataset", dataset);
|
|
3600
|
+
assertParamExists("localizeDatasetCoordinateSystemPose", "coordinateSystem", coordinateSystem);
|
|
3601
|
+
assertParamExists("localizeDatasetCoordinateSystemPose", "pose", pose);
|
|
3602
|
+
const localVarPath = `/experimental/cells/{cell}/teaching/datasets/{dataset}/coordinate-systems/{coordinate-system}/localize`.replace(`{cell}`, encodeURIComponent(String(cell))).replace(`{dataset}`, encodeURIComponent(String(dataset))).replace(`{coordinate-system}`, encodeURIComponent(String(coordinateSystem)));
|
|
3459
3603
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3460
3604
|
let baseOptions;
|
|
3461
3605
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
3462
3606
|
const localVarRequestOptions = {
|
|
3463
|
-
method: "
|
|
3607
|
+
method: "POST",
|
|
3464
3608
|
...baseOptions,
|
|
3465
3609
|
...options
|
|
3466
3610
|
};
|
|
3467
3611
|
const localVarHeaderParameter = {};
|
|
3468
3612
|
const localVarQueryParameter = {};
|
|
3469
3613
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3614
|
+
if (revision !== void 0) localVarQueryParameter["revision"] = revision;
|
|
3470
3615
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
3471
3616
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3472
3617
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -3475,28 +3620,30 @@ const JoggingApiAxiosParamCreator = function(configuration) {
|
|
|
3475
3620
|
...headersFromBaseOptions,
|
|
3476
3621
|
...options.headers
|
|
3477
3622
|
};
|
|
3478
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
3623
|
+
localVarRequestOptions.data = serializeDataIfNeeded(pose, localVarRequestOptions, configuration);
|
|
3479
3624
|
return {
|
|
3480
3625
|
url: toPathString(localVarUrlObj),
|
|
3481
3626
|
options: localVarRequestOptions
|
|
3482
3627
|
};
|
|
3483
3628
|
},
|
|
3484
|
-
|
|
3485
|
-
assertParamExists("
|
|
3486
|
-
assertParamExists("
|
|
3487
|
-
assertParamExists("
|
|
3488
|
-
|
|
3629
|
+
resolveDatasetCoordinateSystemPose: async (cell, dataset, coordinateSystem, pose, revision, options = {}) => {
|
|
3630
|
+
assertParamExists("resolveDatasetCoordinateSystemPose", "cell", cell);
|
|
3631
|
+
assertParamExists("resolveDatasetCoordinateSystemPose", "dataset", dataset);
|
|
3632
|
+
assertParamExists("resolveDatasetCoordinateSystemPose", "coordinateSystem", coordinateSystem);
|
|
3633
|
+
assertParamExists("resolveDatasetCoordinateSystemPose", "pose", pose);
|
|
3634
|
+
const localVarPath = `/experimental/cells/{cell}/teaching/datasets/{dataset}/coordinate-systems/{coordinate-system}/resolve`.replace(`{cell}`, encodeURIComponent(String(cell))).replace(`{dataset}`, encodeURIComponent(String(dataset))).replace(`{coordinate-system}`, encodeURIComponent(String(coordinateSystem)));
|
|
3489
3635
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3490
3636
|
let baseOptions;
|
|
3491
3637
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
3492
3638
|
const localVarRequestOptions = {
|
|
3493
|
-
method: "
|
|
3639
|
+
method: "POST",
|
|
3494
3640
|
...baseOptions,
|
|
3495
3641
|
...options
|
|
3496
3642
|
};
|
|
3497
3643
|
const localVarHeaderParameter = {};
|
|
3498
3644
|
const localVarQueryParameter = {};
|
|
3499
3645
|
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3646
|
+
if (revision !== void 0) localVarQueryParameter["revision"] = revision;
|
|
3500
3647
|
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
3501
3648
|
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3502
3649
|
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
@@ -3505,7 +3652,7 @@ const JoggingApiAxiosParamCreator = function(configuration) {
|
|
|
3505
3652
|
...headersFromBaseOptions,
|
|
3506
3653
|
...options.headers
|
|
3507
3654
|
};
|
|
3508
|
-
localVarRequestOptions.data = serializeDataIfNeeded(
|
|
3655
|
+
localVarRequestOptions.data = serializeDataIfNeeded(pose, localVarRequestOptions, configuration);
|
|
3509
3656
|
return {
|
|
3510
3657
|
url: toPathString(localVarUrlObj),
|
|
3511
3658
|
options: localVarRequestOptions
|
|
@@ -3514,40 +3661,129 @@ const JoggingApiAxiosParamCreator = function(configuration) {
|
|
|
3514
3661
|
};
|
|
3515
3662
|
};
|
|
3516
3663
|
/**
|
|
3517
|
-
*
|
|
3664
|
+
* DatasetsApi - functional programming interface
|
|
3518
3665
|
*/
|
|
3519
|
-
const
|
|
3520
|
-
const localVarAxiosParamCreator =
|
|
3666
|
+
const DatasetsApiFp = function(configuration) {
|
|
3667
|
+
const localVarAxiosParamCreator = DatasetsApiAxiosParamCreator(configuration);
|
|
3521
3668
|
return {
|
|
3522
|
-
async
|
|
3523
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
3669
|
+
async localizeDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options) {
|
|
3670
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.localizeDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options);
|
|
3524
3671
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3525
|
-
const localVarOperationServerBasePath = operationServerMap["
|
|
3672
|
+
const localVarOperationServerBasePath = operationServerMap["DatasetsApi.localizeDatasetCoordinateSystemPose"]?.[localVarOperationServerIndex]?.url;
|
|
3526
3673
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3527
3674
|
},
|
|
3528
|
-
async
|
|
3529
|
-
const localVarAxiosArgs = await localVarAxiosParamCreator.
|
|
3675
|
+
async resolveDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options) {
|
|
3676
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.resolveDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options);
|
|
3530
3677
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3531
|
-
const localVarOperationServerBasePath = operationServerMap["
|
|
3678
|
+
const localVarOperationServerBasePath = operationServerMap["DatasetsApi.resolveDatasetCoordinateSystemPose"]?.[localVarOperationServerIndex]?.url;
|
|
3532
3679
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3533
3680
|
}
|
|
3534
3681
|
};
|
|
3535
3682
|
};
|
|
3536
3683
|
/**
|
|
3537
|
-
*
|
|
3684
|
+
* DatasetsApi - factory interface
|
|
3538
3685
|
*/
|
|
3539
|
-
const
|
|
3540
|
-
const localVarFp =
|
|
3686
|
+
const DatasetsApiFactory = function(configuration, basePath, axios) {
|
|
3687
|
+
const localVarFp = DatasetsApiFp(configuration);
|
|
3541
3688
|
return {
|
|
3542
|
-
|
|
3543
|
-
return localVarFp.
|
|
3689
|
+
localizeDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options) {
|
|
3690
|
+
return localVarFp.localizeDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options).then((request) => request(axios, basePath));
|
|
3544
3691
|
},
|
|
3545
|
-
|
|
3546
|
-
return localVarFp.
|
|
3692
|
+
resolveDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options) {
|
|
3693
|
+
return localVarFp.resolveDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options).then((request) => request(axios, basePath));
|
|
3547
3694
|
}
|
|
3548
3695
|
};
|
|
3549
3696
|
};
|
|
3550
3697
|
/**
|
|
3698
|
+
* DatasetsApi - object-oriented interface
|
|
3699
|
+
*/
|
|
3700
|
+
var DatasetsApi = class extends BaseAPI {
|
|
3701
|
+
/**
|
|
3702
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Localize a pose that is expressed in the `world` coordinate system into the given dataset coordinate system. This is the inverse of the resolve operation: the pose is transformed through the whole chain of parent coordinate systems within the dataset.
|
|
3703
|
+
* @summary Localize Pose from World (Dataset)
|
|
3704
|
+
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
3705
|
+
* @param {string} dataset Specifies the dataset identifier.
|
|
3706
|
+
* @param {string} coordinateSystem Unique identifier addressing a coordinate system within a teaching dataset.
|
|
3707
|
+
* @param {Pose} pose The pose expressed in the `world` coordinate system.
|
|
3708
|
+
* @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
|
|
3709
|
+
* @param {*} [options] Override http request option.
|
|
3710
|
+
* @throws {RequiredError}
|
|
3711
|
+
*/
|
|
3712
|
+
localizeDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options) {
|
|
3713
|
+
return DatasetsApiFp(this.configuration).localizeDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options).then((request) => request(this.axios, this.basePath));
|
|
3714
|
+
}
|
|
3715
|
+
/**
|
|
3716
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Resolve a pose that is expressed relative to the given dataset coordinate system into the `world` coordinate system. The pose is transformed through the whole chain of parent coordinate systems within the dataset.
|
|
3717
|
+
* @summary Resolve Pose to World (Dataset)
|
|
3718
|
+
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
3719
|
+
* @param {string} dataset Specifies the dataset identifier.
|
|
3720
|
+
* @param {string} coordinateSystem Unique identifier addressing a coordinate system within a teaching dataset.
|
|
3721
|
+
* @param {Pose} pose The pose expressed relative to the given coordinate system.
|
|
3722
|
+
* @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
|
|
3723
|
+
* @param {*} [options] Override http request option.
|
|
3724
|
+
* @throws {RequiredError}
|
|
3725
|
+
*/
|
|
3726
|
+
resolveDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options) {
|
|
3727
|
+
return DatasetsApiFp(this.configuration).resolveDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options).then((request) => request(this.axios, this.basePath));
|
|
3728
|
+
}
|
|
3729
|
+
};
|
|
3730
|
+
/**
|
|
3731
|
+
* JoggingApi - axios parameter creator
|
|
3732
|
+
*/
|
|
3733
|
+
const JoggingApiAxiosParamCreator = function(configuration) {
|
|
3734
|
+
return { executeJogging: async (cell, controller, executeJoggingRequest, options = {}) => {
|
|
3735
|
+
assertParamExists("executeJogging", "cell", cell);
|
|
3736
|
+
assertParamExists("executeJogging", "controller", controller);
|
|
3737
|
+
assertParamExists("executeJogging", "executeJoggingRequest", executeJoggingRequest);
|
|
3738
|
+
const localVarPath = `/cells/{cell}/controllers/{controller}/execution/jogging`.replace(`{cell}`, encodeURIComponent(String(cell))).replace(`{controller}`, encodeURIComponent(String(controller)));
|
|
3739
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3740
|
+
let baseOptions;
|
|
3741
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
3742
|
+
const localVarRequestOptions = {
|
|
3743
|
+
method: "GET",
|
|
3744
|
+
...baseOptions,
|
|
3745
|
+
...options
|
|
3746
|
+
};
|
|
3747
|
+
const localVarHeaderParameter = {};
|
|
3748
|
+
const localVarQueryParameter = {};
|
|
3749
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3750
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
3751
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3752
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3753
|
+
localVarRequestOptions.headers = {
|
|
3754
|
+
...localVarHeaderParameter,
|
|
3755
|
+
...headersFromBaseOptions,
|
|
3756
|
+
...options.headers
|
|
3757
|
+
};
|
|
3758
|
+
localVarRequestOptions.data = serializeDataIfNeeded(executeJoggingRequest, localVarRequestOptions, configuration);
|
|
3759
|
+
return {
|
|
3760
|
+
url: toPathString(localVarUrlObj),
|
|
3761
|
+
options: localVarRequestOptions
|
|
3762
|
+
};
|
|
3763
|
+
} };
|
|
3764
|
+
};
|
|
3765
|
+
/**
|
|
3766
|
+
* JoggingApi - functional programming interface
|
|
3767
|
+
*/
|
|
3768
|
+
const JoggingApiFp = function(configuration) {
|
|
3769
|
+
const localVarAxiosParamCreator = JoggingApiAxiosParamCreator(configuration);
|
|
3770
|
+
return { async executeJogging(cell, controller, executeJoggingRequest, options) {
|
|
3771
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.executeJogging(cell, controller, executeJoggingRequest, options);
|
|
3772
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
3773
|
+
const localVarOperationServerBasePath = operationServerMap["JoggingApi.executeJogging"]?.[localVarOperationServerIndex]?.url;
|
|
3774
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3775
|
+
} };
|
|
3776
|
+
};
|
|
3777
|
+
/**
|
|
3778
|
+
* JoggingApi - factory interface
|
|
3779
|
+
*/
|
|
3780
|
+
const JoggingApiFactory = function(configuration, basePath, axios) {
|
|
3781
|
+
const localVarFp = JoggingApiFp(configuration);
|
|
3782
|
+
return { executeJogging(cell, controller, executeJoggingRequest, options) {
|
|
3783
|
+
return localVarFp.executeJogging(cell, controller, executeJoggingRequest, options).then((request) => request(axios, basePath));
|
|
3784
|
+
} };
|
|
3785
|
+
};
|
|
3786
|
+
/**
|
|
3551
3787
|
* JoggingApi - object-oriented interface
|
|
3552
3788
|
*/
|
|
3553
3789
|
var JoggingApi = class extends BaseAPI {
|
|
@@ -3563,18 +3799,6 @@ var JoggingApi = class extends BaseAPI {
|
|
|
3563
3799
|
executeJogging(cell, controller, executeJoggingRequest, options) {
|
|
3564
3800
|
return JoggingApiFp(this.configuration).executeJogging(cell, controller, executeJoggingRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3565
3801
|
}
|
|
3566
|
-
/**
|
|
3567
|
-
* **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ <!-- theme: danger --> > **Experimental** > > This endpoint is experimental and its behavior may change in future releases. > Websocket endpoint Provides waypoint-based jogging control for a motion group. Instead of commanding target velocities (see [executeJogging](#/operations/executeJogging)), waypoint jogging streams a queue of timed waypoints that the robot moves through by best effort. This can be used for realtime action chunk streaming, e.g., from a Vision-Language-Action (VLA) model. ### Preconditions The motion group is not moved by any other endpoint. ### Requests #### 1. Send `InitializeJoggingRequest` to configure the jogging. - Sets the robot controller mode to control mode. - Claims the motion group for jogging. For robotic arms, TCP is required to ensure that limits, including TCP limits, are respected. #### 2. Send `JointWaypointsRequest` or `PoseWaypointsRequest` to stream waypoints. - The first waypoints message starts an internal clock. - Each waypoint carries a timestamp relative to that clock for when it should be reached. - Existing waypoints in the queue that are older than the first new timestamp are removed. - The current session timestamp is reported in `execute.details.jogger_session_timestamp_ms` of the [streamRobotControllerState](#/operations/streamRobotControllerState) endpoint. #### 3. Stop the jogging motion - Send `PauseJoggingRequest` to stop the motion. ### Responses - Each request is acknowledged with a corresponding response: - `InitializeJoggingResponse` after `InitializeJoggingRequest` - `JointWaypointsResponse` after `JointWaypointsRequest` - `PoseWaypointsResponse` after `PoseWaypointsRequest` - `PauseJoggingResponse` after `PauseJoggingRequest` The responses confirm that the requests were received. They do not signal that the operation was successful; check the [motion group state](#/operations/streamMotionGroupState) for that. - `MovementErrorResponse` with error details is sent in case of an unexpected error, e.g., controller disconnects during jogging. ### Tips and Tricks - Ensure that the websocket connection remains open until the jogging motion is stopped to avoid unexpected stops.
|
|
3568
|
-
* @summary Execute Waypoint Jogging
|
|
3569
|
-
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
3570
|
-
* @param {string} controller Unique identifier to address a controller in the cell.
|
|
3571
|
-
* @param {ExecuteWaypointJoggingRequest} executeWaypointJoggingRequest
|
|
3572
|
-
* @param {*} [options] Override http request option.
|
|
3573
|
-
* @throws {RequiredError}
|
|
3574
|
-
*/
|
|
3575
|
-
executeWaypointJogging(cell, controller, executeWaypointJoggingRequest, options) {
|
|
3576
|
-
return JoggingApiFp(this.configuration).executeWaypointJogging(cell, controller, executeWaypointJoggingRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3577
|
-
}
|
|
3578
3802
|
};
|
|
3579
3803
|
/**
|
|
3580
3804
|
* KinematicsApi - axios parameter creator
|
|
@@ -3668,6 +3892,35 @@ const KinematicsApiAxiosParamCreator = function(configuration) {
|
|
|
3668
3892
|
options: localVarRequestOptions
|
|
3669
3893
|
};
|
|
3670
3894
|
},
|
|
3895
|
+
getKinematicConfiguration: async (cell, getKinematicConfigurationRequest, options = {}) => {
|
|
3896
|
+
assertParamExists("getKinematicConfiguration", "cell", cell);
|
|
3897
|
+
assertParamExists("getKinematicConfiguration", "getKinematicConfigurationRequest", getKinematicConfigurationRequest);
|
|
3898
|
+
const localVarPath = `/experimental/cells/{cell}/kinematic/get-kinematic-configuration`.replace(`{cell}`, encodeURIComponent(String(cell)));
|
|
3899
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
3900
|
+
let baseOptions;
|
|
3901
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
3902
|
+
const localVarRequestOptions = {
|
|
3903
|
+
method: "POST",
|
|
3904
|
+
...baseOptions,
|
|
3905
|
+
...options
|
|
3906
|
+
};
|
|
3907
|
+
const localVarHeaderParameter = {};
|
|
3908
|
+
const localVarQueryParameter = {};
|
|
3909
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
3910
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
3911
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
3912
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
3913
|
+
localVarRequestOptions.headers = {
|
|
3914
|
+
...localVarHeaderParameter,
|
|
3915
|
+
...headersFromBaseOptions,
|
|
3916
|
+
...options.headers
|
|
3917
|
+
};
|
|
3918
|
+
localVarRequestOptions.data = serializeDataIfNeeded(getKinematicConfigurationRequest, localVarRequestOptions, configuration);
|
|
3919
|
+
return {
|
|
3920
|
+
url: toPathString(localVarUrlObj),
|
|
3921
|
+
options: localVarRequestOptions
|
|
3922
|
+
};
|
|
3923
|
+
},
|
|
3671
3924
|
inverseKinematics: async (cell, inverseKinematicsRequest, options = {}) => {
|
|
3672
3925
|
assertParamExists("inverseKinematics", "cell", cell);
|
|
3673
3926
|
assertParamExists("inverseKinematics", "inverseKinematicsRequest", inverseKinematicsRequest);
|
|
@@ -3752,6 +4005,12 @@ const KinematicsApiFp = function(configuration) {
|
|
|
3752
4005
|
const localVarOperationServerBasePath = operationServerMap["KinematicsApi.forwardKinematics"]?.[localVarOperationServerIndex]?.url;
|
|
3753
4006
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
3754
4007
|
},
|
|
4008
|
+
async getKinematicConfiguration(cell, getKinematicConfigurationRequest, options) {
|
|
4009
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getKinematicConfiguration(cell, getKinematicConfigurationRequest, options);
|
|
4010
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4011
|
+
const localVarOperationServerBasePath = operationServerMap["KinematicsApi.getKinematicConfiguration"]?.[localVarOperationServerIndex]?.url;
|
|
4012
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4013
|
+
},
|
|
3755
4014
|
async inverseKinematics(cell, inverseKinematicsRequest, options) {
|
|
3756
4015
|
const localVarAxiosArgs = await localVarAxiosParamCreator.inverseKinematics(cell, inverseKinematicsRequest, options);
|
|
3757
4016
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
@@ -3781,6 +4040,9 @@ const KinematicsApiFactory = function(configuration, basePath, axios) {
|
|
|
3781
4040
|
forwardKinematics(cell, forwardKinematicsRequest, options) {
|
|
3782
4041
|
return localVarFp.forwardKinematics(cell, forwardKinematicsRequest, options).then((request) => request(axios, basePath));
|
|
3783
4042
|
},
|
|
4043
|
+
getKinematicConfiguration(cell, getKinematicConfigurationRequest, options) {
|
|
4044
|
+
return localVarFp.getKinematicConfiguration(cell, getKinematicConfigurationRequest, options).then((request) => request(axios, basePath));
|
|
4045
|
+
},
|
|
3784
4046
|
inverseKinematics(cell, inverseKinematicsRequest, options) {
|
|
3785
4047
|
return localVarFp.inverseKinematics(cell, inverseKinematicsRequest, options).then((request) => request(axios, basePath));
|
|
3786
4048
|
},
|
|
@@ -3827,6 +4089,17 @@ var KinematicsApi = class extends BaseAPI {
|
|
|
3827
4089
|
return KinematicsApiFp(this.configuration).forwardKinematics(cell, forwardKinematicsRequest, options).then((request) => request(this.axios, this.basePath));
|
|
3828
4090
|
}
|
|
3829
4091
|
/**
|
|
4092
|
+
* **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ Returns the kinematic configuration for each given joint position including branch and axis ranges. Supported for 6-DOF robots with spherical or offset wrist that implement kinematic branch calculation. Returns 422 with `ErrorUnsupportedOperation` for motion groups that do not support kinematic branch calculation.
|
|
4093
|
+
* @summary Get kinematic configuration
|
|
4094
|
+
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
4095
|
+
* @param {GetKinematicConfigurationRequest} getKinematicConfigurationRequest
|
|
4096
|
+
* @param {*} [options] Override http request option.
|
|
4097
|
+
* @throws {RequiredError}
|
|
4098
|
+
*/
|
|
4099
|
+
getKinematicConfiguration(cell, getKinematicConfigurationRequest, options) {
|
|
4100
|
+
return KinematicsApiFp(this.configuration).getKinematicConfiguration(cell, getKinematicConfigurationRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4101
|
+
}
|
|
4102
|
+
/**
|
|
3830
4103
|
* **Required permissions:** `can_plan_motion` - Plan robot motions and trajectories ___ Returns the reachable joint positions for a list of given poses.
|
|
3831
4104
|
* @summary Inverse kinematics
|
|
3832
4105
|
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
@@ -4238,7 +4511,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4238
4511
|
copyMotionGroupModel: async (motionGroupModel, copyMotionGroupModelRequest, options = {}) => {
|
|
4239
4512
|
assertParamExists("copyMotionGroupModel", "motionGroupModel", motionGroupModel);
|
|
4240
4513
|
assertParamExists("copyMotionGroupModel", "copyMotionGroupModelRequest", copyMotionGroupModelRequest);
|
|
4241
|
-
const localVarPath = `/experimental/motion-group-models/{motion-group-model}`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
|
|
4514
|
+
const localVarPath = `/experimental/motion-group-models/{motion-group-model}/archive`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
|
|
4242
4515
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4243
4516
|
let baseOptions;
|
|
4244
4517
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -4266,7 +4539,7 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4266
4539
|
},
|
|
4267
4540
|
deleteExperimentalMotionGroupModel: async (motionGroupModel, options = {}) => {
|
|
4268
4541
|
assertParamExists("deleteExperimentalMotionGroupModel", "motionGroupModel", motionGroupModel);
|
|
4269
|
-
const localVarPath = `/experimental/motion-group-models/{motion-group-model}`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
|
|
4542
|
+
const localVarPath = `/experimental/motion-group-models/{motion-group-model}/archive`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
|
|
4270
4543
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4271
4544
|
let baseOptions;
|
|
4272
4545
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -4292,7 +4565,33 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4292
4565
|
},
|
|
4293
4566
|
exportMotionGroupModel: async (motionGroupModel, options = {}) => {
|
|
4294
4567
|
assertParamExists("exportMotionGroupModel", "motionGroupModel", motionGroupModel);
|
|
4295
|
-
const localVarPath = `/experimental/motion-group-models/{motion-group-model}`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
|
|
4568
|
+
const localVarPath = `/experimental/motion-group-models/{motion-group-model}/archive`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
|
|
4569
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4570
|
+
let baseOptions;
|
|
4571
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
4572
|
+
const localVarRequestOptions = {
|
|
4573
|
+
method: "GET",
|
|
4574
|
+
...baseOptions,
|
|
4575
|
+
...options
|
|
4576
|
+
};
|
|
4577
|
+
const localVarHeaderParameter = {};
|
|
4578
|
+
const localVarQueryParameter = {};
|
|
4579
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4580
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4581
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4582
|
+
localVarRequestOptions.headers = {
|
|
4583
|
+
...localVarHeaderParameter,
|
|
4584
|
+
...headersFromBaseOptions,
|
|
4585
|
+
...options.headers
|
|
4586
|
+
};
|
|
4587
|
+
return {
|
|
4588
|
+
url: toPathString(localVarUrlObj),
|
|
4589
|
+
options: localVarRequestOptions
|
|
4590
|
+
};
|
|
4591
|
+
},
|
|
4592
|
+
getConfigurationForMotionGroup: async (motionGroupModel, options = {}) => {
|
|
4593
|
+
assertParamExists("getConfigurationForMotionGroup", "motionGroupModel", motionGroupModel);
|
|
4594
|
+
const localVarPath = `/motion-group-models/{motion-group-model}/configuration`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
|
|
4296
4595
|
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
4297
4596
|
let baseOptions;
|
|
4298
4597
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
@@ -4496,6 +4795,30 @@ const MotionGroupModelsApiAxiosParamCreator = function(configuration) {
|
|
|
4496
4795
|
options: localVarRequestOptions
|
|
4497
4796
|
};
|
|
4498
4797
|
},
|
|
4798
|
+
getMotionGroupModelsCatalog: async (options = {}) => {
|
|
4799
|
+
const localVarUrlObj = new URL(`/experimental/motion-group-models/catalog`, DUMMY_BASE_URL);
|
|
4800
|
+
let baseOptions;
|
|
4801
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
4802
|
+
const localVarRequestOptions = {
|
|
4803
|
+
method: "GET",
|
|
4804
|
+
...baseOptions,
|
|
4805
|
+
...options
|
|
4806
|
+
};
|
|
4807
|
+
const localVarHeaderParameter = {};
|
|
4808
|
+
const localVarQueryParameter = {};
|
|
4809
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
4810
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
4811
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
4812
|
+
localVarRequestOptions.headers = {
|
|
4813
|
+
...localVarHeaderParameter,
|
|
4814
|
+
...headersFromBaseOptions,
|
|
4815
|
+
...options.headers
|
|
4816
|
+
};
|
|
4817
|
+
return {
|
|
4818
|
+
url: toPathString(localVarUrlObj),
|
|
4819
|
+
options: localVarRequestOptions
|
|
4820
|
+
};
|
|
4821
|
+
},
|
|
4499
4822
|
getMotionGroupUsdModel: async (motionGroupModel, options = {}) => {
|
|
4500
4823
|
assertParamExists("getMotionGroupUsdModel", "motionGroupModel", motionGroupModel);
|
|
4501
4824
|
const localVarPath = `/motion-group-models/{motion-group-model}/usd`.replace(`{motion-group-model}`, encodeURIComponent(String(motionGroupModel)));
|
|
@@ -4575,6 +4898,12 @@ const MotionGroupModelsApiFp = function(configuration) {
|
|
|
4575
4898
|
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.exportMotionGroupModel"]?.[localVarOperationServerIndex]?.url;
|
|
4576
4899
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4577
4900
|
},
|
|
4901
|
+
async getConfigurationForMotionGroup(motionGroupModel, options) {
|
|
4902
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getConfigurationForMotionGroup(motionGroupModel, options);
|
|
4903
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4904
|
+
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getConfigurationForMotionGroup"]?.[localVarOperationServerIndex]?.url;
|
|
4905
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4906
|
+
},
|
|
4578
4907
|
async getMotionGroupCollisionModel(motionGroupModel, options) {
|
|
4579
4908
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupCollisionModel(motionGroupModel, options);
|
|
4580
4909
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
@@ -4617,6 +4946,12 @@ const MotionGroupModelsApiFp = function(configuration) {
|
|
|
4617
4946
|
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getMotionGroupModels"]?.[localVarOperationServerIndex]?.url;
|
|
4618
4947
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4619
4948
|
},
|
|
4949
|
+
async getMotionGroupModelsCatalog(options) {
|
|
4950
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupModelsCatalog(options);
|
|
4951
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
4952
|
+
const localVarOperationServerBasePath = operationServerMap["MotionGroupModelsApi.getMotionGroupModelsCatalog"]?.[localVarOperationServerIndex]?.url;
|
|
4953
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4954
|
+
},
|
|
4620
4955
|
async getMotionGroupUsdModel(motionGroupModel, options) {
|
|
4621
4956
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getMotionGroupUsdModel(motionGroupModel, options);
|
|
4622
4957
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
@@ -4646,6 +4981,9 @@ const MotionGroupModelsApiFactory = function(configuration, basePath, axios) {
|
|
|
4646
4981
|
exportMotionGroupModel(motionGroupModel, options) {
|
|
4647
4982
|
return localVarFp.exportMotionGroupModel(motionGroupModel, options).then((request) => request(axios, basePath));
|
|
4648
4983
|
},
|
|
4984
|
+
getConfigurationForMotionGroup(motionGroupModel, options) {
|
|
4985
|
+
return localVarFp.getConfigurationForMotionGroup(motionGroupModel, options).then((request) => request(axios, basePath));
|
|
4986
|
+
},
|
|
4649
4987
|
getMotionGroupCollisionModel(motionGroupModel, options) {
|
|
4650
4988
|
return localVarFp.getMotionGroupCollisionModel(motionGroupModel, options).then((request) => request(axios, basePath));
|
|
4651
4989
|
},
|
|
@@ -4667,6 +5005,9 @@ const MotionGroupModelsApiFactory = function(configuration, basePath, axios) {
|
|
|
4667
5005
|
getMotionGroupModels(options) {
|
|
4668
5006
|
return localVarFp.getMotionGroupModels(options).then((request) => request(axios, basePath));
|
|
4669
5007
|
},
|
|
5008
|
+
getMotionGroupModelsCatalog(options) {
|
|
5009
|
+
return localVarFp.getMotionGroupModelsCatalog(options).then((request) => request(axios, basePath));
|
|
5010
|
+
},
|
|
4670
5011
|
getMotionGroupUsdModel(motionGroupModel, options) {
|
|
4671
5012
|
return localVarFp.getMotionGroupUsdModel(motionGroupModel, options).then((request) => request(axios, basePath));
|
|
4672
5013
|
},
|
|
@@ -4691,7 +5032,7 @@ var MotionGroupModelsApi = class extends BaseAPI {
|
|
|
4691
5032
|
return MotionGroupModelsApiFp(this.configuration).copyMotionGroupModel(motionGroupModel, copyMotionGroupModelRequest, options).then((request) => request(this.axios, this.basePath));
|
|
4692
5033
|
}
|
|
4693
5034
|
/**
|
|
4694
|
-
* **Required permissions:** `can_access_system` - View system status and metadata ___ Deletes a custom motion group model. Only custom models
|
|
5035
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Deletes a custom motion group model. Only custom models, where `is_custom` is `true`, can be deleted. Built-in base models cannot be removed.
|
|
4695
5036
|
* @summary Delete Motion Group Model
|
|
4696
5037
|
* @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](#/operations/getOptimizerConfiguration).
|
|
4697
5038
|
* @param {*} [options] Override http request option.
|
|
@@ -4711,6 +5052,16 @@ var MotionGroupModelsApi = class extends BaseAPI {
|
|
|
4711
5052
|
return MotionGroupModelsApiFp(this.configuration).exportMotionGroupModel(motionGroupModel, options).then((request) => request(this.axios, this.basePath));
|
|
4712
5053
|
}
|
|
4713
5054
|
/**
|
|
5055
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Get a robot configuration containing the specified motion group model. This endpoint is designed for Virtual Robot to dynamically add motion groups by model name without needing to know the robot configuration name. Returns the full GCI transcript along with the motion group UID that corresponds to the requested motion group model.
|
|
5056
|
+
* @summary Get Configuration for Motion Group
|
|
5057
|
+
* @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](#/operations/getOptimizerConfiguration).
|
|
5058
|
+
* @param {*} [options] Override http request option.
|
|
5059
|
+
* @throws {RequiredError}
|
|
5060
|
+
*/
|
|
5061
|
+
getConfigurationForMotionGroup(motionGroupModel, options) {
|
|
5062
|
+
return MotionGroupModelsApiFp(this.configuration).getConfigurationForMotionGroup(motionGroupModel, options).then((request) => request(this.axios, this.basePath));
|
|
5063
|
+
}
|
|
5064
|
+
/**
|
|
4714
5065
|
* **Required permissions:** `can_access_system` - View system status and metadata ___ Returns the default collision link chain for a given motion group model. See [getMotionGroupModels](#/operations/getMotionGroupModels) 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. Attach additional shapes to the link reference frames by extending the link dictionaries before further use. Additional shapes may overlap each other per link and may also overlap the respective link\'s default shape.
|
|
4715
5066
|
* @summary Get Collision Model
|
|
4716
5067
|
* @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](#/operations/getOptimizerConfiguration).
|
|
@@ -4780,6 +5131,15 @@ var MotionGroupModelsApi = class extends BaseAPI {
|
|
|
4780
5131
|
return MotionGroupModelsApiFp(this.configuration).getMotionGroupModels(options).then((request) => request(this.axios, this.basePath));
|
|
4781
5132
|
}
|
|
4782
5133
|
/**
|
|
5134
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Returns the catalog of all motion groups with their motion group names and readable names.
|
|
5135
|
+
* @summary Motion Group Model Catalog
|
|
5136
|
+
* @param {*} [options] Override http request option.
|
|
5137
|
+
* @throws {RequiredError}
|
|
5138
|
+
*/
|
|
5139
|
+
getMotionGroupModelsCatalog(options) {
|
|
5140
|
+
return MotionGroupModelsApiFp(this.configuration).getMotionGroupModelsCatalog(options).then((request) => request(this.axios, this.basePath));
|
|
5141
|
+
}
|
|
5142
|
+
/**
|
|
4783
5143
|
* **Required permissions:** `can_access_system` - View system status and metadata ___ Returns the USD scene model for the specified motion group model. See [getMotionGroupModels](#/operations/getMotionGroupModels) for supported identifiers.
|
|
4784
5144
|
* @summary Download USD Model
|
|
4785
5145
|
* @param {string} motionGroupModel Unique identifier for the model of a motion group, e.g., `UniversalRobots_UR10e`. Get the `model` of a configured motion group with [getOptimizerConfiguration](#/operations/getOptimizerConfiguration).
|
|
@@ -4857,6 +5217,30 @@ const NOVACloudApiAxiosParamCreator = function(configuration) {
|
|
|
4857
5217
|
options: localVarRequestOptions
|
|
4858
5218
|
};
|
|
4859
5219
|
},
|
|
5220
|
+
getCloudStatus: async (options = {}) => {
|
|
5221
|
+
const localVarUrlObj = new URL(`/experimental/cloud/status`, DUMMY_BASE_URL);
|
|
5222
|
+
let baseOptions;
|
|
5223
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
5224
|
+
const localVarRequestOptions = {
|
|
5225
|
+
method: "GET",
|
|
5226
|
+
...baseOptions,
|
|
5227
|
+
...options
|
|
5228
|
+
};
|
|
5229
|
+
const localVarHeaderParameter = {};
|
|
5230
|
+
const localVarQueryParameter = {};
|
|
5231
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
5232
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
5233
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
5234
|
+
localVarRequestOptions.headers = {
|
|
5235
|
+
...localVarHeaderParameter,
|
|
5236
|
+
...headersFromBaseOptions,
|
|
5237
|
+
...options.headers
|
|
5238
|
+
};
|
|
5239
|
+
return {
|
|
5240
|
+
url: toPathString(localVarUrlObj),
|
|
5241
|
+
options: localVarRequestOptions
|
|
5242
|
+
};
|
|
5243
|
+
},
|
|
4860
5244
|
getNovaCloudConfig: async (options = {}) => {
|
|
4861
5245
|
const localVarUrlObj = new URL(`/experimental/cloud/config`, DUMMY_BASE_URL);
|
|
4862
5246
|
let baseOptions;
|
|
@@ -4901,6 +5285,12 @@ const NOVACloudApiFp = function(configuration) {
|
|
|
4901
5285
|
const localVarOperationServerBasePath = operationServerMap["NOVACloudApi.disconnectFromNovaCloud"]?.[localVarOperationServerIndex]?.url;
|
|
4902
5286
|
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
4903
5287
|
},
|
|
5288
|
+
async getCloudStatus(options) {
|
|
5289
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getCloudStatus(options);
|
|
5290
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
5291
|
+
const localVarOperationServerBasePath = operationServerMap["NOVACloudApi.getCloudStatus"]?.[localVarOperationServerIndex]?.url;
|
|
5292
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
5293
|
+
},
|
|
4904
5294
|
async getNovaCloudConfig(options) {
|
|
4905
5295
|
const localVarAxiosArgs = await localVarAxiosParamCreator.getNovaCloudConfig(options);
|
|
4906
5296
|
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
@@ -4921,6 +5311,9 @@ const NOVACloudApiFactory = function(configuration, basePath, axios) {
|
|
|
4921
5311
|
disconnectFromNovaCloud(completionTimeout, options) {
|
|
4922
5312
|
return localVarFp.disconnectFromNovaCloud(completionTimeout, options).then((request) => request(axios, basePath));
|
|
4923
5313
|
},
|
|
5314
|
+
getCloudStatus(options) {
|
|
5315
|
+
return localVarFp.getCloudStatus(options).then((request) => request(axios, basePath));
|
|
5316
|
+
},
|
|
4924
5317
|
getNovaCloudConfig(options) {
|
|
4925
5318
|
return localVarFp.getNovaCloudConfig(options).then((request) => request(axios, basePath));
|
|
4926
5319
|
}
|
|
@@ -4952,6 +5345,15 @@ var NOVACloudApi = class extends BaseAPI {
|
|
|
4952
5345
|
return NOVACloudApiFp(this.configuration).disconnectFromNovaCloud(completionTimeout, options).then((request) => request(this.axios, this.basePath));
|
|
4953
5346
|
}
|
|
4954
5347
|
/**
|
|
5348
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: danger --> > **Experimental** Get the current NOVA Cloud connection status for this instance, including whether the configured cloud deployment is currently reachable.
|
|
5349
|
+
* @summary Get Connection Status
|
|
5350
|
+
* @param {*} [options] Override http request option.
|
|
5351
|
+
* @throws {RequiredError}
|
|
5352
|
+
*/
|
|
5353
|
+
getCloudStatus(options) {
|
|
5354
|
+
return NOVACloudApiFp(this.configuration).getCloudStatus(options).then((request) => request(this.axios, this.basePath));
|
|
5355
|
+
}
|
|
5356
|
+
/**
|
|
4955
5357
|
* **Required permissions:** `can_access_system` - View system status and metadata ___ <!-- theme: danger --> > **Experimental** Get the current NOVA Cloud connection config for this instance.
|
|
4956
5358
|
* @summary Get Connection Config
|
|
4957
5359
|
* @param {*} [options] Override http request option.
|
|
@@ -6726,7 +7128,9 @@ const SystemApiAxiosParamCreator = function(configuration) {
|
|
|
6726
7128
|
};
|
|
6727
7129
|
},
|
|
6728
7130
|
getArpScan: async (_interface, cidr, timeout, options = {}) => {
|
|
6729
|
-
|
|
7131
|
+
assertParamExists("getArpScan", "_interface", _interface);
|
|
7132
|
+
assertParamExists("getArpScan", "cidr", cidr);
|
|
7133
|
+
const localVarUrlObj = new URL(`/system/network/arp-scan`, DUMMY_BASE_URL);
|
|
6730
7134
|
let baseOptions;
|
|
6731
7135
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
6732
7136
|
const localVarRequestOptions = {
|
|
@@ -6803,7 +7207,7 @@ const SystemApiAxiosParamCreator = function(configuration) {
|
|
|
6803
7207
|
};
|
|
6804
7208
|
},
|
|
6805
7209
|
getNetworkInterfaces: async (options = {}) => {
|
|
6806
|
-
const localVarUrlObj = new URL(`/
|
|
7210
|
+
const localVarUrlObj = new URL(`/system/network/interfaces`, DUMMY_BASE_URL);
|
|
6807
7211
|
let baseOptions;
|
|
6808
7212
|
if (configuration) baseOptions = configuration.baseOptions;
|
|
6809
7213
|
const localVarRequestOptions = {
|
|
@@ -7129,10 +7533,10 @@ var SystemApi = class extends BaseAPI {
|
|
|
7129
7533
|
return SystemApiFp(this.configuration).checkNovaVersionUpdate(channel, options).then((request) => request(this.axios, this.basePath));
|
|
7130
7534
|
}
|
|
7131
7535
|
/**
|
|
7132
|
-
* **Required permissions:** `can_access_system` - View system status and metadata ___
|
|
7536
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Runs an ARP scan on the target interface and returns all discovered devices.
|
|
7133
7537
|
* @summary Get ARP-Scan
|
|
7134
|
-
* @param {string}
|
|
7135
|
-
* @param {string}
|
|
7538
|
+
* @param {string} _interface
|
|
7539
|
+
* @param {string} cidr
|
|
7136
7540
|
* @param {number} [timeout]
|
|
7137
7541
|
* @param {*} [options] Override http request option.
|
|
7138
7542
|
* @throws {RequiredError}
|
|
@@ -7160,7 +7564,7 @@ var SystemApi = class extends BaseAPI {
|
|
|
7160
7564
|
return SystemApiFp(this.configuration).getDiagnosePackage(options).then((request) => request(this.axios, this.basePath));
|
|
7161
7565
|
}
|
|
7162
7566
|
/**
|
|
7163
|
-
* **Required permissions:** `can_access_system` - View system status and metadata ___
|
|
7567
|
+
* **Required permissions:** `can_access_system` - View system status and metadata ___ Lists all managed network interfaces available for controller connections and ARP scanning.
|
|
7164
7568
|
* @summary Network Interfaces
|
|
7165
7569
|
* @param {*} [options] Override http request option.
|
|
7166
7570
|
* @throws {RequiredError}
|
|
@@ -7227,6 +7631,230 @@ var SystemApi = class extends BaseAPI {
|
|
|
7227
7631
|
}
|
|
7228
7632
|
};
|
|
7229
7633
|
/**
|
|
7634
|
+
* TeachingApi - axios parameter creator
|
|
7635
|
+
*/
|
|
7636
|
+
const TeachingApiAxiosParamCreator = function(configuration) {
|
|
7637
|
+
return {
|
|
7638
|
+
createDataset: async (cell, createDatasetRequest, options = {}) => {
|
|
7639
|
+
assertParamExists("createDataset", "cell", cell);
|
|
7640
|
+
assertParamExists("createDataset", "createDatasetRequest", createDatasetRequest);
|
|
7641
|
+
const localVarPath = `/experimental/cells/{cell}/teaching/datasets`.replace(`{cell}`, encodeURIComponent(String(cell)));
|
|
7642
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7643
|
+
let baseOptions;
|
|
7644
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
7645
|
+
const localVarRequestOptions = {
|
|
7646
|
+
method: "POST",
|
|
7647
|
+
...baseOptions,
|
|
7648
|
+
...options
|
|
7649
|
+
};
|
|
7650
|
+
const localVarHeaderParameter = {};
|
|
7651
|
+
const localVarQueryParameter = {};
|
|
7652
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7653
|
+
localVarHeaderParameter["Content-Type"] = "application/json";
|
|
7654
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7655
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7656
|
+
localVarRequestOptions.headers = {
|
|
7657
|
+
...localVarHeaderParameter,
|
|
7658
|
+
...headersFromBaseOptions,
|
|
7659
|
+
...options.headers
|
|
7660
|
+
};
|
|
7661
|
+
localVarRequestOptions.data = serializeDataIfNeeded(createDatasetRequest, localVarRequestOptions, configuration);
|
|
7662
|
+
return {
|
|
7663
|
+
url: toPathString(localVarUrlObj),
|
|
7664
|
+
options: localVarRequestOptions
|
|
7665
|
+
};
|
|
7666
|
+
},
|
|
7667
|
+
deleteDataset: async (cell, dataset, revision, options = {}) => {
|
|
7668
|
+
assertParamExists("deleteDataset", "cell", cell);
|
|
7669
|
+
assertParamExists("deleteDataset", "dataset", dataset);
|
|
7670
|
+
const localVarPath = `/experimental/cells/{cell}/teaching/datasets/{dataset}`.replace(`{cell}`, encodeURIComponent(String(cell))).replace(`{dataset}`, encodeURIComponent(String(dataset)));
|
|
7671
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7672
|
+
let baseOptions;
|
|
7673
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
7674
|
+
const localVarRequestOptions = {
|
|
7675
|
+
method: "DELETE",
|
|
7676
|
+
...baseOptions,
|
|
7677
|
+
...options
|
|
7678
|
+
};
|
|
7679
|
+
const localVarHeaderParameter = {};
|
|
7680
|
+
const localVarQueryParameter = {};
|
|
7681
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7682
|
+
if (revision !== void 0) localVarQueryParameter["revision"] = revision;
|
|
7683
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7684
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7685
|
+
localVarRequestOptions.headers = {
|
|
7686
|
+
...localVarHeaderParameter,
|
|
7687
|
+
...headersFromBaseOptions,
|
|
7688
|
+
...options.headers
|
|
7689
|
+
};
|
|
7690
|
+
return {
|
|
7691
|
+
url: toPathString(localVarUrlObj),
|
|
7692
|
+
options: localVarRequestOptions
|
|
7693
|
+
};
|
|
7694
|
+
},
|
|
7695
|
+
getDataset: async (cell, dataset, revision, options = {}) => {
|
|
7696
|
+
assertParamExists("getDataset", "cell", cell);
|
|
7697
|
+
assertParamExists("getDataset", "dataset", dataset);
|
|
7698
|
+
const localVarPath = `/experimental/cells/{cell}/teaching/datasets/{dataset}`.replace(`{cell}`, encodeURIComponent(String(cell))).replace(`{dataset}`, encodeURIComponent(String(dataset)));
|
|
7699
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7700
|
+
let baseOptions;
|
|
7701
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
7702
|
+
const localVarRequestOptions = {
|
|
7703
|
+
method: "GET",
|
|
7704
|
+
...baseOptions,
|
|
7705
|
+
...options
|
|
7706
|
+
};
|
|
7707
|
+
const localVarHeaderParameter = {};
|
|
7708
|
+
const localVarQueryParameter = {};
|
|
7709
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7710
|
+
if (revision !== void 0) localVarQueryParameter["revision"] = revision;
|
|
7711
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7712
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7713
|
+
localVarRequestOptions.headers = {
|
|
7714
|
+
...localVarHeaderParameter,
|
|
7715
|
+
...headersFromBaseOptions,
|
|
7716
|
+
...options.headers
|
|
7717
|
+
};
|
|
7718
|
+
return {
|
|
7719
|
+
url: toPathString(localVarUrlObj),
|
|
7720
|
+
options: localVarRequestOptions
|
|
7721
|
+
};
|
|
7722
|
+
},
|
|
7723
|
+
getDatasets: async (cell, dataset, latestOnly, options = {}) => {
|
|
7724
|
+
assertParamExists("getDatasets", "cell", cell);
|
|
7725
|
+
const localVarPath = `/experimental/cells/{cell}/teaching/datasets`.replace(`{cell}`, encodeURIComponent(String(cell)));
|
|
7726
|
+
const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
|
|
7727
|
+
let baseOptions;
|
|
7728
|
+
if (configuration) baseOptions = configuration.baseOptions;
|
|
7729
|
+
const localVarRequestOptions = {
|
|
7730
|
+
method: "GET",
|
|
7731
|
+
...baseOptions,
|
|
7732
|
+
...options
|
|
7733
|
+
};
|
|
7734
|
+
const localVarHeaderParameter = {};
|
|
7735
|
+
const localVarQueryParameter = {};
|
|
7736
|
+
await setBearerAuthToObject(localVarHeaderParameter, configuration);
|
|
7737
|
+
if (dataset !== void 0) localVarQueryParameter["dataset"] = dataset;
|
|
7738
|
+
if (latestOnly !== void 0) localVarQueryParameter["latest_only"] = latestOnly;
|
|
7739
|
+
setSearchParams(localVarUrlObj, localVarQueryParameter);
|
|
7740
|
+
let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
|
|
7741
|
+
localVarRequestOptions.headers = {
|
|
7742
|
+
...localVarHeaderParameter,
|
|
7743
|
+
...headersFromBaseOptions,
|
|
7744
|
+
...options.headers
|
|
7745
|
+
};
|
|
7746
|
+
return {
|
|
7747
|
+
url: toPathString(localVarUrlObj),
|
|
7748
|
+
options: localVarRequestOptions
|
|
7749
|
+
};
|
|
7750
|
+
}
|
|
7751
|
+
};
|
|
7752
|
+
};
|
|
7753
|
+
/**
|
|
7754
|
+
* TeachingApi - functional programming interface
|
|
7755
|
+
*/
|
|
7756
|
+
const TeachingApiFp = function(configuration) {
|
|
7757
|
+
const localVarAxiosParamCreator = TeachingApiAxiosParamCreator(configuration);
|
|
7758
|
+
return {
|
|
7759
|
+
async createDataset(cell, createDatasetRequest, options) {
|
|
7760
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.createDataset(cell, createDatasetRequest, options);
|
|
7761
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
7762
|
+
const localVarOperationServerBasePath = operationServerMap["TeachingApi.createDataset"]?.[localVarOperationServerIndex]?.url;
|
|
7763
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
7764
|
+
},
|
|
7765
|
+
async deleteDataset(cell, dataset, revision, options) {
|
|
7766
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.deleteDataset(cell, dataset, revision, options);
|
|
7767
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
7768
|
+
const localVarOperationServerBasePath = operationServerMap["TeachingApi.deleteDataset"]?.[localVarOperationServerIndex]?.url;
|
|
7769
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
7770
|
+
},
|
|
7771
|
+
async getDataset(cell, dataset, revision, options) {
|
|
7772
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getDataset(cell, dataset, revision, options);
|
|
7773
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
7774
|
+
const localVarOperationServerBasePath = operationServerMap["TeachingApi.getDataset"]?.[localVarOperationServerIndex]?.url;
|
|
7775
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
7776
|
+
},
|
|
7777
|
+
async getDatasets(cell, dataset, latestOnly, options) {
|
|
7778
|
+
const localVarAxiosArgs = await localVarAxiosParamCreator.getDatasets(cell, dataset, latestOnly, options);
|
|
7779
|
+
const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
|
|
7780
|
+
const localVarOperationServerBasePath = operationServerMap["TeachingApi.getDatasets"]?.[localVarOperationServerIndex]?.url;
|
|
7781
|
+
return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
|
|
7782
|
+
}
|
|
7783
|
+
};
|
|
7784
|
+
};
|
|
7785
|
+
/**
|
|
7786
|
+
* TeachingApi - factory interface
|
|
7787
|
+
*/
|
|
7788
|
+
const TeachingApiFactory = function(configuration, basePath, axios) {
|
|
7789
|
+
const localVarFp = TeachingApiFp(configuration);
|
|
7790
|
+
return {
|
|
7791
|
+
createDataset(cell, createDatasetRequest, options) {
|
|
7792
|
+
return localVarFp.createDataset(cell, createDatasetRequest, options).then((request) => request(axios, basePath));
|
|
7793
|
+
},
|
|
7794
|
+
deleteDataset(cell, dataset, revision, options) {
|
|
7795
|
+
return localVarFp.deleteDataset(cell, dataset, revision, options).then((request) => request(axios, basePath));
|
|
7796
|
+
},
|
|
7797
|
+
getDataset(cell, dataset, revision, options) {
|
|
7798
|
+
return localVarFp.getDataset(cell, dataset, revision, options).then((request) => request(axios, basePath));
|
|
7799
|
+
},
|
|
7800
|
+
getDatasets(cell, dataset, latestOnly, options) {
|
|
7801
|
+
return localVarFp.getDatasets(cell, dataset, latestOnly, options).then((request) => request(axios, basePath));
|
|
7802
|
+
}
|
|
7803
|
+
};
|
|
7804
|
+
};
|
|
7805
|
+
/**
|
|
7806
|
+
* TeachingApi - object-oriented interface
|
|
7807
|
+
*/
|
|
7808
|
+
var TeachingApi = class extends BaseAPI {
|
|
7809
|
+
/**
|
|
7810
|
+
* Creates a new teaching dataset together with its poses and command routines.
|
|
7811
|
+
* @summary Create Dataset
|
|
7812
|
+
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
7813
|
+
* @param {CreateDatasetRequest} createDatasetRequest
|
|
7814
|
+
* @param {*} [options] Override http request option.
|
|
7815
|
+
* @throws {RequiredError}
|
|
7816
|
+
*/
|
|
7817
|
+
createDataset(cell, createDatasetRequest, options) {
|
|
7818
|
+
return TeachingApiFp(this.configuration).createDataset(cell, createDatasetRequest, options).then((request) => request(this.axios, this.basePath));
|
|
7819
|
+
}
|
|
7820
|
+
/**
|
|
7821
|
+
* Deletes a teaching dataset together with its persisted poses and command routines. Deletes the requested revision when the `revision` query parameter is set; otherwise deletes the latest revision. <!-- theme: danger --> > This will delete persistently stored data.
|
|
7822
|
+
* @summary Delete Dataset
|
|
7823
|
+
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
7824
|
+
* @param {string} dataset Specifies the dataset identifier.
|
|
7825
|
+
* @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
|
|
7826
|
+
* @param {*} [options] Override http request option.
|
|
7827
|
+
* @throws {RequiredError}
|
|
7828
|
+
*/
|
|
7829
|
+
deleteDataset(cell, dataset, revision, options) {
|
|
7830
|
+
return TeachingApiFp(this.configuration).deleteDataset(cell, dataset, revision, options).then((request) => request(this.axios, this.basePath));
|
|
7831
|
+
}
|
|
7832
|
+
/**
|
|
7833
|
+
* Returns a teaching dataset together with its persisted poses and command routines. Returns the requested revision when the `revision` query parameter is set; otherwise returns the latest revision.
|
|
7834
|
+
* @summary Get Dataset
|
|
7835
|
+
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
7836
|
+
* @param {string} dataset Specifies the dataset identifier.
|
|
7837
|
+
* @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
|
|
7838
|
+
* @param {*} [options] Override http request option.
|
|
7839
|
+
* @throws {RequiredError}
|
|
7840
|
+
*/
|
|
7841
|
+
getDataset(cell, dataset, revision, options) {
|
|
7842
|
+
return TeachingApiFp(this.configuration).getDataset(cell, dataset, revision, options).then((request) => request(this.axios, this.basePath));
|
|
7843
|
+
}
|
|
7844
|
+
/**
|
|
7845
|
+
* Returns the list of available teaching datasets. Without query parameters, all datasets across all revisions are returned. Use `dataset` to return all revisions of a single dataset. Use `latest_only` to return only the latest revision of each dataset.
|
|
7846
|
+
* @summary List Datasets
|
|
7847
|
+
* @param {string} cell Unique identifier addressing a cell in all API calls.
|
|
7848
|
+
* @param {string} [dataset] Restricts the result to all revisions of the given dataset.
|
|
7849
|
+
* @param {boolean} [latestOnly] When `true`, returns only the latest revision of each dataset.
|
|
7850
|
+
* @param {*} [options] Override http request option.
|
|
7851
|
+
* @throws {RequiredError}
|
|
7852
|
+
*/
|
|
7853
|
+
getDatasets(cell, dataset, latestOnly, options) {
|
|
7854
|
+
return TeachingApiFp(this.configuration).getDatasets(cell, dataset, latestOnly, options).then((request) => request(this.axios, this.basePath));
|
|
7855
|
+
}
|
|
7856
|
+
};
|
|
7857
|
+
/**
|
|
7230
7858
|
* TrajectoryCachingApi - axios parameter creator
|
|
7231
7859
|
*/
|
|
7232
7860
|
const TrajectoryCachingApiAxiosParamCreator = function(configuration) {
|
|
@@ -10192,6 +10820,6 @@ var Nova = class {
|
|
|
10192
10820
|
}
|
|
10193
10821
|
};
|
|
10194
10822
|
//#endregion
|
|
10195
|
-
export { AbbControllerKindEnum, ApplicationApi, ApplicationApiAxiosParamCreator, ApplicationApiFactory, ApplicationApiFp, BASE_PATH, BUSInputsOutputsApi, BUSInputsOutputsApiAxiosParamCreator, BUSInputsOutputsApiFactory, BUSInputsOutputsApiFp, BaseAPI, Behavior, BlendingAutoBlendingNameEnum, BlendingPositionBlendingNameEnum, BlendingSpace, BooleanValueValueTypeEnum, BoxBoxTypeEnum, BoxShapeTypeEnum, BusIOModbusClientBusTypeEnum, BusIOModbusServerBusTypeEnum, BusIOModbusTCPClientNetworkTypeEnum, BusIOModbusTCPServerNetworkTypeEnum, BusIOModbusVirtualBusTypeEnum, BusIOProfinetBusTypeEnum, BusIOProfinetVirtualBusTypeEnum, BusIOSnap7BusTypeEnum, BusIOsStateEnum, COLLECTION_FORMATS, CapsuleShapeTypeEnum, CellApi, CellApiAxiosParamCreator, CellApiFactory, CellApiFp, CloudConfigStatusConfiguredStatusEnum, CloudConfigStatusNotConfiguredStatusEnum, CloudConnectionErrorInvalidTokenCodeEnum, CloudConnectionErrorLeafnodeConnectionErrorCodeEnum, CloudConnectionErrorLeafnodeConnectionTimeoutCodeEnum, CloudConnectionErrorLeafnodeRestartTimeoutCodeEnum, CloudConnectionErrorNatsFailedCodeEnum, CloudConnectionErrorUnexpectedResponseCodeEnum, CloudDisconnectionStatusDisconnectedStatusEnum, CloudDisconnectionStatusDisconnectingStatusEnum, ColliderValueSourceEnum, CollisionErrorKindEnum, CollisionSetupValueSourceEnum, Comparator, Configuration, ConfigurationArchiveStatusCreatingStatusEnum, ConfigurationArchiveStatusErrorStatusEnum, ConfigurationArchiveStatusSuccessStatusEnum, ControllerApi, ControllerApiAxiosParamCreator, ControllerApiFactory, ControllerApiFp, ControllerInputsOutputsApi, ControllerInputsOutputsApiAxiosParamCreator, ControllerInputsOutputsApiFactory, ControllerInputsOutputsApiFp, ConvexHullShapeTypeEnum, CylinderShapeTypeEnum, Direction, DirectionConstraintConstraintNameEnum, ErrorDirectionConstraintNotMetErrorFeedbackNameEnum, ErrorDirectionConstraintNotNormalizedErrorFeedbackNameEnum, ErrorInvalidJointCountErrorFeedbackNameEnum, ErrorJointLimitExceededErrorFeedbackNameEnum, ErrorJointPositionCollisionErrorFeedbackNameEnum, ErrorMaxIterationsExceededErrorFeedbackNameEnum, ErrorUnsupportedOperationErrorFeedbackNameEnum, FanucControllerKindEnum, FeedbackAxisRangeExceededErrorFeedbackNameEnum, FeedbackCollisionErrorFeedbackNameEnum, FeedbackCommandsMissingErrorFeedbackNameEnum, FeedbackCubicSplineIsNotIncreasingErrorFeedbackNameEnum, FeedbackCubicSplineNotAtStartPoseErrorFeedbackNameEnum, FeedbackDirectionConstraintNoSolutionExistsErrorFeedbackNameEnum, FeedbackDirectionConstraintNotMetErrorFeedbackNameEnum, FeedbackDirectionConstraintNotNormalizedErrorFeedbackNameEnum, FeedbackInvalidDofErrorFeedbackNameEnum, FeedbackInvalidNanValueErrorFeedbackNameEnum, FeedbackInvalidSamplingTimeErrorFeedbackNameEnum, FeedbackJointLimitExceededErrorFeedbackNameEnum, FeedbackNoSolutionInCurrentConfigurationErrorFeedbackNameEnum, FeedbackOutOfWorkspaceErrorFeedbackNameEnum, FeedbackSingularityErrorFeedbackNameEnum, FeedbackStartJointsMissingErrorFeedbackNameEnum, FeedbackTorqueExceededErrorFeedbackNameEnum, FloatValueValueTypeEnum, IOBooleanValueValueTypeEnum, IODirection, IOFloatValueValueTypeEnum, IOIntegerValueValueTypeEnum, IOOrigin, IOValueType, InconsistentTrajectorySizeErrorKindEnum, InitializeJoggingRequestMessageTypeEnum, InitializeJoggingResponseKindEnum, InitializeMovementRequestMessageTypeEnum, InitializeMovementResponseKindEnum, IntegerValueValueTypeEnum, InvalidDofErrorKindEnum, JoggingApi, JoggingApiAxiosParamCreator, JoggingApiFactory, JoggingApiFp, JoggingDetailsKindEnum, JoggingPausedByUserKindEnum, JoggingPausedNearCollisionKindEnum, JoggingPausedNearJointLimitKindEnum, JoggingPausedNearSingularityKindEnum, JoggingPausedOnIOKindEnum, JoggingRunningKindEnum, JointLimitExceededErrorKindEnum, JointTypeEnum, JointVelocityRequestMessageTypeEnum, JointVelocityResponseKindEnum,
|
|
10823
|
+
export { AbbControllerKindEnum, ActionChunkRequestMessageTypeEnum, ActionChunkResponseKindEnum, ActionChunkStreamingApi, ActionChunkStreamingApiAxiosParamCreator, ActionChunkStreamingApiFactory, ActionChunkStreamingApiFp, ApplicationApi, ApplicationApiAxiosParamCreator, ApplicationApiFactory, ApplicationApiFp, AtReference, BASE_PATH, BUSInputsOutputsApi, BUSInputsOutputsApiAxiosParamCreator, BUSInputsOutputsApiFactory, BUSInputsOutputsApiFp, BaseAPI, Behavior, BlendingAutoBlendingNameEnum, BlendingPositionBlendingNameEnum, BlendingSpace, BooleanValueValueTypeEnum, BostondynamicsControllerKindEnum, BostondynamicsControllerRobotTypeEnum, BoxBoxTypeEnum, BoxShapeTypeEnum, BusIOModbusClientBusTypeEnum, BusIOModbusServerBusTypeEnum, BusIOModbusTCPClientNetworkTypeEnum, BusIOModbusTCPServerNetworkTypeEnum, BusIOModbusVirtualBusTypeEnum, BusIOProfinetBusTypeEnum, BusIOProfinetVirtualBusTypeEnum, BusIOSnap7BusTypeEnum, BusIOsStateEnum, COLLECTION_FORMATS, CapsuleShapeTypeEnum, CellApi, CellApiAxiosParamCreator, CellApiFactory, CellApiFp, CloudConfigStatusConfiguredStatusEnum, CloudConfigStatusNotConfiguredStatusEnum, CloudConnectionErrorInvalidTokenCodeEnum, CloudConnectionErrorLeafnodeConnectionErrorCodeEnum, CloudConnectionErrorLeafnodeConnectionTimeoutCodeEnum, CloudConnectionErrorLeafnodeRestartTimeoutCodeEnum, CloudConnectionErrorNatsFailedCodeEnum, CloudConnectionErrorUnexpectedResponseCodeEnum, CloudDisconnectionStatusDisconnectedStatusEnum, CloudDisconnectionStatusDisconnectingStatusEnum, ColliderValueSourceEnum, CollisionErrorKindEnum, CollisionSetupValueSourceEnum, Comparator, Configuration, ConfigurationArchiveStatusCreatingStatusEnum, ConfigurationArchiveStatusErrorStatusEnum, ConfigurationArchiveStatusSuccessStatusEnum, ControllerApi, ControllerApiAxiosParamCreator, ControllerApiFactory, ControllerApiFp, ControllerInputsOutputsApi, ControllerInputsOutputsApiAxiosParamCreator, ControllerInputsOutputsApiFactory, ControllerInputsOutputsApiFp, ConvexHullShapeTypeEnum, CylinderShapeTypeEnum, DatasetPoseReferenceTypeEnum, DatasetsApi, DatasetsApiAxiosParamCreator, DatasetsApiFactory, DatasetsApiFp, Direction, DirectionConstraintConstraintNameEnum, DistanceTriggerTypeEnum, ErrorDirectionConstraintNotMetErrorFeedbackNameEnum, ErrorDirectionConstraintNotNormalizedErrorFeedbackNameEnum, ErrorInvalidJointCountErrorFeedbackNameEnum, ErrorJointLimitExceededErrorFeedbackNameEnum, ErrorJointPositionCollisionErrorFeedbackNameEnum, ErrorMaxIterationsExceededErrorFeedbackNameEnum, ErrorUnsupportedOperationErrorFeedbackNameEnum, ExplicitPathMotionCommandTypeEnum, FanucControllerKindEnum, FeedbackAxisRangeExceededErrorFeedbackNameEnum, FeedbackCollisionErrorFeedbackNameEnum, FeedbackCommandsMissingErrorFeedbackNameEnum, FeedbackCubicSplineIsNotIncreasingErrorFeedbackNameEnum, FeedbackCubicSplineNotAtStartPoseErrorFeedbackNameEnum, FeedbackDirectionConstraintNoSolutionExistsErrorFeedbackNameEnum, FeedbackDirectionConstraintNotMetErrorFeedbackNameEnum, FeedbackDirectionConstraintNotNormalizedErrorFeedbackNameEnum, FeedbackInvalidDofErrorFeedbackNameEnum, FeedbackInvalidNanValueErrorFeedbackNameEnum, FeedbackInvalidSamplingTimeErrorFeedbackNameEnum, FeedbackJointLimitExceededErrorFeedbackNameEnum, FeedbackNoSolutionInCurrentConfigurationErrorFeedbackNameEnum, FeedbackOutOfWorkspaceErrorFeedbackNameEnum, FeedbackSingularityErrorFeedbackNameEnum, FeedbackStartJointsMissingErrorFeedbackNameEnum, FeedbackTorqueExceededErrorFeedbackNameEnum, FloatValueValueTypeEnum, GeneratedPathMotionCommandTypeEnum, IOAllOfExpressionTypeEnum, IOAnyOfExpressionTypeEnum, IOBooleanValueValueTypeEnum, IOConditionExpressionTypeEnum, IODirection, IOFloatValueValueTypeEnum, IOIntegerValueValueTypeEnum, IONotExpressionTypeEnum, IOOrigin, IOValueType, InconsistentTrajectorySizeErrorKindEnum, InitializeActionChunksRequestMessageTypeEnum, InitializeActionChunksResponseKindEnum, InitializeJoggingRequestMessageTypeEnum, InitializeJoggingResponseKindEnum, InitializeMovementRequestMessageTypeEnum, InitializeMovementResponseKindEnum, InlinePoseReferenceTypeEnum, IntegerValueValueTypeEnum, InvalidDofErrorKindEnum, JoggingApi, JoggingApiAxiosParamCreator, JoggingApiFactory, JoggingApiFp, JoggingDetailsKindEnum, JoggingPausedByUserKindEnum, JoggingPausedNearCollisionKindEnum, JoggingPausedNearJointLimitKindEnum, JoggingPausedNearSingularityKindEnum, JoggingPausedOnIOKindEnum, JoggingRunningKindEnum, JointLimitExceededErrorKindEnum, JointPositionReferenceTypeEnum, JointTypeEnum, JointVelocityRequestMessageTypeEnum, JointVelocityResponseKindEnum, JointWaypointKindEnum, KinematicBranchElbow, KinematicBranchShoulder, KinematicBranchWrist, KinematicsApi, KinematicsApiAxiosParamCreator, KinematicsApiFactory, KinematicsApiFp, KukaControllerKindEnum, LicenseApi, LicenseApiAxiosParamCreator, LicenseApiFactory, LicenseApiFp, LicenseStatusEnum, LinkChainValueSourceEnum, LocalPoseReferenceTypeEnum, Manufacturer, MarkerCommandTypeEnum, MidpointInsertionAlgorithmAlgorithmNameEnum, ModbusIOArea, ModbusIOByteOrder, ModbusIOTypeEnum, MotionGroupApi, MotionGroupApiAxiosParamCreator, MotionGroupApiFactory, MotionGroupApiFp, MotionGroupModelsApi, MotionGroupModelsApiAxiosParamCreator, MotionGroupModelsApiFactory, MotionGroupModelsApiFp, MotionGroupReferenceTypeEnum, MovementErrorResponseKindEnum, NOVACloudApi, NOVACloudApiAxiosParamCreator, NOVACloudApiFactory, NOVACloudApiFp, NanValueErrorKindEnum, NetworkBackend, NetworkLinkState, Nova, NovaAPIClient, OperatingState, OperationMode, OrientationType, PathCartesianPTPPathDefinitionNameEnum, PathCirclePathDefinitionNameEnum, PathCubicSplinePathDefinitionNameEnum, PathDirectionConstrainedCartesianPTPPathDefinitionNameEnum, PathDirectionConstrainedJointPTPPathDefinitionNameEnum, PathFractionTriggerTypeEnum, PathJointPTPPathDefinitionNameEnum, PathLinePathDefinitionNameEnum, PathTypeCartesianPTPPathDefinitionNameEnum, PathTypeCirclePathDefinitionNameEnum, PathTypeCubicSplinePathDefinitionNameEnum, PathTypeDirectionConstrainedCartesianPTPPathDefinitionNameEnum, PathTypeDirectionConstrainedJointPTPPathDefinitionNameEnum, PathTypeJointPTPPathDefinitionNameEnum, PathTypeLinePathDefinitionNameEnum, PauseActionChunksRequestMessageTypeEnum, PauseActionChunksResponseKindEnum, PauseJoggingRequestMessageTypeEnum, PauseJoggingResponseKindEnum, PauseMovementRequestMessageTypeEnum, PauseMovementResponseKindEnum, PauseOnIOCommandTypeEnum, PlaneShapeTypeEnum, PlaybackSpeedRequestMessageTypeEnum, PlaybackSpeedResponseKindEnum, PoseWaypointKindEnum, ProfinetIODirection, ProfinetIOTypeEnum, ProgramApi, ProgramApiAxiosParamCreator, ProgramApiFactory, ProgramApiFp, ProgramRunState, RRTConnectAlgorithmAlgorithmNameEnum, RectangleShapeTypeEnum, RectangularCapsuleShapeTypeEnum, ReleaseChannel, RequiredError, RobotConfigurationsApi, RobotConfigurationsApiAxiosParamCreator, RobotConfigurationsApiFactory, RobotConfigurationsApiFp, RobotSystemMode, SafetyStateType, ServiceGroup, ServiceStatusPhase, ServiceStatusSeverity, SessionApi, SessionApiAxiosParamCreator, SessionApiFactory, SessionApiFp, SetIOCommandTypeEnum, SettableRobotSystemMode, SingularityHandling, SingularityTypeEnum, Snap7IOArea, Snap7IODirection, Snap7IOTypeEnum, SphereShapeTypeEnum, StartMovementRequestMessageTypeEnum, StartMovementResponseKindEnum, StaubliControllerKindEnum, StopActionChunksRequestMessageTypeEnum, StopActionChunksResponseKindEnum, StorageKeySourceEnum, StoreCollisionComponentsApi, StoreCollisionComponentsApiAxiosParamCreator, StoreCollisionComponentsApiFactory, StoreCollisionComponentsApiFp, StoreCollisionSetupsApi, StoreCollisionSetupsApiAxiosParamCreator, StoreCollisionSetupsApiFactory, StoreCollisionSetupsApiFp, StoreObjectApi, StoreObjectApiAxiosParamCreator, StoreObjectApiFactory, StoreObjectApiFp, SystemApi, SystemApiAxiosParamCreator, SystemApiFactory, SystemApiFp, TcpRequiredErrorKindEnum, TcpVelocityRequestMessageTypeEnum, TcpVelocityResponseKindEnum, TeachingApi, TeachingApiAxiosParamCreator, TeachingApiFactory, TeachingApiFp, TechmanControllerKindEnum, TimeTriggerTypeEnum, ToolValueSourceEnum, TorqueExceededErrorKindEnum, TrajectoryCachingApi, TrajectoryCachingApiAxiosParamCreator, TrajectoryCachingApiFactory, TrajectoryCachingApiFp, TrajectoryDataMessageTypeEnum, TrajectoryDetailsKindEnum, TrajectoryEndedKindEnum, TrajectoryExecutionApi, TrajectoryExecutionApiAxiosParamCreator, TrajectoryExecutionApiFactory, TrajectoryExecutionApiFp, TrajectoryIdMessageTypeEnum, TrajectoryPausedByUserKindEnum, TrajectoryPausedOnIOKindEnum, TrajectoryPlanningApi, TrajectoryPlanningApiAxiosParamCreator, TrajectoryPlanningApiFactory, TrajectoryPlanningApiFp, TrajectoryRunningKindEnum, TrajectoryWaitForIOKindEnum, UnitType, UnitreeControllerKindEnum, UnitreeControllerRobotTypeEnum, UniversalrobotsControllerKindEnum, UnpauseActionChunksRequestMessageTypeEnum, UnpauseActionChunksResponseKindEnum, VersionApi, VersionApiAxiosParamCreator, VersionApiFactory, VersionApiFp, VirtualControllerApi, VirtualControllerApiAxiosParamCreator, VirtualControllerApiFactory, VirtualControllerApiFp, VirtualControllerBehaviorApi, VirtualControllerBehaviorApiAxiosParamCreator, VirtualControllerBehaviorApiFactory, VirtualControllerBehaviorApiFp, VirtualControllerInputsOutputsApi, VirtualControllerInputsOutputsApiAxiosParamCreator, VirtualControllerInputsOutputsApiFactory, VirtualControllerInputsOutputsApiFp, VirtualControllerKindEnum, WaitForIOCommandTypeEnum, WaitForTimeCommandTypeEnum, YaskawaControllerKindEnum, ZodValidationErrorErrorCodeEnum, operationServerMap };
|
|
10196
10824
|
|
|
10197
10825
|
//# sourceMappingURL=index.mjs.map
|