ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

You can change the tolerance of the tf listener when you declare it, for example for a tolerance of 10 seconds just do self.tf_listener = tf.TransformListener(10) but this is just for debugging and is not a good idea for long term use.