dheera / ros-pwm-pca9685

ROS package for PCA9685 16-channel PWM driver, used in motor and LED applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ERROR] i2c device open failed

nimerf opened this issue · comments

Hi everybody,

I try to launch the node with the command :
rosrun pwm_pca9685 pca9685_node
But I keep have the same error : i2c device open failed
My I2C port works correctly, the command sudo i2cdetect -y 1 sees the board

Do you have any idea of the source of the problem ?

I found the problem, if some have the same issue, you just need to setting the i2c to no root users.