Is there a way to wait for certain topics to be published in a launchfile?
I'd like to run several nodes within one launchfile. The system only works properly provided necessary topics are published before some nodes are launched.
Is there a way to ensure a node is running before other node is started? Or, even better, to ensure a tf
or topic
are published before a node gets triggered within a launchfile?
I guess, even if not with ROS, this could be possible with bash scripts. Has anyone out there already provided such functionality?
Cheers.