You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the orientation of the iSWAP wrist drive (always in relation to the
6823
-
iSWAP arm/rotation drive).
6822
+
This is the orientation of the iSWAP wrist drive (always in relation to the iSWAP arm/rotation drive).
6824
6823
6825
6824
e.g.:
6826
-
1) iSWAP RotationDriveOrientation.FRONT (i.e. pointing to the front of the machine) +
6827
-
iSWAP WristDriveOrientation.STRAIGHT (i.e. wrist is also pointing to the front)
6825
+
1) iSWAP RotationDriveOrientation.FRONT (i.e. pointing to the front of the machine) + iSWAP WristDriveOrientation.STRAIGHT (i.e. wrist is also pointing to the front)
6828
6826
6829
-
2) iSWAP RotationDriveOrientation.LEFT (i.e. pointing to the left of the machine) +
6830
-
iSWAP WristDriveOrientation.STRAIGHT (i.e. wrist is also pointing to the left)
6827
+
2) iSWAP RotationDriveOrientation.LEFT (i.e. pointing to the left of the machine) + iSWAP WristDriveOrientation.STRAIGHT (i.e. wrist is also pointing to the left)
6831
6828
6832
-
3) iSWAP RotationDriveOrientation.FRONT (i.e. pointing to the front of the machine) +
6833
-
iSWAP WristDriveOrientation.RIGHT (i.e. wrist is pointing to the left !)
6829
+
3) iSWAP RotationDriveOrientation.FRONT (i.e. pointing to the front of the machine) + iSWAP WristDriveOrientation.RIGHT (i.e. wrist is pointing to the left !)
6834
6830
6835
-
The relative wrist orientation is reported as a motor position increment by the STAR
6836
-
firmware. This value is mapped to a `WristDriveOrientation` enum member.
6831
+
The relative wrist orientation is reported as a motor position increment by the STAR firmware. This value is mapped to a `WristDriveOrientation` enum member.
6837
6832
6838
6833
Returns:
6839
-
WristDriveOrientation: The interpreted wrist orientation
6840
-
(e.g., RIGHT, STRAIGHT, LEFT, REVERSE).
6834
+
WristDriveOrientation: The interpreted wrist orientation (e.g., RIGHT, STRAIGHT, LEFT, REVERSE).
6841
6835
"""
6842
6836
6843
6837
# Map motor increments to wrist orientations (constant lookup table).
0 commit comments