When a six-axis force/torque (F/T) sensor is attached to the robot, calibrate:
- the end-effector gravity, and its center.
- the biases:
- the rotation between the sensor and robot
- the robot installation declination
- the bias of sensor.
From the Bias Estimation and Gravity Compensation for Wrist-Mounted Force/Torque Sensor.
The stationary mode or the gravity compensation model:
The calibration model:
- original: in the least-square method, decide the sign of F_b by the robot installation types.
- improvement here: decide the sign of F_b by comparing the total fitting errors.
If you use this code or method, please cite the following paper:
@misc{yu2025handforcecalibration,
author = {Winkin Yu},
title = {Hand-Force Calibration with Bias Force Sign Selection via Total Error Minimization},
year = {2025},
howpublished = {GitHub repository},
url = {https://github.com/GeneHit/hand_force_calibration},
note = {Original idea implemented in code.}
}