ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 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).

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).