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

[Fetch][develop/fetch] Use noetic version of robot localization #1877

Closed
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
6 changes: 6 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,9 @@
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 use noetic-devel of robot_localization
- git:
local-name: cra-ros-pkg/robot_localization
uri: https://github.com/cra-ros-pkg/robot_localization.git
version: noetic-devel
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: true
</rosparam>
<!--
See https://github.com/jsk-ros-pkg/jsk_robot/issues/1876
for permit_corrected_publication
-->
</node>

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