ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You might be broadcasting before your listener is fully initialized. Have you tried adding waits?
That said, this is a strange usage pattern. If you publish the frames continuously from other nodes, do you have the same problem?