personalrobotics / ada_feeding

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

Fixed recovery in acquisition tree #182

Closed amalnanavati closed 4 months ago

amalnanavati commented 4 months ago

Description

The recovery behaviors in the acquisition tree were broken. This PR fixes them, by:

  1. Setting the right frame for servoing.
  2. Setting the F/T threshold on the right controller for servoing.
  3. Setting an orientation constraint on the cartesian motion.
  4. Increasing the F/T threshold to 75 (because the extraction threshold is 50, which means that if extraction ends up going into the table, the measured force will be > 50.

Testing procedure

Before opening a pull request

Before Merging