ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
If you are sure that you are using the same version for Arduino and rosserial and still getting the same error try the instruction below.
Add line nh.getHardware->setBaud(115200);
before nh.init()
.
This worked for me with an indigo rosserial and an Arduino Uno which uses ROS libraries generated by ros-indigo-rosserial.