How to get the position of tf frame
How to get the position of the tf frame (child frame in rviz) , when I use tf.TransformListener().lookupTransform(parent_link, child_link, rospy.Time())
I get the relative position and relative orientation and not position and orientation, how to get the position and orientation using python script?