ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Please remove the following line:
Serial.println(lidarGetRange());
You cannot use the serial port through Serial
and use rosserial
at the same time.