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

Frame composition does nothing. #450

Open
firkowski opened this issue Oct 1, 2023 · 1 comment
Open

Frame composition does nothing. #450

firkowski opened this issue Oct 1, 2023 · 1 comment

Comments

@firkowski
Copy link

as in the title. if i create a new frame like this:
KDL::Frame f1 = f2 * f3;

frame 1 will stay the same (or become f3 in some cases)

however,

f1.p = f2.p + f3.p;
f1.M = f2.M * f3.M;

works perfectly

@MatthijsBurgh
Copy link
Collaborator

This works fine in CI and also on my machine. So without any additional context, I can't help you.

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

2 participants