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

TF_REPEATED_DATA error with robot_localization ukf package

asked 2020-08-19 16:28:16 -0500

rb gravatar image

Running ROS Noetic. I am receiving the following error on transforms published by UKF node from robot localization:

Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame base_link at time 1597872121.936377 according to authority /ukf

I see this error popping up wherever the transform is being used (e.g., rviz) as well as in the UKF node's console output.

I did not have this issue with a hand-coded transform node. I am a bit uncertain how the UKF node handles and publishes transforms internally so hard for me to think about what could be causing this, here is what i know:

  • Timestamps on incoming odometry (only source I am using right now for testing) are being set correctly
  • Does not occur with any other transforms published by other nodes
  • We have multiple developers working on multiple different PCs, Some are VMs, some are physical installations. The error occurs repeatably on all of them so I don't believe it is any sort of system clock error or similar

Sorry for lack of additional detail, not sure what will be most helpful to share. Please let me know and I will update post.

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
5

answered 2020-08-19 23:05:53 -0500

updated 2020-08-19 23:06:59 -0500

We are aware, its an ongoing discussion in this ticket: https://github.com/ros/geometry2/issu...

You probably haven't done anything wrong and generally speaking things should work OK in spite of the warnings.

edit flag offensive delete link more
2

answered 2021-06-26 07:21:04 -0500

dcornerboy gravatar image

I think the 'tf' is depreciated and we can use tf2_ros for the transformation. Also plugins itself publishes the tf and joint states, so you have to disable them too while working, in order to avoid repeated tf publishing.

edit flag offensive delete link more

Question Tools

3 followers

Stats

Asked: 2020-08-19 16:28:16 -0500

Seen: 11,263 times

Last updated: Aug 19 '20