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 shouldn't have to move the generated service files.

Are you following the rosbuild version of the python service and client tutorial?

Your import should be:

from myServiceMessagesFile.srv import *

You shouldn't have to move the generated service files.

Are you following the rosbuild version of the python service and client tutorial?

Your import should be:

from myServiceMessagesFile.srv mypackage.srv import *