ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Check if the rosserial package is installed . rospack list | grep rosserial_python
If not install the package: Install with this command:
sudo apt install ros-noetic-rosserial-arduino
Then run the node again .