Hallo,
I have a doubt about PoseMult:
I have pose1 = [0,0,0],[7.75081E-8, 1.38402E-8, 1, -0.000955279]
and pose2 = [0,0,0],[0,1,0,0]
I do PoseMult(pose1,pose2) and I get:
[0,0,0],[1.38402E-8, 7.75081E-8, -0.000955279, -1]
But if I use a Quaternion Calculator I get for the orientation q2*q1:
[-1.38402E-8, 7.75081E-8, 0.000955279, 1]
Same numbers but different signs.
I try different ways but always I get this difference just in the signs:
why ?
Thanks a lot