Root privileges for GPIO, I2C, etc ...

Mario
Mario New Member Posts: 9
Hello
Here's my situation: I'm running Ubuntu 14.04 and ROS and I have a ROS node that needs access to the I2C and GPIO pins. Of course launching the node as a normal user fails because of the permissions. I could always prepend sudo and make it work, but then I would also need to export my ROS and catkin workspace paths as root to even find the node I'm trying to launch and some python modules required by it. Even though this works, I believe it is a very ugly solution specially because that node is part of a long launch chain. I would need to launch this particular node independently with all the steps mentioned before. I would like to know if there is a group for GPIO, I2C just like the dialout group (ex: I'm using a node in my project that accesses ttyUSB) so that my user has access to these pins. If not is this easy to create or is there any other alternatives to do what I want?
Privacy Policy