I am using the ur_rtde by SDU Robotics to query the position of a UR10e about 500 times per second. The UR’s tcp moves back and forth parallel to the UR’s y axis. I query the position and find the change in xyz position from the previous query and print the xyz change to the console. I would expect to see the console print positive y values, then when the robot changes direction, the console will show negative values. Instead, the y values change sign well after the UR changes direction, and the delay gets worse as the program runs. Has anyone else encountered this issue or something similar?
Thanks but it is not
I see that you’ve raised it as an issue on their repository. Probably the right move. If someone there solves it for you, definitely post a solution back here
We were running ur_rtde 1.4.7 and we have rolled back to 1.4.3 which seems to have remedied the issue. Our tests look good but we haven’t integrated 1.4.3 into our application yet so we can’t be sure this is a solution.
Using version 1.4.3 fixes the issue.
Great to hear, I’m going to post your colleague’s snippet here too in case anyone else has to troubleshoot something similar: