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
SC-LIO-SAM/SC-LIO-SAM/src/mapOptmization.cpp
Lines 698 to 710 in d43ca00
Missing assignments to copy_cloudKeyPoses6D, copy_cloudKeyPoses2D, and copy_cloudKeyPoses3D lead to errors at runtime.
In the previous code is:
mtx.lock(); *copy_cloudKeyPoses3D = *cloudKeyPoses3D; copy_cloudKeyPoses2D->clear(); // giseop *copy_cloudKeyPoses2D = *cloudKeyPoses3D; // giseop *copy_cloudKeyPoses6D = *cloudKeyPoses6D; mtx.unlock();
The text was updated successfully, but these errors were encountered:
No branches or pull requests
SC-LIO-SAM/SC-LIO-SAM/src/mapOptmization.cpp
Lines 698 to 710 in d43ca00
Missing assignments to copy_cloudKeyPoses6D, copy_cloudKeyPoses2D, and copy_cloudKeyPoses3D lead to errors at runtime.
In the previous code is:
The text was updated successfully, but these errors were encountered: