You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ps3joy.py and ps3joy_node.py [[https://github.com/ros-drivers/joystick_drivers/blob/groovy-devel/ps3joy/scripts/ps3joy_node.py#L566-L568]]
, the start of the script blindly checks if not root user and then quits if anything else, even if current user has permissions to access the device. It should check if the current user's actual access is fine, or at the very least, provide an override option to allow running as non-root.
In ps3joy.py and ps3joy_node.py [[https://github.com/ros-drivers/joystick_drivers/blob/groovy-devel/ps3joy/scripts/ps3joy_node.py#L566-L568]]
, the start of the script blindly checks if not root user and then quits if anything else, even if current user has permissions to access the device. It should check if the current user's actual access is fine, or at the very least, provide an override option to allow running as non-root.
Related to #51 and comments.
The text was updated successfully, but these errors were encountered: