ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Just write a python node to listen to the tf topic.
Here's the tutorial for writing a python node in ROS.
http://wiki.ros.org/ROS/Tutorials/WritingPublisherSubscriber%28python%29