ORB_SLAM3
ORB_SLAM3 copied to clipboard
Fix bugs in loop detection
The iterator is not updated when the pKFi is bad, thus it will get stuck in the loop. In our modified SLAM system, this would happen. But I am not sure in the origin version whether pKFi could be bad thus causing this problem. Please check.