Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wait between taking snapshots on robot load #474

Merged
merged 2 commits into from
Sep 12, 2024

Conversation

DominicOram
Copy link
Contributor

Fixes #459

Note we're not using the trigger(wait=True) due to bluesky/bluesky#1795

Also confirm that all other problems in the linked issue are covered by other issues.

Copy link
Contributor

@dperl-dls dperl-dls left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just one nit

@@ -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")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be good to add a comment linking to bluesky/bluesky#1795

@DominicOram DominicOram merged commit 027a4e7 into main Sep 12, 2024
16 checks passed
@DominicOram DominicOram deleted the 459_hotfixes_for_hyperion_testing branch September 12, 2024 13:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hyperion testing 9/9/24
2 participants