-
Notifications
You must be signed in to change notification settings - Fork 451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
One questions on PoseOptimization #74
Comments
Hi @wds01060202 , |
|
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?
The text was updated successfully, but these errors were encountered: