In Python, is there an easy way to check if a certain x,y,z,rx,ry,rz coordinate is within the workspace of a robot? I checked vcHelpers.Robot2 but can’t seem to find any methods.
I’m working on a model in which I have to move the underlaying product constantly, but it has to speed up if the robot does not have any actions in its workspace and speed down if it has many actions in its workspace.