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

[develop/fetch] Suppress TF Duplicated stamp warning in noetic client PC #1887

Merged
merged 4 commits into from
Nov 2, 2023

Conversation

mqcmd196
Copy link
Member

@mqcmd196 mqcmd196 commented Nov 2, 2023

To solve #1876 .

@sktometometo did the work #1877 , but it causes some strange behavior in the real robot. So I want to adopt the patch only for suppressing the warning. Upstream PR is cra-ros-pkg/robot_localization#840

@mqcmd196
Copy link
Member Author

mqcmd196 commented Nov 2, 2023

Tested on real robot

@tkmtnt7000
Copy link
Member

Looks good to me.

You don't need to give a concrete answer, but I am interested in what strange behaviors occurred.

@mqcmd196 mqcmd196 changed the title [develop/fetch] Suppress TF Duplicated stamp warning in noetic client PC [WIP][develop/fetch] Suppress TF Duplicated stamp warning in noetic client PC Nov 2, 2023
@mqcmd196
Copy link
Member Author

mqcmd196 commented Nov 2, 2023

Still shows Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame base_link (parent odom) at time 1698890199.988039 according to authority unknown_publisher ...

tkmtnt7000
tkmtnt7000 previously approved these changes Nov 2, 2023
@tkmtnt7000
Copy link
Member

Still shows Warning: TF_REPEATED_DATA ignoring data with redundant timestamp for frame base_link (parent odom) at time 1698890199.988039 according to authority unknown_publisher ...

Thank you. I see.

@@ -111,7 +111,12 @@
false, false, false]
odom0_nodelay: true
odom0_differential: true
permit_corrected_publication: false
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sktometometo
Setting this param to false suppresses the warning. Was your first commit wrong?

@tkmtnt7000 tkmtnt7000 dismissed their stale review November 2, 2023 02:39

Change PR status to WIP

@mqcmd196 mqcmd196 changed the title [WIP][develop/fetch] Suppress TF Duplicated stamp warning in noetic client PC [develop/fetch] Suppress TF Duplicated stamp warning in noetic client PC Nov 2, 2023
Copy link
Member

@tkmtnt7000 tkmtnt7000 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

melodicクライアントで
rosrun tf view_framesしても問題なく表示できることを確認しました.

@mqcmd196
Copy link
Member Author

mqcmd196 commented Nov 2, 2023

Thank you ! @tkmtnt7000

I'll merge now for the next semi. Please contact me if you have a problem

@mqcmd196 mqcmd196 merged commit a94818f into jsk-ros-pkg:develop/fetch Nov 2, 2023
5 of 9 checks passed
@mqcmd196 mqcmd196 deleted the PR/suppress_tf_warning branch November 2, 2023 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants