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

Beside the possibly service-not-created error, I think your import is just wrong:

Instead of:

from myModuleName.srv import mysrv.srv

Try:

from myModuleName.srv import mysrv

Beside the possibly service-not-created error, I think your import is just also wrong:

Instead of:

from myModuleName.srv import mysrv.srv

Try:

from myModuleName.srv import mysrv