Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit TF_REPEATED_DATA messages by checking for repeated transforms #1097

Merged
merged 1 commit into from
Oct 10, 2023

Conversation

cbrxyz
Copy link
Member

@cbrxyz cbrxyz commented Oct 9, 2023

(finally!) fixes #889!

Description

This checks to see if a transform has already been published for a transform with a similar timestamp, and if so, ignores it rather than publishing it. This helps to get rid of the TF_REPEATED_DATA that spams the console.

…also remove dummy world join to rejoin map + base_link trees in simulation
@cbrxyz cbrxyz requested review from andrew-aj and yomole and removed request for yomole October 9, 2023 21:26
@cbrxyz cbrxyz merged commit 36c6c50 into master Oct 10, 2023
3 of 4 checks passed
@cbrxyz cbrxyz deleted the tf-repeated-data branch October 10, 2023 22:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix TF_REPEATED_DATA warning in Noetic
1 participant