Hello everybody,
I recently started to work with a UR5e and as first steps i created some simple exmaple programms in order to get used to the different types of movements.
As our inteded application is relevant to constant speed a more or less precise follow up of the intended trajectory I then decided to measure to UR’s path during an example trajectory by means of a Laser Tracker in order to get to know the capabilities of the system.
I used the movep command with a blend radius of 2mm to have more or less constant speed. I programmed the hole movement in one movep node and added waypoints for all linear and circular movements in thís node.
I expected the robot to miss the waypoints by the blending radius and then always come back to the tintended trajectory, but i was very suprised to see the actual results. The intended trajectory is never reached and position differences of up to 8 mm were observable.
I would like to know what i could have done wrong when programming the trajectory? Is movep the wrong command?
For completness, I added the URscript file of the programm and a screenshot of the path masurement to this post.
pathTest.script (8.9 KB)