stack-of-tasks / sot-torque-control

Collection of dynamic-graph entities aimed at implementing torque control on different robots.
Other
9 stars 15 forks source link

Joint Torque sensors calibration #13

Closed andreadelprete closed 7 years ago

andreadelprete commented 7 years ago

We need a calibration procedure to compute the offsets of the torque sensors. This could be carried out by a dedicated entity that takes as input:

This entity should have a command computeOffset that triggers the computation of the torque sensor offsets. The offset could be simply computed as the difference between the measurements and the expected joint torques (computed using the dynamic model). In the computation we could assume that the robot velocities and accelerations are null. It will be then up to the user to move the robot into a proper configuration before calling computeOffset.

The output signal of the entity should provide offset-free joint torque measurements.

andreadelprete commented 7 years ago

A few more details about this entity: