I’m trying to get some torque readings for parameter estimation. Does the get_present_load function return the torque reading from a sensor? On the Dynamixel manual it says:
"Current load is inferred from the internal torque value, not from Torque sensor etc. For that reason, it cannot be used to measure weight or torque; however, it must be used only to detect which direction the force works. "
Is the value I read from the function an accurate reading or does it suffer from the drawback above?
I suppose I could also use a function created to read the current register (x044 I think). Is there some place I can get an accurate set of values for mapping between the current and output torque?
Thanks for the reply, but what I need are the torque readings to estimate the inertia and friction coefficients of an arm. I’ve obtained the current from the registers and the noise is small enough after data averaging over several cycles.
What I’m trying to do is obtain a function that maps this current to the torque. The Dynamixel manual has the graph shown below, so I’m wondering if it’s appropriate to approximate the pink curve as a straight line and then calculate the torque. Accuracy is important, but I haven’t been able to find any numerical data and this graph seems to be the best I can get.