ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I would start by not using sudo
, which is not well supported by rosrun. Does the error persist?
If you don't have permission to access the device, change them temporarily using chmod
, or permanently with udev
.