Hello everyone,
I am working on a UR robot (UR5e) and I am setting up RTDE communication with a UR robot.
I have observed an unexpected behavior:
When I set the communication frequency to 500 Hz, get_steptime() returns 2 ms (as expected).
However, when I set the frequency to 125 Hz, get_steptime() still returns 2 ms (where I would expect 8 ms).
Has anyone encountered similar behavior?
Thank you in advance.