Hello,
I created a program that allows the UR3 robot to make a circular path (using the equation of a circle).
It seems that the tool mark orientation stay the same along the trajectory.
However, I want the Y axis of the tool to be perpendicular to the tangent at any point of the path :
I had the idea to add a θ angle in RZ tool coordinate system (θ depends on each points of the path )
Is there a solution for adding any orientation (RX,RY,RZ) using the tool space coordinate system as reference.
For example, 0.4 rad in RZ tool space like : p[0,0,0,0,0,0.4]
(only tool space and not base one)
Thank you