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
  1. Please confirm your cable is working.
  2. Arduino usually makes ttyACM0 only, as much as I know.
  3. Give permission to this interface using below command:

    sudo chmod 777 /dev/ttyACM0

  4. Were you able to flash the code?

  5. You have to run roscore in a separate tab as well.

Saurabh