ml-gsn icon indicating copy to clipboard operation
ml-gsn copied to clipboard

Confusion about the inverse of rotation-translation matrix in the code

Open tjtanaa opened this issue 4 years ago • 1 comments

Shouldn't the inverse of rotation-translation matrix be this? image

However, in your code, the inverse is computed as Rt.inverse().

tjtanaa avatar Nov 23 '21 05:11 tjtanaa

Hello tjtanaa,

That is indeed one way of computing the inverse of the rotation-translation matrix in an efficient manner. For code simplicity we use the built-in inverse solver which should yield the same result.

TDeVries avatar Jan 01 '22 19:01 TDeVries