Skip to content

Commit 731816f

Browse files
authored
more iswap backend kwargs, hotel (#343)
1 parent fc6eed4 commit 731816f

File tree

4 files changed

+298
-293
lines changed

4 files changed

+298
-293
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,34 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
115115
- `STAR.position_channels_in_y_direction` (https://github.com/PyLabRobot/pylabrobot/pull/324)
116116
- `{Well,TipSpot}.get_identifier` (https://github.com/PyLabRobot/pylabrobot/pull/327)
117117
- `LiquidHandler{Backend}.{pick_up_resource,move_picked_up_resource,drop_resource}` (https://github.com/PyLabRobot/pylabrobot/pull/328)
118+
- Resource management (https://github.com/PyLabRobot/pylabrobot/pull/343)
118119
- `Access2` loader for vspin (https://github.com/PyLabRobot/pylabrobot/pull/308)
119120
- `CentrifugeChatterboxBackend` and `LoaderChatterboxBackend` (https://github.com/PyLabRobot/pylabrobot/pull/335)
120121
- Add support for TF cytomat `C6000`, `C2C_50`, `C2C_425`, `C2C_450_SHAKE`, `C5C` (https://github.com/PyLabRobot/pylabrobot/pull/332)
121122
- Add `resource_size_z` parameter to `create_homogeneous_resources and `create_resources` (https://github.com/PyLabRobot/pylabrobot/pull/341)
123+
- More backend kwargs for iswap movements on STAR: (https://github.com/PyLabRobot/pylabrobot/pull/343)
124+
- STAR.pick_up_resource:
125+
- `iswap_grip_strength: int = 4`
126+
- `minimum_traverse_height_at_beginning_of_a_command: Optional[float] = None`
127+
- `z_position_at_the_command_end: Optional[float] = None`
128+
- `plate_width_tolerance: float = 2.0`
129+
- `hotel_open_gripper_position: Optional[float] = None`
130+
- `hotel_depth=160.0`
131+
- `hotel_clearance_height=7.5`
132+
- `high_speed=False`
133+
- `plate_width: Optional[float] = None`
134+
- `use_unsafe_hotel: bool = False`
135+
- `iswap_collision_control_level: int = 0`
136+
- `iswap_fold_up_sequence_at_the_end_of_process: bool = True`
137+
- STAR.drop_resource
138+
- `minimum_traverse_height_at_beginning_of_a_command: Optional[float] = None`
139+
- `z_position_at_the_command_end: Optional[float] = None`
140+
- `hotel_open_gripper_position: Optional[float] = None`
141+
- `hotel_depth=160.0`
142+
- `hotel_clearance_height=7.5`
143+
- `hotel_high_speed=False`
144+
- `use_unsafe_hotel: bool = False`
145+
- `iswap_collision_control_level: int = 0`
122146

123147
### Deprecated
124148

0 commit comments

Comments
 (0)