@wandelbots/nova-api 26.4.0-dev.72 → 26.4.0-dev.73

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.
@@ -2282,7 +2282,7 @@ type KinematicBranchWrist = typeof KinematicBranchWrist[keyof typeof KinematicBr
2282
2282
  * Vendor-independent kinematic configuration for 6-DOF industrial robots with spherical wrist. Combines the discrete branch selection with optional per-joint axis range constraints.
2283
2283
  */
2284
2284
  interface KinematicConfiguration {
2285
- 'kinematic_branch'?: KinematicBranch;
2285
+ 'kinematic_branch': KinematicBranch;
2286
2286
  'axis_ranges'?: Array<AxisRange>;
2287
2287
  }
2288
2288
  /**
@@ -3207,10 +3207,11 @@ declare const OrientationType: {
3207
3207
  };
3208
3208
  type OrientationType = typeof OrientationType[keyof typeof OrientationType];
3209
3209
  /**
3210
- * A cartesian point-to-point is representing a joint point-to-point motion from start point to the indicated target pose. The target pose is a joint point-to-point given in cartesian space. The target joint configuration will be calculated to be in the same kinematic configuration as the start point is. If that is not possible, planning will fail.
3210
+ * A cartesian point-to-point is representing a joint point-to-point motion from start point to the indicated target pose. The target pose is a joint point-to-point given in cartesian space. The target joint configuration will be calculated to be in the same kinematic configuration as the start point is. If that is not possible, planning will fail. Alternatively, a kinematic configuration can be provided to specify the target kinematic branch and axis ranges. The kinematic configuration can be obtained from [convertVendorConfiguredPose](#/operations/convertVendorConfiguredPose). > **NOTE** > > The `kinematic_configuration` property is experimental and its structure or behavior may change in future releases.
3211
3211
  */
3212
3212
  interface PathCartesianPTP {
3213
3213
  'target_pose': Pose;
3214
+ 'kinematic_configuration'?: KinematicConfiguration;
3214
3215
  'path_definition_name': PathCartesianPTPPathDefinitionNameEnum;
3215
3216
  }
3216
3217
  declare const PathCartesianPTPPathDefinitionNameEnum: {
@@ -2282,7 +2282,7 @@ type KinematicBranchWrist = typeof KinematicBranchWrist[keyof typeof KinematicBr
2282
2282
  * Vendor-independent kinematic configuration for 6-DOF industrial robots with spherical wrist. Combines the discrete branch selection with optional per-joint axis range constraints.
2283
2283
  */
2284
2284
  interface KinematicConfiguration {
2285
- 'kinematic_branch'?: KinematicBranch;
2285
+ 'kinematic_branch': KinematicBranch;
2286
2286
  'axis_ranges'?: Array<AxisRange>;
2287
2287
  }
2288
2288
  /**
@@ -3207,10 +3207,11 @@ declare const OrientationType: {
3207
3207
  };
3208
3208
  type OrientationType = typeof OrientationType[keyof typeof OrientationType];
3209
3209
  /**
3210
- * A cartesian point-to-point is representing a joint point-to-point motion from start point to the indicated target pose. The target pose is a joint point-to-point given in cartesian space. The target joint configuration will be calculated to be in the same kinematic configuration as the start point is. If that is not possible, planning will fail.
3210
+ * A cartesian point-to-point is representing a joint point-to-point motion from start point to the indicated target pose. The target pose is a joint point-to-point given in cartesian space. The target joint configuration will be calculated to be in the same kinematic configuration as the start point is. If that is not possible, planning will fail. Alternatively, a kinematic configuration can be provided to specify the target kinematic branch and axis ranges. The kinematic configuration can be obtained from [convertVendorConfiguredPose](#/operations/convertVendorConfiguredPose). > **NOTE** > > The `kinematic_configuration` property is experimental and its structure or behavior may change in future releases.
3211
3211
  */
3212
3212
  interface PathCartesianPTP {
3213
3213
  'target_pose': Pose;
3214
+ 'kinematic_configuration'?: KinematicConfiguration;
3214
3215
  'path_definition_name': PathCartesianPTPPathDefinitionNameEnum;
3215
3216
  }
3216
3217
  declare const PathCartesianPTPPathDefinitionNameEnum: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "26.4.0-dev.72",
3
+ "version": "26.4.0-dev.73",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "type": "module",
6
6
  "files": [