ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

ROS does not have a non blocking mode for services and it should not need one. The reason is that services should never be used for long running processes. In such cases actions are much better. See here for a discussion.

ROS does not have a non blocking mode for services and it should not need one. The reason is that services should never be used for long running processes. In such cases actions are much better. See here for a discussion.