@wandelbots/nova-api 26.6.0-dev.52 → 26.6.0-dev.53
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.d.cts +33 -3
- package/dist/v2/index.d.ts +33 -3
- package/package.json +1 -1
package/dist/v2/index.d.cts
CHANGED
|
@@ -725,16 +725,28 @@ declare const CapsuleShapeTypeEnum: {
|
|
|
725
725
|
};
|
|
726
726
|
type CapsuleShapeTypeEnum = typeof CapsuleShapeTypeEnum[keyof typeof CapsuleShapeTypeEnum];
|
|
727
727
|
interface CartesianLimits {
|
|
728
|
+
/**
|
|
729
|
+
* Cartesian velocity limit in mm/s.
|
|
730
|
+
*/
|
|
728
731
|
'velocity'?: number;
|
|
732
|
+
/**
|
|
733
|
+
* Cartesian acceleration limit in mm/s².
|
|
734
|
+
*/
|
|
729
735
|
'acceleration'?: number;
|
|
730
736
|
/**
|
|
731
|
-
* > **NOTE** > > This limit type is experimental and its behavior may change in future releases.
|
|
737
|
+
* Cartesian jerk limit in mm/s³. > **NOTE** > > This limit type is experimental and its behavior may change in future releases.
|
|
732
738
|
*/
|
|
733
739
|
'jerk'?: number;
|
|
740
|
+
/**
|
|
741
|
+
* Orientation velocity limit in rad/s.
|
|
742
|
+
*/
|
|
734
743
|
'orientation_velocity'?: number;
|
|
744
|
+
/**
|
|
745
|
+
* Orientation acceleration limit in rad/s².
|
|
746
|
+
*/
|
|
735
747
|
'orientation_acceleration'?: number;
|
|
736
748
|
/**
|
|
737
|
-
* > **NOTE** > > This limit type is experimental and its behavior may change in future releases.
|
|
749
|
+
* Orientation jerk limit in rad/s³. > **NOTE** > > This limit type is experimental and its behavior may change in future releases.
|
|
738
750
|
*/
|
|
739
751
|
'orientation_jerk'?: number;
|
|
740
752
|
}
|
|
@@ -2434,13 +2446,25 @@ declare const JointLimitExceededErrorKindEnum: {
|
|
|
2434
2446
|
};
|
|
2435
2447
|
type JointLimitExceededErrorKindEnum = typeof JointLimitExceededErrorKindEnum[keyof typeof JointLimitExceededErrorKindEnum];
|
|
2436
2448
|
interface JointLimits {
|
|
2449
|
+
/**
|
|
2450
|
+
* Joint position limits in rad.
|
|
2451
|
+
*/
|
|
2437
2452
|
'position'?: LimitRange;
|
|
2453
|
+
/**
|
|
2454
|
+
* Joint velocity limit in rad/s.
|
|
2455
|
+
*/
|
|
2438
2456
|
'velocity'?: number;
|
|
2457
|
+
/**
|
|
2458
|
+
* Joint acceleration limit in rad/s².
|
|
2459
|
+
*/
|
|
2439
2460
|
'acceleration'?: number;
|
|
2440
2461
|
/**
|
|
2441
|
-
* > **NOTE** > > This limit type is experimental and its behavior may change in future releases.
|
|
2462
|
+
* Joint jerk limit in rad/s³. > **NOTE** > > This limit type is experimental and its behavior may change in future releases.
|
|
2442
2463
|
*/
|
|
2443
2464
|
'jerk'?: number;
|
|
2465
|
+
/**
|
|
2466
|
+
* Joint torque limit in Nm.
|
|
2467
|
+
*/
|
|
2444
2468
|
'torque'?: number;
|
|
2445
2469
|
}
|
|
2446
2470
|
interface JointPTPMotion {
|
|
@@ -2720,7 +2744,13 @@ type LicenseStatusEnum = typeof LicenseStatusEnum[keyof typeof LicenseStatusEnum
|
|
|
2720
2744
|
* The upper_limit must be greater then the lower_limit.
|
|
2721
2745
|
*/
|
|
2722
2746
|
interface LimitRange {
|
|
2747
|
+
/**
|
|
2748
|
+
* Lower position limit in rad.
|
|
2749
|
+
*/
|
|
2723
2750
|
'lower_limit'?: number;
|
|
2751
|
+
/**
|
|
2752
|
+
* Upper position limit in rad.
|
|
2753
|
+
*/
|
|
2724
2754
|
'upper_limit'?: number;
|
|
2725
2755
|
}
|
|
2726
2756
|
interface LimitSet {
|
package/dist/v2/index.d.ts
CHANGED
|
@@ -725,16 +725,28 @@ declare const CapsuleShapeTypeEnum: {
|
|
|
725
725
|
};
|
|
726
726
|
type CapsuleShapeTypeEnum = typeof CapsuleShapeTypeEnum[keyof typeof CapsuleShapeTypeEnum];
|
|
727
727
|
interface CartesianLimits {
|
|
728
|
+
/**
|
|
729
|
+
* Cartesian velocity limit in mm/s.
|
|
730
|
+
*/
|
|
728
731
|
'velocity'?: number;
|
|
732
|
+
/**
|
|
733
|
+
* Cartesian acceleration limit in mm/s².
|
|
734
|
+
*/
|
|
729
735
|
'acceleration'?: number;
|
|
730
736
|
/**
|
|
731
|
-
* > **NOTE** > > This limit type is experimental and its behavior may change in future releases.
|
|
737
|
+
* Cartesian jerk limit in mm/s³. > **NOTE** > > This limit type is experimental and its behavior may change in future releases.
|
|
732
738
|
*/
|
|
733
739
|
'jerk'?: number;
|
|
740
|
+
/**
|
|
741
|
+
* Orientation velocity limit in rad/s.
|
|
742
|
+
*/
|
|
734
743
|
'orientation_velocity'?: number;
|
|
744
|
+
/**
|
|
745
|
+
* Orientation acceleration limit in rad/s².
|
|
746
|
+
*/
|
|
735
747
|
'orientation_acceleration'?: number;
|
|
736
748
|
/**
|
|
737
|
-
* > **NOTE** > > This limit type is experimental and its behavior may change in future releases.
|
|
749
|
+
* Orientation jerk limit in rad/s³. > **NOTE** > > This limit type is experimental and its behavior may change in future releases.
|
|
738
750
|
*/
|
|
739
751
|
'orientation_jerk'?: number;
|
|
740
752
|
}
|
|
@@ -2434,13 +2446,25 @@ declare const JointLimitExceededErrorKindEnum: {
|
|
|
2434
2446
|
};
|
|
2435
2447
|
type JointLimitExceededErrorKindEnum = typeof JointLimitExceededErrorKindEnum[keyof typeof JointLimitExceededErrorKindEnum];
|
|
2436
2448
|
interface JointLimits {
|
|
2449
|
+
/**
|
|
2450
|
+
* Joint position limits in rad.
|
|
2451
|
+
*/
|
|
2437
2452
|
'position'?: LimitRange;
|
|
2453
|
+
/**
|
|
2454
|
+
* Joint velocity limit in rad/s.
|
|
2455
|
+
*/
|
|
2438
2456
|
'velocity'?: number;
|
|
2457
|
+
/**
|
|
2458
|
+
* Joint acceleration limit in rad/s².
|
|
2459
|
+
*/
|
|
2439
2460
|
'acceleration'?: number;
|
|
2440
2461
|
/**
|
|
2441
|
-
* > **NOTE** > > This limit type is experimental and its behavior may change in future releases.
|
|
2462
|
+
* Joint jerk limit in rad/s³. > **NOTE** > > This limit type is experimental and its behavior may change in future releases.
|
|
2442
2463
|
*/
|
|
2443
2464
|
'jerk'?: number;
|
|
2465
|
+
/**
|
|
2466
|
+
* Joint torque limit in Nm.
|
|
2467
|
+
*/
|
|
2444
2468
|
'torque'?: number;
|
|
2445
2469
|
}
|
|
2446
2470
|
interface JointPTPMotion {
|
|
@@ -2720,7 +2744,13 @@ type LicenseStatusEnum = typeof LicenseStatusEnum[keyof typeof LicenseStatusEnum
|
|
|
2720
2744
|
* The upper_limit must be greater then the lower_limit.
|
|
2721
2745
|
*/
|
|
2722
2746
|
interface LimitRange {
|
|
2747
|
+
/**
|
|
2748
|
+
* Lower position limit in rad.
|
|
2749
|
+
*/
|
|
2723
2750
|
'lower_limit'?: number;
|
|
2751
|
+
/**
|
|
2752
|
+
* Upper position limit in rad.
|
|
2753
|
+
*/
|
|
2724
2754
|
'upper_limit'?: number;
|
|
2725
2755
|
}
|
|
2726
2756
|
interface LimitSet {
|