@wandelbots/nova-api 25.8.0-dev.15 → 25.8.0-dev.16
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/package.json +1 -1
- package/v2/api.d.ts +6 -0
- package/v2/api.js.map +1 -1
- package/v2/api.ts +6 -0
package/package.json
CHANGED
package/v2/api.d.ts
CHANGED
|
@@ -2808,6 +2808,12 @@ export interface LimitSet {
|
|
|
2808
2808
|
* @memberof LimitSet
|
|
2809
2809
|
*/
|
|
2810
2810
|
'flange'?: CartesianLimits;
|
|
2811
|
+
/**
|
|
2812
|
+
*
|
|
2813
|
+
* @type {JointLimits}
|
|
2814
|
+
* @memberof LimitSet
|
|
2815
|
+
*/
|
|
2816
|
+
'coupled_shoulder_elbow_joint'?: JointLimits;
|
|
2811
2817
|
}
|
|
2812
2818
|
/**
|
|
2813
2819
|
* If a limit is not set, the default value will be used.
|