ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
What does that mean for the case, when there is a TransformListener, but no other ros spinning going on with respect to other subscribers (i.e. not tf). The TransformListener will get its tf data via its on spinning thread.
Will other callbacks from other subscribers be called although there is no one explictly spinning?