Is there a way to change the tool offset along the path rather than just applying the tool offset in the machining project where it affects the whole path?
For example, along my path at a certain point the robot might hit a wall because a tool attached to the robot is in the way. I want to be able to rotate the tool along the yaw/z so the tool is no longer in the way.
For example, along my path at a certain point the robot might hit a wall because a tool attached to the robot is in the way. I want to be able to rotate the tool along the yaw/z so the tool is no longer in the way.
Code:
SetPose(rotz(0))
... moves along first part of path
SetPose(rotz(180))
... continues along path after rotating