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

Revision history [back]

Don't use serial print while using rosserial, they will interfere with each other. Comment out the Serial lines in the Arduino code.

Don't use serial print while using rosserial, they will interfere with each other. Comment out the Serial lines in the Arduino code.

To send data back use a publisher within the Arduino code, and subscribe to that topic within ROS