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

Revision history [back]

click to hide/show revision 1
initial version

In Ubuntu, you can install the i2c-tools package which creates the i2c group on the system. Then with sudo usermod -aG i2c $USER you can add the current user to that group and you should be able to use the i2c buses without root.