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

It looks like you still aren't following the tutorial properly.

You should NOT be using the underscore prefixed names; those are internal to the generated module. The normal names ARE defined in the generated __init__.py inside the python srv directory.

This would be easier to troubleshoot if you included your ENTIRE python program, including the import lines.