Open waspinator opened 8 years ago
I think you should double-check the data that you input into "movel". The 6 variables of the pose for movel are (x, y, z, rx, ry, rz) instead of the angles of the joints. Only "movej" need the angles of the joints, not movel.
Thanks for working on this library, it makes programming my UR5 much easier.
I'm having an issue when I try use the
movel()
command. I get a dialog showing up on my teach pendant:I can move the robot without issue using
movej
. I tried setting a pose that was 1-2mm away from its current location, and it still displays the same error.I tried running
/examples/simple.py
, and I get the same error.I've got an older CB2 model with PolyScope and URControl 1.8.23117.
Any ideas?