Hello every one!
I have an arm that is using a camera to find a part. Theses parts are arranged in a 16x2 array. I started out with a point called XPick which is at the X0Y0Z0 of base[16]. I then offset it to the next part in the array and take a picture, Get the cameras offsets add them to XPick and move the gripper there. Half way down the long side of the array I need to A180 the camera to avoid crushing my end-of-arm tooling. The problem is the camera is now the opposite orientation of my base, so the X and Y offsets are wrong. Is there a way to move a point like Xpick in relation to the cameras frame?
I assumed I needed the geometric op but my experiments with it were fruitless.
I was going to post pictures and code but I'm not sure what would be helpful. Let me know if any one has Ideas or needs more info!