Hey, I am working with a KRC4 and it has a small turn table in front of it.
I am trying to write a program that just has the robot stay in place while rotating the turn table continuously so the tool is relatively moving at a set velocity.
This is a simplified version of the program. The robot does move the turn table without the arm moving, but the turn table slows down to almost a stop between each motion.
I have tried setting velocity in the loop (which doesn't make sense) and the turn tables just moves very very slowly after the first move.
I'm not sure what I need to do to get the turn table to keep going at the set speed as it moves through each position.