@wandelbots/wandelbots-js-react-components 1.46.1 → 1.46.2-pr.fix-increment-rotation-jogging.158.f3fe28b

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/index.js CHANGED
@@ -10939,7 +10939,7 @@ const yc = ot(
10939
10939
  currentTcpPose: R,
10940
10940
  currentJoints: V,
10941
10941
  coordSystemId: e.activeCoordSystemId,
10942
- velocityInRelevantUnits: e.velocityInCurrentUnits,
10942
+ velocityInRelevantUnits: e.selectedCartesianMotionType === "translate" ? e.translationVelocityMmPerSec : e.rotationVelocityRadsPerSec,
10943
10943
  axis: O.axis,
10944
10944
  direction: O.direction,
10945
10945
  motion: e.selectedCartesianMotionType === "translate" ? {