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

Your service object is a local variable in the constructor. When the constructor ends it will be destroyed and the service will no longer be provided by the node. It should instead be a member variable of the ImageTransform class.