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

The problem is solved after referring to this link. The workaround is, I used a sleep function after tfObject creation.

tl_ = tf.TransformListener();
rospy.sleep(10.)
# The above sleep function gives the sufficient time to load frames from /tf

The problem is solved after referring to this link. The workaround is, I used a sleep function after tfObject creation.

tl_ = tf.TransformListener();
rospy.sleep(10.)
# The above sleep function gives the sufficient time to load frames from /tf topic