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
Following variables are unused and can be removed.
frm_obs in lambda thread_right
frm_obs
thread_right
stella_vslam/src/stella_vslam/system.cc
Line 326 in a404f57
variable ini_extractor_left_
ini_extractor_left_
stella_vslam/src/stella_vslam/system.h
Line 242 in a404f57
variable bow_db_
bow_db_
stella_vslam/src/stella_vslam/mapping_module.h
Line 225 in a404f57
stella_vslam/src/stella_vslam/module/initializer.h
Line 64 in a404f57
variable bow_vocab_
bow_vocab_
stella_vslam/src/stella_vslam/module/loop_detector.h
Line 126 in a404f57
variable fix_scale_in_Sim3_estimation_
fix_scale_in_Sim3_estimation_
Line 137 in a404f57
variable this
this
stella_vslam/src/stella_vslam/module/local_map_updater.cc
Line 101 in a404f57
variable frame_hash_
frame_hash_
stella_vslam/src/socket_publisher/data_serializer.h
Line 51 in a404f57
The unused variable can be checked by searching them in the vscode or any other editor.
Not Applicable
The text was updated successfully, but these errors were encountered:
LGTM
Sorry, something went wrong.
I'm interested in working on this isssue. Could you kindly provide some more information?
Simply delete unused variables.
annavordou
Successfully merging a pull request may close this issue.
Describe the bug
Following variables are unused and can be removed.
frm_obs
in lambdathread_right
stella_vslam/src/stella_vslam/system.cc
Line 326 in a404f57
variable
ini_extractor_left_
stella_vslam/src/stella_vslam/system.h
Line 242 in a404f57
variable
bow_db_
stella_vslam/src/stella_vslam/mapping_module.h
Line 225 in a404f57
stella_vslam/src/stella_vslam/module/initializer.h
Line 64 in a404f57
variable
bow_vocab_
stella_vslam/src/stella_vslam/module/loop_detector.h
Line 126 in a404f57
variable
fix_scale_in_Sim3_estimation_
stella_vslam/src/stella_vslam/module/loop_detector.h
Line 137 in a404f57
variable
this
stella_vslam/src/stella_vslam/module/local_map_updater.cc
Line 101 in a404f57
variable
frame_hash_
stella_vslam/src/socket_publisher/data_serializer.h
Line 51 in a404f57
To Reproduce
The unused variable can be checked by searching them in the vscode or any other editor.
Expected behavior
Not Applicable
Screenshots or videos
Not Applicable
Environment
The text was updated successfully, but these errors were encountered: