Hello, I am palletizing small objects which are keyed and must be in correct orientation to fix into a matrix tray. In order to do so I would like to find the approach position value that changes for each position the robot must go to during palletizing and change the Rx and Ry values to the variable I have create already for correct orientation. The problem arises because the approach position is a fixed position with a different Rx and Ry value for each hole.
Currently I have the robot going to this approach position and then adjusting to the correct Rx and Ry value. However, it would be more efficient to just go to the correct position with that fixed orientation I need by reading the approach position and making a new point at that position in correct orientation.
If anyone knows a way to do this it would be greatly appreciated, thanks!