We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://github.com/UZ-SLAMLab/ORB_SLAM3/blob/4452a3c4ab75b1cde34e5505a36ec3f9edcdc4c4/src/Optimizer.cc#L684C19-L684C83 The rightIndex is the actual index plus mvKeysRight.size(), so the condition rightIndex < pKFi->mvKeysRight.size() can never be satisfied. This will result in the right camera constraints not being added.
The text was updated successfully, but these errors were encountered:
Why do you say that the right index is the actual index plus mvKeysRight.size()?
Sorry, something went wrong.
No branches or pull requests
https://github.com/UZ-SLAMLab/ORB_SLAM3/blob/4452a3c4ab75b1cde34e5505a36ec3f9edcdc4c4/src/Optimizer.cc#L684C19-L684C83
The rightIndex is the actual index plus mvKeysRight.size(), so the condition rightIndex < pKFi->mvKeysRight.size() can never be satisfied. This will result in the right camera constraints not being added.
The text was updated successfully, but these errors were encountered: