09-29-2022, 11:59 AM
1. I have updated the documentation, it should reflect the change in the next publication.
2 and 3. If the two poses are known, we typically use new_pose = pose_a * pose_b directly.
Offset() is convenient on loops, for instance:
Note that Pose_2_Staubli returns Pose_2_TxyzRxyz in degrees.
2 and 3. If the two poses are known, we typically use new_pose = pose_a * pose_b directly.
Offset() is convenient on loops, for instance:
Code:
for i in range (10):
pose_i = pose.Offset(0, 0, 0, rz=i*5)
Note that Pose_2_Staubli returns Pose_2_TxyzRxyz in degrees.
Please read theForum Guidelinesbefore posting!
Find useful information about RoboDK by visiting ourOnline Documentation.
Find useful information about RoboDK by visiting ourOnline Documentation.