This PR overrides auto-continue if the robot arrived at DetectingFace through the MoveFromMouth state. This is to avoid the case where the user mistakenly presses back, and then it automatically moves to their mouth.
[x] Check auto-continue, go to detecting face, verify that it continues.
[x] From BiteDone, go back to staging config, verify it doesn't auto-continue.
[x] Pause MoveToMouth and go back, verify it doesn't auto-continue.
This PR also adds better error handling to the WebRTC server.
Before creating a pull request
[x] Format React code with npm run format
Before merging a pull request
[ ] Squash all your commits into one (or Squash and Merge)
This PR overrides auto-continue if the robot arrived at
DetectingFace
through theMoveFromMouth
state. This is to avoid the case where the user mistakenly presses back, and then it automatically moves to their mouth.This PR also adds better error handling to the WebRTC server.
Before creating a pull request
npm run format
Before merging a pull request
Squash and Merge
)