apockill / uArmCreatorStudio

uArm Creator Studio is a Visual Programming Language for robot arms, with a heavy emphasis on computer vision and usability for both low experience and high experience programmers. It's written entirely in Python, and supports python scripting within the application.
82 stars 39 forks source link

Program needs to run as root to access robot device on Arch Linux #8

Closed velovix closed 8 years ago

velovix commented 8 years ago

On my machine (Arch Linux), I need to run the program in root, or a permission error occurs when connecting to the uArm. I think the program should know to complain about this so the user can fix it.

apockill commented 8 years ago

The interface will now display a descriptive error message after the user connects to their robot. Please verify that this works in Linux. Cheers!