NetFT icon indicating copy to clipboard operation
NetFT copied to clipboard

How to get the configuration from sensor

Open HorizonRy opened this issue 7 months ago • 1 comments

I try to use this lib to read the force/torque value and it have the original values. But it is not the real physical quantities and should be convert based on the configuration such as count per force and count per torque. This library have not give us the way to read these config from the sensor. How should we obtain real physical forces?

HorizonRy avatar Apr 28 '25 03:04 HorizonRy

Hi @HorizonRy

It's been quite a while since I have worked with one of these devices. However, reading through the manual, simply dividing the raw force and torque values by the counts per force and counts per torque values respectively should give measurements in the calibration units.

If you're interested, I would welcome a pull request that adds this functionality to the library.

CameronDevine avatar Apr 28 '25 15:04 CameronDevine