Thank you very much for sharing the code!
I am learning your code recently, and I have one questions on PoseOptimization functions, could you give me some instructions? Thanks in advance!
I see that in PoseOptimization() fuction the parameters is normal.
for example "const float thHuberNavStatePVR = sqrt(21.666);"
but in LocalBAPRVIDP() and GlobalBundleAdjustmentNavStatePRV() fuction the parameters is changed.
for example "const float thHuberNavStatePRV = sqrt(100*21.666);".
how you determine the values for Huber?
Thank you very much for sharing the code!
I am learning your code recently, and I have one questions on PoseOptimization functions, could you give me some instructions? Thanks in advance!
I see that in PoseOptimization() fuction the parameters is normal.
for example "const float thHuberNavStatePVR = sqrt(21.666);"
but in LocalBAPRVIDP() and GlobalBundleAdjustmentNavStatePRV() fuction the parameters is changed.
for example "const float thHuberNavStatePRV = sqrt(100*21.666);".
how you determine the values for Huber?