-
Notifications
You must be signed in to change notification settings - Fork 128
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
Map to base_link? #5
Comments
Perhaps setting the frame_id values via node parameters would provide flexibility to work with any TF tree design. |
Nope, there is a difference between base_link->map and map->odom TF. You can't simply change the frame_id to odom |
@abylikhsanov were you able to work around this issue? I have a similar problem |
it would be great to have this package use same standard as amcl (navigation), such as map->odom tranformation |
I ran into this problem as well. In the end I commented out https://github.com/mit-racecar/particle_filter/blob/master/src/particle_filter.py#L173 and implemented the |
The code in python gives a TF from Map to Base_link. Shouldn't it be map to odom?
The text was updated successfully, but these errors were encountered: