Hi, I’m programming a robot to be able to pick up parts, then show it to a set position and then it place the part back to where it picked it up from. (in polyscope 5)
The parts are in a tray that holds each part a set distance away from each other.
I wrote my program in a loop to allow for the robot to be able to do this for multiple of the parts by moving over by a distance of say 10 cm and then repeating the same loop. However, I am unsure as to how to code the robot within Polyscope to be able to place the part back down where it picked it up from at the end of the loop.
Is there a way to save a position in space the robot was in so that I can reference back to it within the same loop?
This is so that I can make the robot go back to that position within the loop so that the robot can place part back where it picked it up from