I don't understand why it happens, I check my usb port with
dmesg | grep tty & lsusb
and get
[2483608.973947] usb 1-13: FTDI USB Serial Device converter now attached to ttyUSB0
Bus 001 Device 005: ID 0403:6015 Future Technology Devices International, Ltd Bridge(I2C/SPI/UART/FIFO)
and the LED in gripper is always red, however when I connect the RS485 to usb cable of gripper to ur robot controller, the LED turns blue and I can control it using polyscope.
Can anybody help me figure the issuem, I'm really confused.
my pc system is ubuntu14.04, ros version is indigo, and I used robotiq package to control my gripper using this command
I checked and found the issue is caused by this line of comModbusRtu.py in /home/username/catkin_ws/src/robotiq/robotiq_modbus_rtu/
this line throws 'ModbusIOExcption'.
I don't understand why it happens, I check my usb port with and get
and the LED in gripper is always red, however when I connect the RS485 to usb cable of gripper to ur robot controller, the LED turns blue and I can control it using polyscope.
Can anybody help me figure the issuem, I'm really confused.