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

Lookup Transform not updating correctly #7

Open
stevencolinmartin opened this issue Sep 13, 2021 · 0 comments
Open

Lookup Transform not updating correctly #7

stevencolinmartin opened this issue Sep 13, 2021 · 0 comments

Comments

@stevencolinmartin
Copy link

We have been using this tool for some per-processing and I have had a few issues with the TF tree update not getting triggered.

The tree looks something like
world -> gps_frame -> base_link -> point_cloud

world -> gps_frame is 10hz and gps_frame ->base_link is 1hz.

When using lookup transform from (world -> pointcloud) the TF is only updated at 1Hz. By splitting it into (world -> gps_frame) and (gps_frame -> point_cloud) it updates at 10hz.

Have had a look at code and nothing stands out as issue but have also had some difficulty with a lookupTransformWhenTransformUpdates and setting triggers so have resorted to similar solution but now wondering if its the TF tree or some other issue.

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

No branches or pull requests

1 participant