Describe this pull request. Link to relevant GitHub issues, if any.
This PR extends the settings menu to allow users to customize the speed of approach to their mouth, as well as the planning scene.
Explain how this pull request was tested, including but not limited to the below checkmarks.
[x] Launch the code in mock
[x] Go into settings, open "Motion To/From Mouth," change the parameter, verify it gets updated.
[x] Go into Settings, planning scene, change it, and verify it gets updated.
Before creating a pull request
[x] 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.
This PR extends the settings menu to allow users to customize the speed of approach to their mouth, as well as the planning scene.
Explain how this pull request was tested, including but not limited to the below checkmarks.
mock
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
)