ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You cannot use rosserial
and Serial.println()
at the same time -- or at least: not with the same serial port.
rosserial
must have (and assumes) exclusive use of the serial port it uses to communicate with your host. Otherwise it cannot work.