personalrobotics / ada_feeding

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

Tune food-on-fork offset #199

Closed amalnanavati closed 2 months ago

amalnanavati commented 2 months ago

Description

Given how our food-on-fork (FoF) algorithm works (memorizing "fork" points in the camera frame), it is susceptible to changes in the camera extrinsics, and to physical changes like the fork getting bent. To make it easier to fix these sort of issues in the FoF algorithm, this PR adds a non_fof_points_offset parameter, which is position offsets to add to the stored no_fof_points. This PR also tunes that offset to the current robot/camera.

Testing procedure

Before opening a pull request

Before Merging