ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Add your user to group dialout
and then reboot.
sudo gpasswd -a $USER dialout
After reboot you may check your groups by groups
.
Little strange that your APM detected as USB0 (usb-uart adapters like FTDI) rather than ACM0 (USB CDC-ACM protocol which implemented by atmega32u4).
2 | No.2 Revision |
Add your user to group dialout
and then reboot.
sudo gpasswd -a $USER dialout
After reboot you may check your groups by groups
.