@wandelbots/nova-api 26.6.0-rc.3 → 26.7.0-dev.11

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/v2/index.js CHANGED
@@ -111,6 +111,13 @@ const AbbControllerKindEnum = { AbbController: "AbbController" };
111
111
  const ActionChunkRequestMessageTypeEnum = { ActionChunkRequest: "ActionChunkRequest" };
112
112
  const ActionChunkResponseKindEnum = { ActionChunkReceived: "ACTION_CHUNK_RECEIVED" };
113
113
  /**
114
+ * Indicates which motion boundary an offset is measured from.
115
+ */
116
+ const AtReference = {
117
+ Previous: "previous",
118
+ Next: "next"
119
+ };
120
+ /**
114
121
  * ## 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).
115
122
  */
116
123
  const Behavior = {
@@ -182,6 +189,7 @@ const ConfigurationArchiveStatusErrorStatusEnum = { Error: "error" };
182
189
  const ConfigurationArchiveStatusSuccessStatusEnum = { Success: "success" };
183
190
  const ConvexHullShapeTypeEnum = { ConvexHull: "convex_hull" };
184
191
  const CylinderShapeTypeEnum = { Cylinder: "cylinder" };
192
+ const DatasetPoseReferenceTypeEnum = { DatasetPose: "dataset_pose" };
185
193
  /**
186
194
  * The direction in which the trajectory is executed. Default: Forward.
187
195
  */
@@ -190,6 +198,7 @@ const Direction = {
190
198
  DirectionBackward: "DIRECTION_BACKWARD"
191
199
  };
192
200
  const DirectionConstraintConstraintNameEnum = { DirectionConstraint: "DirectionConstraint" };
201
+ const DistanceTriggerTypeEnum = { Distance: "distance" };
193
202
  const ErrorDirectionConstraintNotMetErrorFeedbackNameEnum = { ErrorDirectionConstraintNotMet: "ErrorDirectionConstraintNotMet" };
194
203
  const ErrorDirectionConstraintNotNormalizedErrorFeedbackNameEnum = { ErrorDirectionConstraintNotNormalized: "ErrorDirectionConstraintNotNormalized" };
195
204
  const ErrorInvalidJointCountErrorFeedbackNameEnum = { ErrorInvalidJointCount: "ErrorInvalidJointCount" };
@@ -197,6 +206,7 @@ const ErrorJointLimitExceededErrorFeedbackNameEnum = { ErrorJointLimitExceeded:
197
206
  const ErrorJointPositionCollisionErrorFeedbackNameEnum = { ErrorJointPositionCollision: "ErrorJointPositionCollision" };
198
207
  const ErrorMaxIterationsExceededErrorFeedbackNameEnum = { ErrorMaxIterationsExceeded: "ErrorMaxIterationsExceeded" };
199
208
  const ErrorUnsupportedOperationErrorFeedbackNameEnum = { ErrorUnsupportedOperation: "ErrorUnsupportedOperation" };
209
+ const ExplicitPathMotionCommandTypeEnum = { MotionCommand: "motion_command" };
200
210
  const FanucControllerKindEnum = { FanucController: "FanucController" };
201
211
  const FeedbackAxisRangeExceededErrorFeedbackNameEnum = { FeedbackAxisRangeExceeded: "FeedbackAxisRangeExceeded" };
202
212
  const FeedbackCollisionErrorFeedbackNameEnum = { FeedbackCollision: "FeedbackCollision" };
@@ -216,7 +226,11 @@ const FeedbackSingularityErrorFeedbackNameEnum = { FeedbackSingularity: "Feedbac
216
226
  const FeedbackStartJointsMissingErrorFeedbackNameEnum = { FeedbackStartJointsMissing: "FeedbackStartJointsMissing" };
217
227
  const FeedbackTorqueExceededErrorFeedbackNameEnum = { FeedbackTorqueExceeded: "FeedbackTorqueExceeded" };
218
228
  const FloatValueValueTypeEnum = { Float: "float" };
229
+ const GeneratedPathMotionCommandTypeEnum = { MotionCommand: "motion_command" };
230
+ const IOAllOfExpressionTypeEnum = { AllOf: "all_of" };
231
+ const IOAnyOfExpressionTypeEnum = { AnyOf: "any_of" };
219
232
  const IOBooleanValueValueTypeEnum = { Boolean: "boolean" };
233
+ const IOConditionExpressionTypeEnum = { Condition: "condition" };
220
234
  /**
221
235
  * Identifies the input/output type.
222
236
  */
@@ -226,6 +240,7 @@ const IODirection = {
226
240
  };
227
241
  const IOFloatValueValueTypeEnum = { Float: "float" };
228
242
  const IOIntegerValueValueTypeEnum = { Integer: "integer" };
243
+ const IONotExpressionTypeEnum = { Not: "not" };
229
244
  /**
230
245
  * States the source of the input/output signal.
231
246
  */
@@ -248,6 +263,7 @@ const InitializeJoggingRequestMessageTypeEnum = { InitializeJoggingRequest: "Ini
248
263
  const InitializeJoggingResponseKindEnum = { InitializeReceived: "INITIALIZE_RECEIVED" };
249
264
  const InitializeMovementRequestMessageTypeEnum = { InitializeMovementRequest: "InitializeMovementRequest" };
250
265
  const InitializeMovementResponseKindEnum = { InitializeReceived: "INITIALIZE_RECEIVED" };
266
+ const InlinePoseReferenceTypeEnum = { InlinePose: "inline_pose" };
251
267
  const IntegerValueValueTypeEnum = { Integer: "integer" };
252
268
  const InvalidDofErrorKindEnum = { InvalidDofError: "InvalidDofError" };
253
269
  const JoggingDetailsKindEnum = { Jogging: "JOGGING" };
@@ -258,6 +274,7 @@ const JoggingPausedNearSingularityKindEnum = { PausedNearSingularity: "PAUSED_NE
258
274
  const JoggingPausedOnIOKindEnum = { PausedOnIo: "PAUSED_ON_IO" };
259
275
  const JoggingRunningKindEnum = { Running: "RUNNING" };
260
276
  const JointLimitExceededErrorKindEnum = { JointLimitExceededError: "JointLimitExceededError" };
277
+ const JointPositionReferenceTypeEnum = { JointPosition: "joint_position" };
261
278
  const JointTypeEnum = {
262
279
  RevoluteJoint: "REVOLUTE_JOINT",
263
280
  PrismaticJoint: "PRISMATIC_JOINT"
@@ -286,6 +303,7 @@ const LicenseStatusEnum = {
286
303
  NotFound: "NOT_FOUND"
287
304
  };
288
305
  const LinkChainValueSourceEnum = { Value: "value" };
306
+ const LocalPoseReferenceTypeEnum = { LocalPose: "local_pose" };
289
307
  const Manufacturer = {
290
308
  Abb: "abb",
291
309
  Bostondynamics: "bostondynamics",
@@ -297,6 +315,7 @@ const Manufacturer = {
297
315
  Universalrobots: "universalrobots",
298
316
  Yaskawa: "yaskawa"
299
317
  };
318
+ const MarkerCommandTypeEnum = { Marker: "marker" };
300
319
  const MidpointInsertionAlgorithmAlgorithmNameEnum = { MidpointInsertionAlgorithm: "MidpointInsertionAlgorithm" };
301
320
  /**
302
321
  * Area of the MODBUS input/output variable. Is used to interpret the corresponding bits correctly.
@@ -327,6 +346,7 @@ const ModbusIOTypeEnum = {
327
346
  ModbusIoTypeUint16: "MODBUS_IO_TYPE_UINT16",
328
347
  ModbusIoTypeFloat32: "MODBUS_IO_TYPE_FLOAT32"
329
348
  };
349
+ const MotionGroupReferenceTypeEnum = { Id: "id" };
330
350
  const MovementErrorResponseKindEnum = { MotionError: "MOTION_ERROR" };
331
351
  const NanValueErrorKindEnum = { NanValueError: "NanValueError" };
332
352
  /**
@@ -401,14 +421,23 @@ const PathCirclePathDefinitionNameEnum = { PathCircle: "PathCircle" };
401
421
  const PathCubicSplinePathDefinitionNameEnum = { PathCubicSpline: "PathCubicSpline" };
402
422
  const PathDirectionConstrainedCartesianPTPPathDefinitionNameEnum = { DirectionConstrainedCartesianPtp: "DirectionConstrainedCartesianPTP" };
403
423
  const PathDirectionConstrainedJointPTPPathDefinitionNameEnum = { DirectionConstrainedJointPtp: "DirectionConstrainedJointPTP" };
424
+ const PathFractionTriggerTypeEnum = { PathFraction: "path_fraction" };
404
425
  const PathJointPTPPathDefinitionNameEnum = { PathJointPtp: "PathJointPTP" };
405
426
  const PathLinePathDefinitionNameEnum = { PathLine: "PathLine" };
427
+ const PathTypeCartesianPTPPathDefinitionNameEnum = { PathCartesianPtp: "PathCartesianPTP" };
428
+ const PathTypeCirclePathDefinitionNameEnum = { PathCircle: "PathCircle" };
429
+ const PathTypeCubicSplinePathDefinitionNameEnum = { PathCubicSpline: "PathCubicSpline" };
430
+ const PathTypeDirectionConstrainedCartesianPTPPathDefinitionNameEnum = { PathDirectionConstrainedCartesianPtp: "PathDirectionConstrainedCartesianPTP" };
431
+ const PathTypeDirectionConstrainedJointPTPPathDefinitionNameEnum = { PathDirectionConstrainedJointPtp: "PathDirectionConstrainedJointPTP" };
432
+ const PathTypeJointPTPPathDefinitionNameEnum = { PathJointPtp: "PathJointPTP" };
433
+ const PathTypeLinePathDefinitionNameEnum = { PathLine: "PathLine" };
406
434
  const PauseActionChunksRequestMessageTypeEnum = { PauseActionChunksRequest: "PauseActionChunksRequest" };
407
435
  const PauseActionChunksResponseKindEnum = { PauseReceived: "PAUSE_RECEIVED" };
408
436
  const PauseJoggingRequestMessageTypeEnum = { PauseJoggingRequest: "PauseJoggingRequest" };
409
437
  const PauseJoggingResponseKindEnum = { PauseReceived: "PAUSE_RECEIVED" };
410
438
  const PauseMovementRequestMessageTypeEnum = { PauseMovementRequest: "PauseMovementRequest" };
411
439
  const PauseMovementResponseKindEnum = { PauseReceived: "PAUSE_RECEIVED" };
440
+ const PauseOnIOCommandTypeEnum = { PauseOnIo: "pause_on_io" };
412
441
  const PlaneShapeTypeEnum = { Plane: "plane" };
413
442
  const PlaybackSpeedRequestMessageTypeEnum = { PlaybackSpeedRequest: "PlaybackSpeedRequest" };
414
443
  const PlaybackSpeedResponseKindEnum = { PlaybackSpeedReceived: "PLAYBACK_SPEED_RECEIVED" };
@@ -514,6 +543,7 @@ const ServiceStatusSeverity = {
514
543
  Warning: "WARNING",
515
544
  Error: "ERROR"
516
545
  };
546
+ const SetIOCommandTypeEnum = { SetIo: "set_io" };
517
547
  /**
518
548
  * Defines available system modes of the robot system. Short versions (no \"ROBOT_SYSTEM_\" prefix) are provided, reusing strings from [getMode](#/operations/getMode) responses.
519
549
  */
@@ -578,6 +608,7 @@ const TcpRequiredErrorKindEnum = { TcpRequiredError: "TcpRequiredError" };
578
608
  const TcpVelocityRequestMessageTypeEnum = { TcpVelocityRequest: "TcpVelocityRequest" };
579
609
  const TcpVelocityResponseKindEnum = { TcpVelocityReceived: "TCP_VELOCITY_RECEIVED" };
580
610
  const TechmanControllerKindEnum = { TechmanController: "TechmanController" };
611
+ const TimeTriggerTypeEnum = { Time: "time" };
581
612
  const ToolValueSourceEnum = { Value: "value" };
582
613
  const TorqueExceededErrorKindEnum = { TorqueExceededError: "TorqueExceededError" };
583
614
  const TrajectoryDataMessageTypeEnum = { TrajectoryData: "TrajectoryData" };
@@ -614,6 +645,8 @@ const UniversalrobotsControllerKindEnum = { UniversalrobotsController: "Universa
614
645
  const UnpauseActionChunksRequestMessageTypeEnum = { UnpauseActionChunksRequest: "UnpauseActionChunksRequest" };
615
646
  const UnpauseActionChunksResponseKindEnum = { UnpauseReceived: "UNPAUSE_RECEIVED" };
616
647
  const VirtualControllerKindEnum = { VirtualController: "VirtualController" };
648
+ const WaitForIOCommandTypeEnum = { WaitForIo: "wait_for_io" };
649
+ const WaitForTimeCommandTypeEnum = { WaitForTime: "wait_for_time" };
617
650
  const YaskawaControllerKindEnum = { YaskawaController: "YaskawaController" };
618
651
  const ZodValidationErrorErrorCodeEnum = { ValidationError: "validation_error" };
619
652
  /**
@@ -677,7 +710,7 @@ const ActionChunkStreamingApiFactory = function(configuration, basePath, axios)
677
710
  */
678
711
  var ActionChunkStreamingApi = class extends BaseAPI {
679
712
  /**
680
- * **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. > **NOTE** > > By default, the robot controller returns to monitor mode after each movement, which causes a pause before the next movement starts. > To keep the motors activated and avoid this pause between sequential movements, set control mode as the controller\'s default with [setDefaultMode](#/operations/setDefaultMode). #### 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.
713
+ * **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.
681
714
  * @summary Execute Action Chunks
682
715
  * @param {string} cell Unique identifier addressing a cell in all API calls.
683
716
  * @param {string} controller Unique identifier to address a controller in the cell.
@@ -3232,7 +3265,7 @@ var ControllerApi = class extends BaseAPI {
3232
3265
  return ControllerApiFp(this.configuration).listRobotControllers(cell, options).then((request) => request(this.axios, this.basePath));
3233
3266
  }
3234
3267
  /**
3235
- * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Switch between monitor and control usage as default for a robot controller. Monitoring mode is used to read information from the robot controller and control mode is used to command the robot system. As long as the robot controller is connected via network, monitoring mode is always possible. To switch to control mode the robot controller must be in `automatic` or `manual` operating mode and safety state `normal` or `reduced`. If the robot controller is in `manual` operating mode, you have to manually confirm the control usage activation on the robot control panel. This manual confirmation can\'t be replaced with this API. Without manual confirmation the robot controller will stay in monitor mode. The robot system will try to activate the required operation mode for the requested usage unless no active call requires a different mode. > **NOTE** > > `setDefaultMode` enables the robot controller to stay in control mode to keep the motors activated. > This allows for faster execution of sequential movements as no mode switches are required. > Set control mode as the default with `PUT /api/v2/cells/{cell}/controllers/{controller}/mode?mode=MODE_CONTROL`. > **NOTE** > > Some robot controllers prevent the external activation of automatic operating mode. In this case, changing the operating mode manually at the robot controller is mandatory. > **NOTE** > > The current operation mode and safety state can be requested via [getCurrentRobotControllerState](#/operations/getCurrentRobotControllerState). If a mode change is not possible, the response lists reasons for the failed change.
3268
+ * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ Switch between monitor and control usage as default for a robot controller. Monitoring mode is used to read information from the robot controller and control mode is used to command the robot system. As long as the robot controller is connected via network, monitoring mode is always possible. To switch to control mode the robot controller must be in `automatic` or `manual` operating mode and safety state `normal` or `reduced`. If the robot controller is in `manual` operating mode, you have to manually confirm the control usage activation on the robot control panel. This manual confirmation can\'t be replaced with this API. Without manual confirmation the robot controller will stay in monitor mode. The robot system will try to activate the required operation mode for the requested usage unless no active call requires a different mode. > **NOTE** > > `setDefaultMode` enables the robot controller to stay in control mode to keep the motors activated. > This allows for faster execution of sequential movements as no mode switches are required. > **NOTE** > > Some robot controllers prevent the external activation of automatic operating mode. In this case, changing the operating mode manually at the robot controller is mandatory. > **NOTE** > > The current operation mode and safety state can be requested via [getCurrentRobotControllerState](#/operations/getCurrentRobotControllerState). If a mode change is not possible, the response lists reasons for the failed change.
3236
3269
  * @summary Set Default Mode
3237
3270
  * @param {string} cell Unique identifier addressing a cell in all API calls.
3238
3271
  * @param {string} controller Unique identifier to address a controller in the cell.
@@ -3566,6 +3599,144 @@ var ControllerInputsOutputsApi = class extends BaseAPI {
3566
3599
  }
3567
3600
  };
3568
3601
  /**
3602
+ * DatasetsApi - axios parameter creator
3603
+ */
3604
+ const DatasetsApiAxiosParamCreator = function(configuration) {
3605
+ return {
3606
+ localizeDatasetCoordinateSystemPose: async (cell, dataset, coordinateSystem, pose, revision, options = {}) => {
3607
+ assertParamExists("localizeDatasetCoordinateSystemPose", "cell", cell);
3608
+ assertParamExists("localizeDatasetCoordinateSystemPose", "dataset", dataset);
3609
+ assertParamExists("localizeDatasetCoordinateSystemPose", "coordinateSystem", coordinateSystem);
3610
+ assertParamExists("localizeDatasetCoordinateSystemPose", "pose", pose);
3611
+ 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)));
3612
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3613
+ let baseOptions;
3614
+ if (configuration) baseOptions = configuration.baseOptions;
3615
+ const localVarRequestOptions = {
3616
+ method: "POST",
3617
+ ...baseOptions,
3618
+ ...options
3619
+ };
3620
+ const localVarHeaderParameter = {};
3621
+ const localVarQueryParameter = {};
3622
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
3623
+ if (revision !== void 0) localVarQueryParameter["revision"] = revision;
3624
+ localVarHeaderParameter["Content-Type"] = "application/json";
3625
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
3626
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3627
+ localVarRequestOptions.headers = {
3628
+ ...localVarHeaderParameter,
3629
+ ...headersFromBaseOptions,
3630
+ ...options.headers
3631
+ };
3632
+ localVarRequestOptions.data = serializeDataIfNeeded(pose, localVarRequestOptions, configuration);
3633
+ return {
3634
+ url: toPathString(localVarUrlObj),
3635
+ options: localVarRequestOptions
3636
+ };
3637
+ },
3638
+ resolveDatasetCoordinateSystemPose: async (cell, dataset, coordinateSystem, pose, revision, options = {}) => {
3639
+ assertParamExists("resolveDatasetCoordinateSystemPose", "cell", cell);
3640
+ assertParamExists("resolveDatasetCoordinateSystemPose", "dataset", dataset);
3641
+ assertParamExists("resolveDatasetCoordinateSystemPose", "coordinateSystem", coordinateSystem);
3642
+ assertParamExists("resolveDatasetCoordinateSystemPose", "pose", pose);
3643
+ 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)));
3644
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
3645
+ let baseOptions;
3646
+ if (configuration) baseOptions = configuration.baseOptions;
3647
+ const localVarRequestOptions = {
3648
+ method: "POST",
3649
+ ...baseOptions,
3650
+ ...options
3651
+ };
3652
+ const localVarHeaderParameter = {};
3653
+ const localVarQueryParameter = {};
3654
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
3655
+ if (revision !== void 0) localVarQueryParameter["revision"] = revision;
3656
+ localVarHeaderParameter["Content-Type"] = "application/json";
3657
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
3658
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
3659
+ localVarRequestOptions.headers = {
3660
+ ...localVarHeaderParameter,
3661
+ ...headersFromBaseOptions,
3662
+ ...options.headers
3663
+ };
3664
+ localVarRequestOptions.data = serializeDataIfNeeded(pose, localVarRequestOptions, configuration);
3665
+ return {
3666
+ url: toPathString(localVarUrlObj),
3667
+ options: localVarRequestOptions
3668
+ };
3669
+ }
3670
+ };
3671
+ };
3672
+ /**
3673
+ * DatasetsApi - functional programming interface
3674
+ */
3675
+ const DatasetsApiFp = function(configuration) {
3676
+ const localVarAxiosParamCreator = DatasetsApiAxiosParamCreator(configuration);
3677
+ return {
3678
+ async localizeDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options) {
3679
+ const localVarAxiosArgs = await localVarAxiosParamCreator.localizeDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options);
3680
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
3681
+ const localVarOperationServerBasePath = operationServerMap["DatasetsApi.localizeDatasetCoordinateSystemPose"]?.[localVarOperationServerIndex]?.url;
3682
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3683
+ },
3684
+ async resolveDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options) {
3685
+ const localVarAxiosArgs = await localVarAxiosParamCreator.resolveDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options);
3686
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
3687
+ const localVarOperationServerBasePath = operationServerMap["DatasetsApi.resolveDatasetCoordinateSystemPose"]?.[localVarOperationServerIndex]?.url;
3688
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
3689
+ }
3690
+ };
3691
+ };
3692
+ /**
3693
+ * DatasetsApi - factory interface
3694
+ */
3695
+ const DatasetsApiFactory = function(configuration, basePath, axios) {
3696
+ const localVarFp = DatasetsApiFp(configuration);
3697
+ return {
3698
+ localizeDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options) {
3699
+ return localVarFp.localizeDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options).then((request) => request(axios, basePath));
3700
+ },
3701
+ resolveDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options) {
3702
+ return localVarFp.resolveDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options).then((request) => request(axios, basePath));
3703
+ }
3704
+ };
3705
+ };
3706
+ /**
3707
+ * DatasetsApi - object-oriented interface
3708
+ */
3709
+ var DatasetsApi = class extends BaseAPI {
3710
+ /**
3711
+ * **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.
3712
+ * @summary Localize Pose from World (Dataset)
3713
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
3714
+ * @param {string} dataset Specifies the dataset identifier.
3715
+ * @param {string} coordinateSystem Unique identifier addressing a coordinate system within a teaching dataset.
3716
+ * @param {Pose} pose The pose expressed in the &#x60;world&#x60; coordinate system.
3717
+ * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
3718
+ * @param {*} [options] Override http request option.
3719
+ * @throws {RequiredError}
3720
+ */
3721
+ localizeDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options) {
3722
+ return DatasetsApiFp(this.configuration).localizeDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options).then((request) => request(this.axios, this.basePath));
3723
+ }
3724
+ /**
3725
+ * **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.
3726
+ * @summary Resolve Pose to World (Dataset)
3727
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
3728
+ * @param {string} dataset Specifies the dataset identifier.
3729
+ * @param {string} coordinateSystem Unique identifier addressing a coordinate system within a teaching dataset.
3730
+ * @param {Pose} pose The pose expressed relative to the given coordinate system.
3731
+ * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
3732
+ * @param {*} [options] Override http request option.
3733
+ * @throws {RequiredError}
3734
+ */
3735
+ resolveDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options) {
3736
+ return DatasetsApiFp(this.configuration).resolveDatasetCoordinateSystemPose(cell, dataset, coordinateSystem, pose, revision, options).then((request) => request(this.axios, this.basePath));
3737
+ }
3738
+ };
3739
+ /**
3569
3740
  * JoggingApi - axios parameter creator
3570
3741
  */
