Skip to content

Commit 784d85e

Browse files
committed
fix docs building
1 parent 0cf81d4 commit 784d85e

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

pylabrobot/liquid_handling/backends/hamilton/STAR_backend.py

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6819,25 +6819,19 @@ async def request_iswap_wrist_drive_position_increments(self) -> int:
68196819
async def request_iswap_wrist_drive_orientation(self) -> "WristDriveOrientation":
68206820
"""
68216821
Request the iSWAP wrist drive orientation.
6822-
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).
68246823
68256824
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)
68286826
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)
68316828
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 !)
68346830
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.
68376832
68386833
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).
68416835
"""
68426836

68436837
# Map motor increments to wrist orientations (constant lookup table).

0 commit comments

Comments
 (0)