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

callbacks will only be called from ros::spin(Once) or by manually calling the callback-queues to be processed.

Unless you use some kind of threading the function will finish and the other callback will be called in the next loop.