personalrobotics / ada_feeding

Robot-assisted feeding demos and projects for the ADA robot
4 stars 4 forks source link

Split `MoveToMouth` Into Two Separate Actions #128

Closed amalnanavati closed 11 months ago

amalnanavati commented 12 months ago

Description

In service of #127 . This PR separates bite transfer into two separate actions, one to move to the staging configuration and the other to move to the mouth. It is coupled with feeding_web_interface#94.

Testing procedure

Run the code as documented in the README. Then, run the below sequence of actions and verify that they work as expected.

Before opening a pull request

Before Merging