[ros-users] [Discourse.ros.org] [ROS Projects] Rqt tf echo

Lucas Walter ros.discourse at gmail.com
Wed Mar 21 15:40:08 UTC 2018



Display the same fields tf_echo does on the command line but in an rqt widget:

![rqt_tf_echo|299x293](upload://9T85Uu5X5AGqrXCf76GCz0Jw0s2.png)

The time of the transform and the approximate time which the transform was looked up is shown, so a transform that is not getting updated and falling behind in the buffer can be detected.   In the above example the tf time is 0.0 because a static tf is being looked up.

Individual fields can be hidden with a right click context menu (though those are masked by the context menu of the line edit boxes), and whether they are hidden will be saved in .perspective files.  The source and target frames are also saved and restored.

There are toolTips for each field, though I find getting them to pop up inconsistent.

The only error output is the transform time label turns red when the transform is unavailable, I'll possibly add another field (that also can be hidden) with more verbose exception output.

TF buffer cache time will also be made configurable.

I could make the frames also have a dropdown with all the known frames, but I'd like to also make it possible to type in anything and I'm not sure if those two can be combined smoothly.

https://github.com/lucasw/rqt_tf_echo/





---
[Visit Topic](https://discourse.ros.org/t/rqt-tf-echo/4271/1) or reply to this email to respond.




More information about the ros-users mailing list