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

Revision history [back]

Hey,

Follow this link http://www.ros.org/wiki/tf/Tutorials/Writing%20a%20tf%20listener%20%28C%2B%2B%29 or go through tf_echo source code, copy it in a new file and then use it. To store it u can data type "pose" or "stamped pose" or there are some data types specifically for transforms.

Hope it helps..