personalrobotics / feeding_web_interface

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

Reset Workspace Walls When Customizing Configurations #139

Closed amalnanavati closed 6 months ago

amalnanavati commented 6 months ago

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

As of ada_feeding#181, the robot code exposes an action to recompute workspace walls based on the currently-used robot arm configurations. This PR modifies the web app to call that action every time a configuration parameter is saved. This enables users to customize configurations without worrying about it leading the robot to be in collision with the workspace walls.

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

Future Work


Before creating a pull request

Before merging a pull request