Question about the dr/dxi in the pi factor
DeepRobot2020 opened this issue · 2 comments
DeepRobot2020 commented
Hi,
Could I ask how the below results are derived?
// dr/dxi = sqrt(S)'* T' * G' * pi = sqrt(S)'* T' * [normal^ | 0 0 0 ]
// 0 0 0 | normal']
Based on barfoot_ser17.pdf eq(7.159), the results seem should be
sqrt(S)'* T' * [d, d, d, -normal^
0^T, 0^T]
where n is the plane normal and d is the distance to origin.
DeepRobot2020 commented
I found the mistakes in my derivation, and I can confirm the math in the above code is correct.
Thanks for the opening source this project.
g-ferrer commented
Yes, I see your point. On the convention, I am following this: xi = [theta, pho], so many things compered to Barfoot's book require re-arrangement.
Thanks for your comment!