My Hand-E Robotiq gripper is connected directly to the Tool using an 8 pins cable.
I had Polyscope 5.14.5
version on my UR5 and updated it to 5.21.2
.
i also updated Gripper URCaps from 1.8.7
to 3.19.1
After that my Hand-E Robotiq gripper stopped working and shows a solid red light (no communication?)
General>Tool I/O>I/O Interface Control>Robotiq Gripper
is selected but the Scan
does detect the gripper.
I see that from time to time the drivergripper
daemon tries to communicate over /dev/ttyTool
.
# lsof /dev/ttyTool
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
URControl 2163 root 12u CHR 136,0 0t0 3 /dev/pts/0
# lsof /dev/ttyTool
COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
URControl 2163 root 12u CHR 136,0 0t0 3 /dev/pts/0
drivergri 2228 root 10u CHR 136,0 0t0 3 /dev/pts/0
# ps aux | grep gripper
root 2170 0.0 0.0 2040 592 ? Ss 12:38 0:00 runsv bundle@com.robotiq.urcap.gripper@-96457847
root 2172 0.0 0.1 3728 2836 ? S 12:38 0:00 /bin/bash /root/GUI/felix-cache/bundle184/data/com/robotiq/urcap/gripper/impl/daemon/robotiq_2f_gripper_driver.sh
root 2228 0.8 0.4 23724 8604 ? Sl 12:38 0:03 ./drivergripper
Any hints how to fix it?