ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
The answer depends on the number of spin loops you are running. Have a look at this page.
The short answer is: if you call spin
only once in your applications, you shouldn't need to synchronize. If you have multiple spinners, synchronize.