ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
So the problem was that my username was not added to the dialout group. This was causing the USB connection to not send and receive packets from the robot. I ran
sudo gpasspwd -a $USERNAME dialout
where $USERNAME is your Ubuntu username.