Describe this pull request. Link to relevant GitHub issues, if any.
There is an ongoing issue where, when customizing a robot arm configuration, sometimes the RobotMotion modal will start out paused. This PR is an attempt to fix that.
Explain how this pull request was tested, including but not limited to the below checkmarks.
The main challenge is that this issue is hard to recreate. I have had greatest success re-creating it when accessing the web interface from my iPhone, and some success recreating it when accessing the web interface (running on the real robot) from the Arc browser on my laptop. I haven't been able to re-create it when running the robot code on my Ubuntu VM.
[ ] Recreate the issue: Find a configuration where the issue can be recreated with high probability, document that here.
[ ] Verify the fix: Pull this branch and run the code, verify the fix works.
Before creating a pull request
[ ] Format React code with npm run format
[ ] Format Python code by running python3 -m black . in the top-level of this repository
[ ] Thoroughly test your code's functionality, including unintended uses.
[ ] Fully test the responsiveness of the feature as documented in the Responsiveness Testing Guidelines. If you deviate from those guidelines, document above why you deviated and what you did instead.
[ ] Consider the user flow between states that this feature introduces, consider different situations that might occur for the user, and ensure that there is no way for the user to get stuck in a loop.
Before merging a pull request
[ ] Squash all your commits into one (or Squash and Merge)
Describe this pull request. Link to relevant GitHub issues, if any.
There is an ongoing issue where, when customizing a robot arm configuration, sometimes the
RobotMotion
modal will start out paused. This PR is an attempt to fix that.Explain how this pull request was tested, including but not limited to the below checkmarks.
The main challenge is that this issue is hard to recreate. I have had greatest success re-creating it when accessing the web interface from my iPhone, and some success recreating it when accessing the web interface (running on the real robot) from the Arc browser on my laptop. I haven't been able to re-create it when running the robot code on my Ubuntu VM.
Before creating a pull request
npm run format
python3 -m black .
in the top-level of this repositoryBefore merging a pull request
Squash and Merge
)