Skip to content

Commit

Permalink
Wait between taking snapshots on robot load.
Browse files Browse the repository at this point in the history
Not using the trigger(wait=True) due to bluesky/bluesky#1795
  • Loading branch information
DominicOram committed Sep 12, 2024
1 parent 8c7a0f9 commit 074d6dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def take_robot_snapshots(oav: OAV, webcam: Webcam, directory: Path):
)
yield from bps.abs_set(device.directory, str(directory))
yield from bps.trigger(device, group="snapshots")
yield from bps.wait("snapshots")
yield from bps.wait("snapshots")


def prepare_for_robot_load(composite: RobotLoadThenCentreComposite):
Expand Down

0 comments on commit 074d6dd

Please sign in to comment.