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

The problem is that you are referring to the request, but you should build a response and return that instead of changing the request.

The problem is that you are referring to the request, but you should build a response and return that instead of changing the request.request. This should be very similar to the AddTwoInts tutorial.