ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You should wait until pub.getNumSubcribers() > 0
before you exit your program in a while loop.
2 | No.2 Revision |
You should wait until pub.getNumSubcribers() > 0
in a while loop before you exit your program in a while loop.program.
3 | No.3 Revision |
You should wait until pub.getNumSubcribers() > 0
in a while loop before you exit send your program.message.