Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

(Python API) Mat.Offset() pose format

#2
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:

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.


Messages In This Thread
(Python API) Mat.Offset() pose format - byj_cso- 09-29-2022, 02:53 AM
RE: (Python API) Mat.Offset() pose format - bySam- 09-29-2022, 12点



Users browsing this thread:
1 Guest(s)