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(gripper): add stopped state #816

Merged
merged 3 commits into from
Nov 15, 2024

Conversation

ryanthecoder
Copy link
Contributor

This fixes an error that happens during error recovery where the gripper needs to re-home because the error flow sends a stop request.

This fixes that by adding a new state called stop, and if the firmware responds with STOPPED instead of UNHOMED then we know we can just continue on without re-homing.

The gripper will still go into a UNHOMED state during the following:
Labware droped
Collision
Estop

@sfoster1 sfoster1 changed the title Exec 833 gripper state fix(gripper): add stopped state Nov 15, 2024
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.

Looks good to me if it compiles and works!

@ryanthecoder ryanthecoder merged commit 7b650fc into chore_release-8.2.0 Nov 15, 2024
30 of 31 checks passed
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.

2 participants