08-25-2022, 08:40 AM
Try using this code at the top of your script for RoboDK imports:
This should work for all versions. You can then access all functions directly like this:
Code:
from robolink import *
from robodk import *
This should work for all versions. You can then access all functions directly like this:
Code:
pose = Mat(4)
xyzabc = Pose_2_KUKA(pose)