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

It's best for the tf::Listener or tf::Broadcaster to be members of a persistent class. They both require continuous operation. Broadcasters need to be remain constructed for as long as you're broadcasting. And listeners need time to receive messages before they are useful.