3571
3742
  const JoggingApiAxiosParamCreator = function(configuration) {
@@ -3626,7 +3797,7 @@ const JoggingApiFactory = function(configuration, basePath, axios) {
3626
3797
  */
3627
3798
  var JoggingApi = class extends BaseAPI {
3628
3799
  /**
3629
- * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ <!-- theme: success --> > Websocket endpoint Provides execution control over a dynamically adaptable jogging motion for a motion group. Jogging describes controlling a motion group by sending real-time commands to move either its joints or the TCP. The commands contain target velocities that may change at any time during execution, so the resulting motion cannot be computed upfront. ### 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. > **NOTE** > > By default, the robot controller returns to monitor mode after each movement, which causes a pause before the next movement starts. > To keep the motors activated and avoid this pause between sequential movements, set control mode as the controller\'s default with [setDefaultMode](#/operations/setDefaultMode). #### 2. Send `JointVelocityRequest` or `TcpVelocityRequest` to start the jogging motion. - Commands can only be processed in the cycle rate of the controller - Sending commands faster will not increase the responsiveness of the jogging motion, it will lead to dropped commands - It is recommended to couple sending commands with the [state stream](#/operations/streamMotionGroupState), which can be subscribed to via nats as well. #### 3. Change or stop the jogging motion - Change the jogging direction and/or velocity during the jogging motion with `JointVelocityRequest` or `TcpVelocityRequest`. - To stop the jogging motion, send zero velocities via either request or `PauseJoggingRequest`. ### Responses - Each request is acknowledged with a corresponding response: - `InitializeJoggingResponse` after `InitializeJoggingRequest` - `JointVelocityResponse` after `JointVelocityRequest` - `TcpVelocityResponse` after `TcpVelocityRequest` - `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.
3800
+ * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ <!-- theme: success --> > Websocket endpoint Provides execution control over a dynamically adaptable jogging motion for a motion group. Jogging describes controlling a motion group by sending real-time commands to move either its joints or the TCP. The commands contain target velocities that may change at any time during execution, so the resulting motion cannot be computed upfront. ### 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 `JointVelocityRequest` or `TcpVelocityRequest` to start the jogging motion. - Commands can only be processed in the cycle rate of the controller - Sending commands faster will not increase the responsiveness of the jogging motion, it will lead to dropped commands - It is recommended to couple sending commands with the [state stream](#/operations/streamMotionGroupState), which can be subscribed to via nats as well. #### 3. Change or stop the jogging motion - Change the jogging direction and/or velocity during the jogging motion with `JointVelocityRequest` or `TcpVelocityRequest`. - To stop the jogging motion, send zero velocities via either request or `PauseJoggingRequest`. ### Responses - Each request is acknowledged with a corresponding response: - `InitializeJoggingResponse` after `InitializeJoggingRequest` - `JointVelocityResponse` after `JointVelocityRequest` - `TcpVelocityResponse` after `TcpVelocityRequest` - `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.
3630
3801
  * @summary Execute Jogging
3631
3802
  * @param {string} cell Unique identifier addressing a cell in all API calls.
3632
3803
  * @param {string} controller Unique identifier to address a controller in the cell.
@@ -7469,6 +7640,230 @@ var SystemApi = class extends BaseAPI {
7469
7640
  }
7470
7641
  };
7471
7642
  /**
7643
+ * TeachingApi - axios parameter creator
7644
+ */
7645
+ const TeachingApiAxiosParamCreator = function(configuration) {
7646
+ return {
7647
+ createDataset: async (cell, createDatasetRequest, options = {}) => {
7648
+ assertParamExists("createDataset", "cell", cell);
7649
+ assertParamExists("createDataset", "createDatasetRequest", createDatasetRequest);
7650
+ const localVarPath = `/experimental/cells/{cell}/teaching/datasets`.replace(`{cell}`, encodeURIComponent(String(cell)));
7651
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
7652
+ let baseOptions;
7653
+ if (configuration) baseOptions = configuration.baseOptions;
7654
+ const localVarRequestOptions = {
7655
+ method: "POST",
7656
+ ...baseOptions,
7657
+ ...options
7658
+ };
7659
+ const localVarHeaderParameter = {};
7660
+ const localVarQueryParameter = {};
7661
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
7662
+ localVarHeaderParameter["Content-Type"] = "application/json";
7663
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
7664
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
7665
+ localVarRequestOptions.headers = {
7666
+ ...localVarHeaderParameter,
7667
+ ...headersFromBaseOptions,
7668
+ ...options.headers
7669
+ };
7670
+ localVarRequestOptions.data = serializeDataIfNeeded(createDatasetRequest, localVarRequestOptions, configuration);
7671
+ return {
7672
+ url: toPathString(localVarUrlObj),
7673
+ options: localVarRequestOptions
7674
+ };
7675
+ },
7676
+ deleteDataset: async (cell, dataset, revision, options = {}) => {
7677
+ assertParamExists("deleteDataset", "cell", cell);
7678
+ assertParamExists("deleteDataset", "dataset", dataset);
7679
+ const localVarPath = `/experimental/cells/{cell}/teaching/datasets/{dataset}`.replace(`{cell}`, encodeURIComponent(String(cell))).replace(`{dataset}`, encodeURIComponent(String(dataset)));
7680
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
7681
+ let baseOptions;
7682
+ if (configuration) baseOptions = configuration.baseOptions;
7683
+ const localVarRequestOptions = {
7684
+ method: "DELETE",
7685
+ ...baseOptions,
7686
+ ...options
7687
+ };
7688
+ const localVarHeaderParameter = {};
7689
+ const localVarQueryParameter = {};
7690
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
7691
+ if (revision !== void 0) localVarQueryParameter["revision"] = revision;
7692
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
7693
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
7694
+ localVarRequestOptions.headers = {
7695
+ ...localVarHeaderParameter,
7696
+ ...headersFromBaseOptions,
7697
+ ...options.headers
7698
+ };
7699
+ return {
7700
+ url: toPathString(localVarUrlObj),
7701
+ options: localVarRequestOptions
7702
+ };
7703
+ },
7704
+ getDataset: async (cell, dataset, revision, options = {}) => {
7705
+ assertParamExists("getDataset", "cell", cell);
7706
+ assertParamExists("getDataset", "dataset", dataset);
7707
+ const localVarPath = `/experimental/cells/{cell}/teaching/datasets/{dataset}`.replace(`{cell}`, encodeURIComponent(String(cell))).replace(`{dataset}`, encodeURIComponent(String(dataset)));
7708
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
7709
+ let baseOptions;
7710
+ if (configuration) baseOptions = configuration.baseOptions;
7711
+ const localVarRequestOptions = {
7712
+ method: "GET",
7713
+ ...baseOptions,
7714
+ ...options
7715
+ };
7716
+ const localVarHeaderParameter = {};
7717
+ const localVarQueryParameter = {};
7718
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
7719
+ if (revision !== void 0) localVarQueryParameter["revision"] = revision;
7720
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
7721
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
7722
+ localVarRequestOptions.headers = {
7723
+ ...localVarHeaderParameter,
7724
+ ...headersFromBaseOptions,
7725
+ ...options.headers
7726
+ };
7727
+ return {
7728
+ url: toPathString(localVarUrlObj),
7729
+ options: localVarRequestOptions
7730
+ };
7731
+ },
7732
+ getDatasets: async (cell, dataset, latestOnly, options = {}) => {
7733
+ assertParamExists("getDatasets", "cell", cell);
7734
+ const localVarPath = `/experimental/cells/{cell}/teaching/datasets`.replace(`{cell}`, encodeURIComponent(String(cell)));
7735
+ const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL);
7736
+ let baseOptions;
7737
+ if (configuration) baseOptions = configuration.baseOptions;
7738
+ const localVarRequestOptions = {
7739
+ method: "GET",
7740
+ ...baseOptions,
7741
+ ...options
7742
+ };
7743
+ const localVarHeaderParameter = {};
7744
+ const localVarQueryParameter = {};
7745
+ await setBearerAuthToObject(localVarHeaderParameter, configuration);
7746
+ if (dataset !== void 0) localVarQueryParameter["dataset"] = dataset;
7747
+ if (latestOnly !== void 0) localVarQueryParameter["latest_only"] = latestOnly;
7748
+ setSearchParams(localVarUrlObj, localVarQueryParameter);
7749
+ let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {};
7750
+ localVarRequestOptions.headers = {
7751
+ ...localVarHeaderParameter,
7752
+ ...headersFromBaseOptions,
7753
+ ...options.headers
7754
+ };
7755
+ return {
7756
+ url: toPathString(localVarUrlObj),
7757
+ options: localVarRequestOptions
7758
+ };
7759
+ }
7760
+ };
7761
+ };
7762
+ /**
7763
+ * TeachingApi - functional programming interface
7764
+ */
7765
+ const TeachingApiFp = function(configuration) {
7766
+ const localVarAxiosParamCreator = TeachingApiAxiosParamCreator(configuration);
7767
+ return {
7768
+ async createDataset(cell, createDatasetRequest, options) {
7769
+ const localVarAxiosArgs = await localVarAxiosParamCreator.createDataset(cell, createDatasetRequest, options);
7770
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
7771
+ const localVarOperationServerBasePath = operationServerMap["TeachingApi.createDataset"]?.[localVarOperationServerIndex]?.url;
7772
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
7773
+ },
7774
+ async deleteDataset(cell, dataset, revision, options) {
7775
+ const localVarAxiosArgs = await localVarAxiosParamCreator.deleteDataset(cell, dataset, revision, options);
7776
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
7777
+ const localVarOperationServerBasePath = operationServerMap["TeachingApi.deleteDataset"]?.[localVarOperationServerIndex]?.url;
7778
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
7779
+ },
7780
+ async getDataset(cell, dataset, revision, options) {
7781
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getDataset(cell, dataset, revision, options);
7782
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
7783
+ const localVarOperationServerBasePath = operationServerMap["TeachingApi.getDataset"]?.[localVarOperationServerIndex]?.url;
7784
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
7785
+ },
7786
+ async getDatasets(cell, dataset, latestOnly, options) {
7787
+ const localVarAxiosArgs = await localVarAxiosParamCreator.getDatasets(cell, dataset, latestOnly, options);
7788
+ const localVarOperationServerIndex = configuration?.serverIndex ?? 0;
7789
+ const localVarOperationServerBasePath = operationServerMap["TeachingApi.getDatasets"]?.[localVarOperationServerIndex]?.url;
7790
+ return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath);
7791
+ }
7792
+ };
7793
+ };
7794
+ /**
7795
+ * TeachingApi - factory interface
7796
+ */
7797
+ const TeachingApiFactory = function(configuration, basePath, axios) {
7798
+ const localVarFp = TeachingApiFp(configuration);
7799
+ return {
7800
+ createDataset(cell, createDatasetRequest, options) {
7801
+ return localVarFp.createDataset(cell, createDatasetRequest, options).then((request) => request(axios, basePath));
7802
+ },
7803
+ deleteDataset(cell, dataset, revision, options) {
7804
+ return localVarFp.deleteDataset(cell, dataset, revision, options).then((request) => request(axios, basePath));
7805
+ },
7806
+ getDataset(cell, dataset, revision, options) {
7807
+ return localVarFp.getDataset(cell, dataset, revision, options).then((request) => request(axios, basePath));
7808
+ },
7809
+ getDatasets(cell, dataset, latestOnly, options) {
7810
+ return localVarFp.getDatasets(cell, dataset, latestOnly, options).then((request) => request(axios, basePath));
7811
+ }
7812
+ };
7813
+ };
7814
+ /**
7815
+ * TeachingApi - object-oriented interface
7816
+ */
7817
+ var TeachingApi = class extends BaseAPI {
7818
+ /**
7819
+ * Creates a new teaching dataset together with its poses and command routines.
7820
+ * @summary Create Dataset
7821
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
7822
+ * @param {CreateDatasetRequest} createDatasetRequest
7823
+ * @param {*} [options] Override http request option.
7824
+ * @throws {RequiredError}
7825
+ */
7826
+ createDataset(cell, createDatasetRequest, options) {
7827
+ return TeachingApiFp(this.configuration).createDataset(cell, createDatasetRequest, options).then((request) => request(this.axios, this.basePath));
7828
+ }
7829
+ /**
7830
+ * 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.
7831
+ * @summary Delete Dataset
7832
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
7833
+ * @param {string} dataset Specifies the dataset identifier.
7834
+ * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
7835
+ * @param {*} [options] Override http request option.
7836
+ * @throws {RequiredError}
7837
+ */
7838
+ deleteDataset(cell, dataset, revision, options) {
7839
+ return TeachingApiFp(this.configuration).deleteDataset(cell, dataset, revision, options).then((request) => request(this.axios, this.basePath));
7840
+ }
7841
+ /**
7842
+ * 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.
7843
+ * @summary Get Dataset
7844
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
7845
+ * @param {string} dataset Specifies the dataset identifier.
7846
+ * @param {number} [revision] Specifies the dataset revision. If omitted, the latest revision is used.
7847
+ * @param {*} [options] Override http request option.
7848
+ * @throws {RequiredError}
7849
+ */
7850
+ getDataset(cell, dataset, revision, options) {
7851
+ return TeachingApiFp(this.configuration).getDataset(cell, dataset, revision, options).then((request) => request(this.axios, this.basePath));
7852
+ }
7853
+ /**
7854
+ * 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.
7855
+ * @summary List Datasets
7856
+ * @param {string} cell Unique identifier addressing a cell in all API calls.
7857
+ * @param {string} [dataset] Restricts the result to all revisions of the given dataset.
7858
+ * @param {boolean} [latestOnly] When &#x60;true&#x60;, returns only the latest revision of each dataset.
7859
+ * @param {*} [options] Override http request option.
7860
+ * @throws {RequiredError}
7861
+ */
7862
+ getDatasets(cell, dataset, latestOnly, options) {
7863
+ return TeachingApiFp(this.configuration).getDatasets(cell, dataset, latestOnly, options).then((request) => request(this.axios, this.basePath));
7864
+ }
7865
+ };
7866
+ /**
7472
7867
  * TrajectoryCachingApi - axios parameter creator
7473
7868
  */
7474
7869
  const TrajectoryCachingApiAxiosParamCreator = function(configuration) {
@@ -7800,7 +8195,7 @@ const TrajectoryExecutionApiFactory = function(configuration, basePath, axios) {
7800
8195
  */
7801
8196
  var TrajectoryExecutionApi = class extends BaseAPI {
7802
8197
  /**
7803
- * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ <!-- theme: success --> > Websocket endpoint Provides execution control over a previously [planned trajectory](#/operations/planTrajectory). Enables the caller to attach input/output actions to the trajectory. ### Movement behavior | Virtual controller | Physical controller | |------------------|-------------------| | Desired joint configurations are commanded to each motion group and **applied immediately** | Move to desired **actual joint configuration**, **if possible** | ### Concept of location - The location or path parameter specifies the exact position along a trajectory. - The location is a scalar value that ranges from 0 to `n`, where `n` denotes the number of motion commands, or trajectory segments, e.g., line, p2p, etc. See [planTrajectory](#/operations/planTrajectory). - Each integer value of the location corresponds to one motion command, e.g., 3.0 to 3.999 could be a line. ### Preconditions - The motion group\'s control mode is not claimed by any other endpoint. - The motion group\'s joint position are at start location specified with `InitializeMovementRequest`. - Use [executeToTrajectory](#/operations/executeToTrajectory) to move the robot to the start location. ### Requests #### 1. Send `InitializeMovementRequest` to lock the trajectory to this connection The following actions are executed: - Sets robot controller mode to control mode, - Sets start location of the execution Keep in mind that only a single trajectory can be locked to a websocket connection at a time. Pausing the current movement enables you to send another `InitializeMovementRequest` to execute another trajectory on the same connection. > **NOTE** > > By default, the robot controller returns to monitor mode after each movement, which causes a pause before the next movement starts. > To keep the motors activated and avoid this pause between sequential movements, set control mode as the controller\'s default with [setDefaultMode](#/operations/setDefaultMode). #### 2. Send `StartMovementRequest` to start the movement Sets direction of movement, default is forward. #### **Optional** - To pause, send `PauseMovementRequest` before the movement has reached its end location. - Change the movement\'s velocity with `PlaybackSpeedRequest` after initializing the movement with `InitializeMovementRequest`. ### Responses To monitor the state of the movement, listen to the [state stream](#/operations/streamMotionGroupState). The state is published via nats as well. Field `execute` in the `MotionGroupState` indicates whether a movement is ongoing and carries execution details. Each request has a corresponding acknowledgment response. They signal success or failure of the request. Especially for `PauseMovementResponse`, it does not signal the end of the movement. Additionally, `MovementError` messages can be sent in case of unexpected errors during the execution, e.g., controller disconnects during movement. ### Tips and Tricks - A movement can be paused and resumed by sending `PauseMovementRequest` and `StartMovementRequest`. - Send `PlaybackSpeedRequest` before `StartMovementRequest` to reduce the velocity of the movement before it starts. - Send `PlaybackSpeedRequest` repeatedly to implement a slider. The velocity of the motion group can be adjusted with each controller step. Therefore, if your app needs a slider-like UI to alter the velocity of a currently running movement, you can send `PlaybackSpeedRequest` with different speed values repeatedly during the movement. - A closed trajectory (end and start joint position are equal) can be repeated by sending `StartMovementRequest` after the movement has finished.
8198
+ * **Required permissions:** `can_operate_controllers` - Operate and monitor robot controllers ___ <!-- theme: success --> > Websocket endpoint Provides execution control over a previously [planned trajectory](#/operations/planTrajectory). Enables the caller to attach input/output actions to the trajectory. ### Movement behavior | Virtual controller | Physical controller | |------------------|-------------------| | Desired joint configurations are commanded to each motion group and **applied immediately** | Move to desired **actual joint configuration**, **if possible** | ### Concept of location - The location or path parameter specifies the exact position along a trajectory. - The location is a scalar value that ranges from 0 to `n`, where `n` denotes the number of motion commands, or trajectory segments, e.g., line, p2p, etc. See [planTrajectory](#/operations/planTrajectory). - Each integer value of the location corresponds to one motion command, e.g., 3.0 to 3.999 could be a line. ### Preconditions - The motion group\'s control mode is not claimed by any other endpoint. - The motion group\'s joint position are at start location specified with `InitializeMovementRequest`. - Use [executeToTrajectory](#/operations/executeToTrajectory) to move the robot to the start location. ### Requests #### 1. Send `InitializeMovementRequest` to lock the trajectory to this connection The following actions are executed: - Sets robot controller mode to control mode, - Sets start location of the execution Keep in mind that only a single trajectory can be locked to a websocket connection at a time. Pausing the current movement enables you to send another `InitializeMovementRequest` to execute another trajectory on the same connection. #### 2. Send `StartMovementRequest` to start the movement Sets direction of movement, default is forward. #### **Optional** - To pause, send `PauseMovementRequest` before the movement has reached its end location. - Change the movement\'s velocity with `PlaybackSpeedRequest` after initializing the movement with `InitializeMovementRequest`. ### Responses To monitor the state of the movement, listen to the [state stream](#/operations/streamMotionGroupState). The state is published via nats as well. Field `execute` in the `MotionGroupState` indicates whether a movement is ongoing and carries execution details. Each request has a corresponding acknowledgment response. They signal success or failure of the request. Especially for `PauseMovementResponse`, it does not signal the end of the movement. Additionally, `MovementError` messages can be sent in case of unexpected errors during the execution, e.g., controller disconnects during movement. ### Tips and Tricks - A movement can be paused and resumed by sending `PauseMovementRequest` and `StartMovementRequest`. - Send `PlaybackSpeedRequest` before `StartMovementRequest` to reduce the velocity of the movement before it starts. - Send `PlaybackSpeedRequest` repeatedly to implement a slider. The velocity of the motion group can be adjusted with each controller step. Therefore, if your app needs a slider-like UI to alter the velocity of a currently running movement, you can send `PlaybackSpeedRequest` with different speed values repeatedly during the movement. - A closed trajectory (end and start joint position are equal) can be repeated by sending `StartMovementRequest` after the movement has finished.
7804
8199
  * @summary Execute Trajectory
7805
8200
  * @param {string} cell Unique identifier addressing a cell in all API calls.
7806
8201
  * @param {string} controller Unique identifier to address a controller in the cell.
@@ -9649,4 +10044,4 @@ var Configuration = class {
9649
10044
  }
9650
10045
  };
9651
10046
  //#endregion
9652
- export { AbbControllerKindEnum, ActionChunkRequestMessageTypeEnum, ActionChunkResponseKindEnum, ActionChunkStreamingApi, ActionChunkStreamingApiAxiosParamCreator, ActionChunkStreamingApiFactory, ActionChunkStreamingApiFp, ApplicationApi, ApplicationApiAxiosParamCreator, ApplicationApiFactory, ApplicationApiFp, 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, 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, InitializeActionChunksRequestMessageTypeEnum, InitializeActionChunksResponseKindEnum, InitializeJoggingRequestMessageTypeEnum, InitializeJoggingResponseKindEnum, InitializeMovementRequestMessageTypeEnum, InitializeMovementResponseKindEnum, IntegerValueValueTypeEnum, InvalidDofErrorKindEnum, JoggingApi, JoggingApiAxiosParamCreator, JoggingApiFactory, JoggingApiFp, JoggingDetailsKindEnum, JoggingPausedByUserKindEnum, JoggingPausedNearCollisionKindEnum, JoggingPausedNearJointLimitKindEnum, JoggingPausedNearSingularityKindEnum, JoggingPausedOnIOKindEnum, JoggingRunningKindEnum, JointLimitExceededErrorKindEnum, JointTypeEnum, JointVelocityRequestMessageTypeEnum, JointVelocityResponseKindEnum, JointWaypointKindEnum, KinematicBranchElbow, KinematicBranchShoulder, KinematicBranchWrist, KinematicsApi, KinematicsApiAxiosParamCreator, KinematicsApiFactory, KinematicsApiFp, KukaControllerKindEnum, LicenseApi, LicenseApiAxiosParamCreator, LicenseApiFactory, LicenseApiFp, LicenseStatusEnum, LinkChainValueSourceEnum, Manufacturer, MidpointInsertionAlgorithmAlgorithmNameEnum, ModbusIOArea, ModbusIOByteOrder, ModbusIOTypeEnum, MotionGroupApi, MotionGroupApiAxiosParamCreator, MotionGroupApiFactory, MotionGroupApiFp, MotionGroupModelsApi, MotionGroupModelsApiAxiosParamCreator, MotionGroupModelsApiFactory, MotionGroupModelsApiFp, MovementErrorResponseKindEnum, NOVACloudApi, NOVACloudApiAxiosParamCreator, NOVACloudApiFactory, NOVACloudApiFp, NanValueErrorKindEnum, NetworkBackend, NetworkLinkState, OperatingState, OperationMode, OrientationType, PathCartesianPTPPathDefinitionNameEnum, PathCirclePathDefinitionNameEnum, PathCubicSplinePathDefinitionNameEnum, PathDirectionConstrainedCartesianPTPPathDefinitionNameEnum, PathDirectionConstrainedJointPTPPathDefinitionNameEnum, PathJointPTPPathDefinitionNameEnum, PathLinePathDefinitionNameEnum, PauseActionChunksRequestMessageTypeEnum, PauseActionChunksResponseKindEnum, PauseJoggingRequestMessageTypeEnum, PauseJoggingResponseKindEnum, PauseMovementRequestMessageTypeEnum, PauseMovementResponseKindEnum, 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, 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, TechmanControllerKindEnum, 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, YaskawaControllerKindEnum, ZodValidationErrorErrorCodeEnum, operationServerMap };
10047
+ 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, 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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "26.6.0-rc.3",
3
+ "version": "26.7.0-dev.11",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "type": "module",
6
6
  "files": [