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
Frame::mnId has no use in ORB-SLAM2, so it doesn't affect functionality, but anyone who are actually using Frame::mnId for a specific reason with modified code should apply this patch.
So the
KeyFrame::mnId
is updated, butFrame::mnId
may repeat in new frames.I suggest updating
Frame::nNextId
same way as here https://github.com/AlejandroSilvestri/osmap/blob/master/src/Osmap.cpp#L595The text was updated successfully, but these errors were encountered: