personalrobotics / feeding_web_interface

Web interface for the robot-assisted feeding system
1 stars 0 forks source link

Allow users to change auto-continue from Settings Menu #147

Closed amalnanavati closed 2 months ago

amalnanavati commented 2 months ago

Describe this pull request. Link to relevant GitHub issues, if any.

This PR adds another element to the settings menu that allows users to toggle auto-continue options. Although auto-continue options nominally can be toggled from the app, the issue is that once they are checked, the robot could potentially move past that screen very fast, so the user may not have time to un-toggle the auto-continue settings. This PR addresses that, by giving users another location (in the settings menu) to toggle auto-continue settings.

Explain how this pull request was tested, including but not limited to the below checkmarks.


Before creating a pull request

Before merging a pull request