ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You'll also get a ImportError: No module named...
error if the module is named incorrectly. For example, from the Python tutorial:
from beginner_tutorials.srv import *
^beginner_tutorials is the package name, not the name of the srv file.