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
Hi, thanks for your great work and sorry for disturbing you several times. I just try to understand details in code.
In the optimization function, all the observations are put together with initial guesses and then optimize all the parameters. However, no prior informations(covariance) are provided like MSCKF or constant point in the ORBSLAM. So, maybe the whole optimization step is rank deficiet? But all parameters are estimated correctly. Are there any detials that I missed during code reading?
I am looking forward to your reply. Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi, thanks for your great work and sorry for disturbing you several times. I just try to understand details in code.
In the optimization function, all the observations are put together with initial guesses and then optimize all the parameters. However, no prior informations(covariance) are provided like MSCKF or constant point in the ORBSLAM. So, maybe the whole optimization step is rank deficiet? But all parameters are estimated correctly. Are there any detials that I missed during code reading?
I am looking forward to your reply. Thanks in advance.
The text was updated successfully, but these errors were encountered: