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

raabuchanan's profile - activity

2023-02-13 04:00:00 -0500 received badge  Enthusiast
2023-02-08 08:57:54 -0500 commented answer Suppress TF_REPEATED_DATA warnings?

Thank you! This worked like a charm. Ideally there would be a way to set the time delay without having to re-compile but

2023-02-08 08:56:46 -0500 marked best answer Suppress TF_REPEATED_DATA warnings?

I've read the discussions on why this warning is being printed but that's not really relevant to me. I'm trying to play back an old rosbag which published a TF repeatedly with the same timestamp. I only need the TF once so I don't care that the rest of the messages are ignored but I keep getting the message

Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame...

spamming my terminal making debugging other parts of my code impossible. So my question is how can I stop this message? I've tried changing the logging levels but loading a custom rosconsole file but there was no change. Here is the file I make:

#
#   rosconsole will find this file by default at $ROS_ROOT/config/rosconsole.config
#
#   You can define your own by e.g. copying this file and setting
#   ROSCONSOLE_CONFIG_FILE (in your environment) to point to the new file
# log4j.logger.ros=ERROR log4j.logger.ros.roscpp.superdebug=ERROR
2023-02-08 08:56:46 -0500 received badge  Scholar (source)
2023-02-08 08:54:08 -0500 received badge  Supporter (source)
2022-09-28 10:10:22 -0500 received badge  Good Question (source)
2022-06-07 03:01:00 -0500 received badge  Nice Question (source)
2021-09-26 09:26:35 -0500 received badge  Student (source)
2021-09-18 16:26:36 -0500 received badge  Famous Question (source)
2021-09-18 16:26:36 -0500 received badge  Notable Question (source)
2021-07-04 18:34:55 -0500 received badge  Popular Question (source)
2021-07-01 04:15:16 -0500 asked a question Suppress TF_REPEATED_DATA warnings?

How can I suppress TF_REPEATED_DATA warnings. I've read the discussions on why this warning is being printed but that's