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(app): Fix flickering screen during gripper Error Recovery #16667

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

mjhuff
Copy link
Contributor

@mjhuff mjhuff commented Nov 1, 2024

Closes RQA-3486

Overview

Fixes an infinite re-render caused by control flow issues. Once the robot is on an "in motion" screen, we are no longer on an isManualGripperStep, setting some state a little too eagerly and causing the loop.

Note that the ticket specifies another bug, but the embedded folks are looking at that part.

Fixed Behavior

Screen.Recording.2024-11-01.at.12.54.26.PM.mov

Test Plan and Hands on Testing

  • See video

Changelog

  • Fixes an infinite render loop in gripper error recovery flows

Risk assessment

low

@mjhuff mjhuff requested a review from a team November 1, 2024 17:19
@mjhuff mjhuff requested a review from a team as a code owner November 1, 2024 17:19
@mjhuff mjhuff requested review from jerader and removed request for a team November 1, 2024 17:19
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.

Yuck

@mjhuff mjhuff merged commit 1a7b61d into chore_release-8.2.0 Nov 1, 2024
30 checks passed
@mjhuff mjhuff deleted the app_fix-flickering-screen-gripper-er branch November 1, 2024 20:40
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