personalrobotics / feeding_web_interface

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

Added dummy TableDetection and web app toggling of table detection #130

Closed amalnanavati closed 6 months ago

amalnanavati commented 7 months ago

Description

This PR, joint with ada_feeding#171, implements automated table detection into the robot-assisted feedingg system. Specifically, this PR extends the web app to toggle table detection on when the app switches to bite selection, and off when the app moves away from bite selection. Further, this PR implements a dummy TableDetection node (to continue the invariant that all real ROS interfaces have dummy variants, so the app can be tested in isolation).

Testing

Dummy:

Mock:

Real: see ada_feeding#171 for test cases and results.


Before creating a pull request

Before merging a pull request