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
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions jsk_fetch_robot/jsk_fetch.rosinstall.melodic
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,10 @@
local-name: sktometometo/esp_now_ros
uri: https://github.com/sktometometo/esp_now_ros.git
version: v0.4.0
# melodic version of robot_localization causes TF_REPEATED_DATA Errors to noetic client
# So we have to adopt https://github.com/cra-ros-pkg/robot_localization/pull/595 (Using noetic-devel causes some localization trouble)
# After https://github.com/cra-ros-pkg/robot_localization/pull/840 has been merged, we can use upstream melodic-devel branch
- git:
local-name: cra-ros-pkg/robot_localization
uri: https://github.com/mqcmd196/robot_localization.git
version: 2.6.9-suppress
5 changes: 5 additions & 0 deletions jsk_fetch_robot/jsk_fetch_startup/launch/fetch.launch
Original file line number Diff line number Diff line change
Expand Up @@ -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?

</rosparam>
<!--
See https://github.com/jsk-ros-pkg/jsk_robot/issues/1876
for permit_corrected_publication
-->
</node>

<!-- Visual Odom -->
Expand Down
Loading