UZ-SLAMLab / ORB_SLAM3

ORB-SLAM3: An Accurate Open-Source Library for Visual, Visual-Inertial and Multi-Map SLAM
GNU General Public License v3.0
6.4k stars 2.52k forks source link

What happens in BACK-END? #921

Open ALFONSOBUGRA opened 1 month ago

ALFONSOBUGRA commented 1 month ago

Hi, I am new on Visual Inertial SLAM (actually I'm a student and it's my term project). I try to understand back back-end optimization process. So, I have some questions about that.

Firstly, how to calculate the scale factor? In the paper, when the scale converges to 1, the mono inertial acts like stereo inertial mode. How it's possible?

Secondly, how to use IMU measurements in the initialization process and all processes? Why do we preintegrate IMU?

In summary, what is the mathematical expression of that how fix the scale problem only monocular slam using with IMU in algorithm. Please help me! I'm about to go crazy!!!

ALFONSOBUGRA commented 1 month ago

+++