Skip to main content
. 2020 Feb 14;20(4):1050. doi: 10.3390/s20041050
Algorithm 1: Grasping force control through tactile sensing.
Requires: a trained online detection module, tactile readings, a initial grasping force f0
Repeat:
  Generate a tactile sequence tseq and a tactile image timg from tactile readings
  Perform online detection based on tseq and output contact event cs and object material cm
  Perform force estimation based on timg to calculate current contact information Ψ={f,p,Cimg}
  If cs=cnon-contacts then
   Perform position controller to control the joints of the robotic hand to reach desired joint position
  else
  Update the desired grasping force fd based on cs and cm
   Perform force feedback control to tracking the desired grasping force fd