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

Revision history [back]

click to hide/show revision 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.