LearnVIORB
LearnVIORB copied to clipboard
hello, thanks your great implementation! for A matrix initialization in IMUPreintegrator.cpp, line 91, if you initialized the A matrix with indentity, then i think, you should also let A.block(6,3), A.block(6,0)...
I guess line 794 in g2otypes.cpp is wrong, which calculates the jacobian of reproject error w.r.t. dPwb, while theannotation(line 793) is right. 793 //Matrix3d J_Pc_dPwb = -Rcb; 794 Matrix JdPwb...
In the Forster's paper, the covariance of states relate to the random walk noise, but in practice the result is bad that the informative matrix base on the state is...
I run ORB_SLAM2 successfully in some datasets, however when I use LearnVIORB with the exactly same parameters for the visual part the track is lost in two sequences that I...
How do you marginalize key frames discarded in LocalBAPRVIDP ()
Thank you very much for sharing the code!@jingpang @MaXinjun0109 @jyzhong @ferreram I am learning your code recently, and I find the jacobian of Pwb error "JdPwb" in EdgeNavStatePointXYZ::linearizeOplus() is defrent...
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...
Hi While trying to run the code, I run into SIGSEGV error (probably segmentation fault) and the program exits. I tried debugging in qtcreator and found that it runs into...