Get_tcp_force(): How are the values calculated?

Hi,

is there a filter that works on the values of ‘get_tcp_force()’ i can adjust ?

In an appliction i try to touch the surface of a soft material by a small (1 N) force after zero_ftsensor(). Sometimes it still not works and stops before contact. I tested it with force_mode() Test function in polyscope by touching on a scale. This was pretty good. Getting it by 'get_tcp_force() seems to be different stable/filtered?

Thanks for Help,

Hannes

Hey @mahler,

I’m not sure if it will be possible to apply 1N of force without using external force/torque sensor or external software like Robotiq Force Copilot. Note that the robot specifications include parameters for the force sensor’s accuracy and precision—in the best-case scenario for the UR3e, the precision is ±2 N, and the accuracy is ±3.5 N. Probably that’s why your robot stops during movement before contact.

Hi Wojciech,

thanks for the answer. Before i knew the sensor is not that sensitive i simply tested behavior with this Test mode of the force_mode() at the polyscope. That worked fine- better than the datasheet defines. So i think there could be a option like a filter that increases the perfomrance. Do You know how it works, and is there something like a filter i can adjust?

Best regards,

Hannes

Yeah, in some specific circumstances you’ll be able to receive much better values than documentation says. It’s because in docs the worst case should be described, as - high payload, high acceleration, high path curve etc.

Neverthless, there’s no build in fine tuner for gathering the data like a low-level filter. But Force Copilot as licensed product from Robotiq which I recommend doing exactly what you’re trying to do - finetuning the sensor data itself, as their software connecting directly to our sensor. I don’t know how precise you can be with their software, but there’s a chance to reach 1N. (you can contact robotiq there : Contact Us | Robotiq )

In UR you can just adjust gain and force scaling parameters to act more gently, but I’m not sure if it will resolve your problem with that low value needed. Based on my experience I’ll say that more precise, external F&T sensor should be used like this one from OnRobot : HEX 6-Axis :

Thanks for reply ans hints for precise products. Gain nd force scaling ist done by ‚force_mode_set_damping() and force_mode_set_scaling(), right? Is there a exact explanation what each does?

At the moment i wrote a simple filter that smoothes the signal and it (seems to) work.

Best regards,

Hannes

Hey,

Check my video from Linkedin about those parameters which explains it : #automation #forcecontrol | Wojciech Góral