personalrobotics / feeding_web_interface

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

Allow `TeleopSubcomponent` to re-tare and change F/T threshold #140

Closed amalnanavati closed 6 months ago

amalnanavati commented 6 months ago

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

This PR, which builds upon ada_feeding#183, extends the TeleopSubcomponent as follows:

  1. On mount and when the refresh button is clicked, has the teleop button re-tare the F/T sensor.
  2. From the InfoModal, gives users the option to increase the F/T threshold (to 75N) and restore it (back to 1N).

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