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 /tf_static topic carries additional transform data. I'll assume you are using rospy. There are routines in the tf2_ros package that calculate the transform between any two frames, or calculate a pose in a specified frame. For example, look at:

m = tf_buffer.lookup_transform(parent, child, time)