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

wait_for_message is created for the purpose of getting exactly one message on a topic. If you want to subscribe contiuously, you should use a normal subscriber.

" The message is subscribed successfully for the first time, but it is unable to subscribe to the message anymore after that" Could you be a bit more specific (or show your code)?