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

Odom Fix #61

Merged
merged 1 commit into from
Jan 18, 2024
Merged

Odom Fix #61

merged 1 commit into from
Jan 18, 2024

Conversation

luis-camero
Copy link
Contributor

ros-controls/ros2_controllers@6ca4026 changed the default behaviour of the diff_drive_controller. It inadvertently lead to the namespaced odom and base_link links in the platform/odom topic that fed into the ekf_node to no longer point to the static links we published (they include a leading slash / that they previously removed).

By disabling tf_frame_prefix_enable, the diff_drive_controller no longer namespaces the odom and base_link therefore we no longer need to publish these namespaced links (see clearpathrobotics/clearpath_robot#43 and clearpathrobotics/clearpath_simulator#28). And, we no longer have an issue with the filtered odom.

@luis-camero luis-camero requested a review from a team as a code owner January 18, 2024 20:03
@tonybaltovski tonybaltovski merged commit 70033e5 into humble Jan 18, 2024
4 checks passed
@tonybaltovski tonybaltovski deleted the lcamero/odom-fix branch January 18, 2024 20:05
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.

3 participants