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

Fixed tf for odometry #86

Merged
merged 1 commit into from
Apr 27, 2024
Merged

Fixed tf for odometry #86

merged 1 commit into from
Apr 27, 2024

Conversation

delipl
Copy link
Contributor

@delipl delipl commented Apr 22, 2024

The current transform publisher works wrong when an odometry is used.

The proper tf tree should look:
base_link -> odom -> map
but current implementation provides:
base_link -> odom
base_link -> map

The video of flicking robot model on the current version:
Screencast from 22.04.2024 21:50:52.webm

Screenshot from 2024-04-22 21-51-21

The video of this PR:
Screencast from 22.04.2024 21:41:05.webm
image

This kind of aproch can be found in nav2_amcl and slam_toolbox

PS: fixed typo 👯

Signed-off-by: Jakub Delicat <[email protected]>
@rsasaki0109
Copy link
Owner

Thank you! I'll check the changes later.

Copy link
Owner

@rsasaki0109 rsasaki0109 left a comment

Choose a reason for hiding this comment

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

LGTM

@rsasaki0109 rsasaki0109 merged commit 9905493 into rsasaki0109:develop Apr 27, 2024
1 check passed
@rsasaki0109
Copy link
Owner

@delipl
I've reviewed the code and it looks good, so I've merged it! Thank you for your contribution!

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.

2 participants