@wandelbots/nova-api 26.5.0-dev.3 → 26.5.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/v2/index.d.cts +1 -1
- package/dist/v2/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/v2/index.d.cts
CHANGED
|
@@ -3158,7 +3158,7 @@ interface OperationLimits {
|
|
|
3158
3158
|
'manual_t1_limits'?: LimitSet;
|
|
3159
3159
|
'manual_t2_limits'?: LimitSet;
|
|
3160
3160
|
/**
|
|
3161
|
-
* Flag to indicate whether the
|
|
3161
|
+
* Flag to indicate whether the TCP velocity limit is also applied for the elbow and flange in auto mode.
|
|
3162
3162
|
*/
|
|
3163
3163
|
'safety_limit_elbow_flange_velocity_in_auto'?: boolean;
|
|
3164
3164
|
}
|
package/dist/v2/index.d.ts
CHANGED
|
@@ -3158,7 +3158,7 @@ interface OperationLimits {
|
|
|
3158
3158
|
'manual_t1_limits'?: LimitSet;
|
|
3159
3159
|
'manual_t2_limits'?: LimitSet;
|
|
3160
3160
|
/**
|
|
3161
|
-
* Flag to indicate whether the
|
|
3161
|
+
* Flag to indicate whether the TCP velocity limit is also applied for the elbow and flange in auto mode.
|
|
3162
3162
|
*/
|
|
3163
3163
|
'safety_limit_elbow_flange_velocity_in_auto'?: boolean;
|
|
3164
3164
|
}
|