@wandelbots/nova-api 26.6.0-dev.62 → 26.6.0-dev.64

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.
@@ -2890,7 +2890,7 @@ interface MergeTrajectoriesSegment {
2890
2890
  */
2891
2891
  'trajectory': JointTrajectory;
2892
2892
  /**
2893
- * Limits override is used to override the global limits of the motion group for the blending at the end of this segment.
2893
+ * Limits override defines additional limits for the blending at the end of this segment. These limits do not replace the global limits of the motion group. Instead, they are merged with the global limits so that the most restrictive value applies for each limit.
2894
2894
  */
2895
2895
  'limits_override'?: LimitsOverride;
2896
2896
  /**
@@ -3011,7 +3011,7 @@ interface ModelError {
3011
3011
  interface MotionCommand {
3012
3012
  'blending'?: MotionCommandBlending;
3013
3013
  /**
3014
- * Limits override is used to override the global limits of the motion group for this segment of the motion.
3014
+ * Limits override defines additional limits for this segment of the motion. These limits do not replace the global limits of the motion group. Instead, they are merged with the global limits so that the most restrictive value applies for each limit.
3015
3015
  */
3016
3016
  'limits_override'?: LimitsOverride;
3017
3017
  'path': MotionCommandPath;
@@ -2890,7 +2890,7 @@ interface MergeTrajectoriesSegment {
2890
2890
  */
2891
2891
  'trajectory': JointTrajectory;
2892
2892
  /**
2893
- * Limits override is used to override the global limits of the motion group for the blending at the end of this segment.
2893
+ * Limits override defines additional limits for the blending at the end of this segment. These limits do not replace the global limits of the motion group. Instead, they are merged with the global limits so that the most restrictive value applies for each limit.
2894
2894
  */
2895
2895
  'limits_override'?: LimitsOverride;
2896
2896
  /**
@@ -3011,7 +3011,7 @@ interface ModelError {
3011
3011
  interface MotionCommand {
3012
3012
  'blending'?: MotionCommandBlending;
3013
3013
  /**
3014
- * Limits override is used to override the global limits of the motion group for this segment of the motion.
3014
+ * Limits override defines additional limits for this segment of the motion. These limits do not replace the global limits of the motion group. Instead, they are merged with the global limits so that the most restrictive value applies for each limit.
3015
3015
  */
3016
3016
  'limits_override'?: LimitsOverride;
3017
3017
  'path': MotionCommandPath;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wandelbots/nova-api",
3
- "version": "26.6.0-dev.62",
3
+ "version": "26.6.0-dev.64",
4
4
  "description": "API Client to interact with Wandelbots Public API.",
5
5
  "type": "module",
6
6
  "files": [