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

Revision history [back]

You can set the baud rate in your Arduino code by using nh.getHardware()->setBaud(BAUD) before you initialize the node. BAUD would be 9600 in your case.