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

fix(api): ungrip gripper should home g #16933

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

TamarZanzouri
Copy link
Contributor

@TamarZanzouri TamarZanzouri commented Nov 21, 2024

Overview

closes https://opentrons.atlassian.net/browse/RQA-3645.
unsafe/ungrip should call home G instead of ungrip.
revert #16928

Test Plan and Hands on Testing

as explained in the ticket + door open/close should work.

Changelog

make ungrip command call hardware api home G instead of ungrip

Risk assessment

low.

@TamarZanzouri TamarZanzouri requested review from a team as code owners November 21, 2024 19:09
@TamarZanzouri TamarZanzouri requested review from shlokamin and removed request for a team November 21, 2024 19:09
@TamarZanzouri TamarZanzouri changed the base branch from edge to chore_release-8.2.0 November 21, 2024 19:09
@TamarZanzouri TamarZanzouri requested review from sfoster1, SyntaxColoring and mjhuff and removed request for shlokamin November 21, 2024 19:10
@mjhuff
Copy link
Contributor

mjhuff commented Nov 21, 2024

For context, the reason we're doing this instead of the previous approach (home g), is because the door needs to be open while we home g, which should be handled by the unsafe/ungripLabware command.

Copy link
Contributor

@mjhuff mjhuff left a comment

Choose a reason for hiding this comment

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

Tested the door being open and not open, and both cases now work. Thank you! Glad we caught this.

Copy link
Member

@sfoster1 sfoster1 left a comment

Choose a reason for hiding this comment

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

Yes. True. thank you!

@TamarZanzouri TamarZanzouri merged commit f764319 into chore_release-8.2.0 Nov 21, 2024
14 checks passed
@TamarZanzouri TamarZanzouri deleted the RQA-3645-ungrip-should-home-g branch November 21, 2024 19:55
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.

3 participants