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

Move To Mouth: getting stuck in error cases #90

Closed
atharva-kashyap opened this issue Sep 26, 2023 · 1 comment · Fixed by #94
Closed

Move To Mouth: getting stuck in error cases #90

atharva-kashyap opened this issue Sep 26, 2023 · 1 comment · Fixed by #94
Assignees

Comments

@atharva-kashyap
Copy link
Contributor

If the robot tries to move to the user's mouth and fails (because it collides with the user's mouth), then user gets stuck (because there is no recourse). Both options (go back/continue) require the arm to not be in collision.

@amalnanavati
Copy link
Contributor

amalnanavati commented Nov 13, 2023

ada_feeding#128 and #94 should partially solve this, because the "resume"/"retry" action will be MoveToMouth which will disable wheelchair collisions. However, the Back option will still be MoveToStagingConfiguration, which expects the robot to be out-of-collision. To address this, I should add a MoveFromMouthToStagingConfiguration motion that is called when the user clicks "Back" from MoveToMouth

@amalnanavati amalnanavati self-assigned this Nov 13, 2023
@amalnanavati amalnanavati linked a pull request Nov 13, 2023 that will close this issue
21 tasks
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 a pull request may close this issue.

2 participants