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

I believe this is actually in the constructor. tf.TransformListener advertises that service as a debugging tool. In the c++ version it checks it it has been advertised and doesn't do so again if it's already been done so by a different Listener. If you want to look into the code, the conditional execution could be added in the run method in TransformListenerThread in tf/src/tf/listener.py.