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

My advice would be to change your application to use topics instead of services.

The paradigm is not the same but it is the fact that a service is blocking that make it less reliable with a serial link.

Rosserial with only topics seems reliable enough because it is already used by several companies.