You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, BiteAcquisitionCheck lets the user either move the robot on to the staging location or has it try again with the same food mask. But perhaps we should give them the option to reselect the bite? This could be in addition to, or instead of, the "no try again" option. The motivation for this is two-fold:
Perhaps the user changes their mind and wants a different bite.
It is highly likely that in the first acquisition, the food items on the plate moved, so the previous mask may no longer be applicable.
The text was updated successfully, but these errors were encountered:
What this is making me realize is that we should never allow the user to move to the BiteAcquistion action without going through BiteSelection immediately before, since the mask might change.
Currently, BiteAcquisitionCheck lets the user either move the robot on to the staging location or has it try again with the same food mask. But perhaps we should give them the option to reselect the bite? This could be in addition to, or instead of, the "no try again" option. The motivation for this is two-fold:
The text was updated successfully, but these errors were encountered: