-
Notifications
You must be signed in to change notification settings - Fork 97
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
[develop/fetch] Suppress TF Duplicated stamp warning in noetic client PC #1887
Conversation
Tested on real robot |
Looks good to me. You don't need to give a concrete answer, but I am interested in what strange behaviors occurred. |
Still shows |
Thank you. I see. |
@@ -111,7 +111,12 @@ | |||
false, false, false] | |||
odom0_nodelay: true | |||
odom0_differential: true | |||
permit_corrected_publication: false |
There was a problem hiding this comment.
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?
There was a problem hiding this 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しても問題なく表示できることを確認しました.
Thank you ! @tkmtnt7000 I'll merge now for the next semi. Please contact me if you have a problem |
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