robot_upstart perminantly change ownership
Hi,
I am using robot_upstart to launch my code. My code needs to access several ports that are owned by root (dev/USB0, dev/USB1, dev/ACM0, etc...). I changed the owner of these files to the same user that I used to run the robot_upstart intall script by running sudo chown ubuntu /[file name]
Now I've restarted the computer which has changed the ownership back to root. I started researching how to change the ownership permanently but some people were saying that this is bad practice. Is this so? If so how should I fix this? If not how to I change the owner permanently?
Thanks in advance!