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

Add zero-time cloud2base transformation #243

Open
2 tasks
nachovizzo opened this issue Oct 16, 2023 · 0 comments
Open
2 tasks

Add zero-time cloud2base transformation #243

nachovizzo opened this issue Oct 16, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@nachovizzo
Copy link
Collaborator

nachovizzo commented Oct 16, 2023

          This we have to modify to correctly handle a non-static `cloud2base` transformation.

Since kiss_pose is expressed w.r.t the first frame of the sensor at time 0, cloud2base transforms between sensor and base link in at the current timestep (which is in case of a non-static tf not necessarily the same as the one at time 0).

Should be something like

return cloud2base_ref.inverse() * kiss_pose * cloud2base_current;

Originally posted by @benemer in #232 (comment)

Also mentions #232 (comment)

Fix

@tizianoGuadagnino tizianoGuadagnino added help wanted Extra attention is needed enhancement New feature or request labels Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants