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 can't think of a clean solution, but the odd one would be somewhat the same as for topics. You have a timesynchronizer in the same way as for topics. One of the topics in there is the ROI message from the service request type, that you subscribe for the time synchronizer.

Upon the service call you now publish the request to that internal topic (Using a pointer to avoid serialization), so that it will be time synchronized.