orocos_kinematics_dynamics icon indicating copy to clipboard operation
orocos_kinematics_dynamics copied to clipboard

Frame composition does nothing.

Open firkowski opened this issue 2 years ago • 1 comments
trafficstars

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

firkowski avatar Oct 01 '23 21:10 firkowski

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

MatthijsBurgh avatar Oct 02 '23 07:10 MatthijsBurgh