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

You should wait until pub.getNumSubcribers() > 0 before you exit your program in a while loop.

You should wait until pub.getNumSubcribers() > 0 in a while loop before you exit your program in a while loop.program.

You should wait until pub.getNumSubcribers() > 0 in a while loop before you exit send your program.message.