You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that the priorsG and A have been reduced from:
(1e2, 1e5) at Initial Initialization to (1.f, 1e5) during VIBA1 to finally (0.0, 0.0) VIBA2.
I wanted to understand the reason behind these choice of parameters and the difference in their values when invoked at different places?
Plus, I noticed that these parameters are used for setting the information matrix, in that case, won't setting it to (0, 0) going to make the prior value completely useless?
Does that mean during VIBA2 you are focussing on estimating Rwg, scale, ba, bg by completely disregarding any priors on ba and bg? If so then why?
The text was updated successfully, but these errors were encountered:
I have questions regarding the priors on Accelerometer and Gyroscope biases. I notice that the InitializeIMU function has been invoked thrice.
Starting with:
ORB_SLAM3/src/LocalMapping.cc
Lines 180 to 187 in 4452a3c
And then VIBA 1
ORB_SLAM3/src/LocalMapping.cc
Lines 207 to 214 in 4452a3c
and VIBA 2
ORB_SLAM3/src/LocalMapping.cc
Lines 219 to 226 in 4452a3c
I see that the priorsG and A have been reduced from:
(1e2, 1e5) at Initial Initialization to (1.f, 1e5) during VIBA1 to finally (0.0, 0.0) VIBA2.
I wanted to understand the reason behind these choice of parameters and the difference in their values when invoked at different places?
Plus, I noticed that these parameters are used for setting the information matrix, in that case, won't setting it to (0, 0) going to make the prior value completely useless?
Does that mean during VIBA2 you are focussing on estimating Rwg, scale, ba, bg by completely disregarding any priors on ba and bg? If so then why?
The text was updated successfully, but these errors were encountered: