ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Francesco Chinello's profile - activity

2016-05-11 09:21:55 -0500 answered a question Ros node does not recognize Haptic device

In particular, I added this line

ATTRS{idProduct}=="cb48", ATTRS{idVendor}=="0403", MODE="666", GROUP="plugdev"

Without the "0x" before the number, inverting also idVendor number to the idProduct and it worked.

Thanks.