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

I suspect this happens because you aren't importing the service module correctly in your python node.

I suspect you're doing:

import PhidgetsServoCommand

Instead, you should be doing:

from retractor_ros.srv import PhidgetsServoCommand

We can debug more if you add the import line from your node and the python error you're receiving to your question.