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'm not completely familiar with jroslib, but in general ROS communications are asyncronous and run in multiple threads. If you publish a message then immediately terminate the process, the message may have enough time in the other thread which actually does the transmission, with acknowledgement and retry logic.