Skip to content
New issue

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

In "dvs_mapping", where is the baseline length being calculated? #12

Open
thebox-ujt opened this issue Oct 1, 2021 · 0 comments
Open

Comments

@thebox-ujt
Copy link

"~/catkin_ws/src/rpg_dvs_evo_open/dvs_mapping/src/trigger_map_expansion.py".
In the above program, I found the following comment:.
"Evaluates the quality of the map and eventually triggers an update request to the mapper".

This py file appeared to be responsible for referencing a variable in the following C++ module
"~/catkin_ws/src/rpg_dvs_evo_open/dvs_mapping/src/depth_defocus_node.cpp"

The "baseline/depth" (variable name: BoD) shown in lines 185-186 of "/trigger_map_expansion.py" below is outputting "0", so
I would like to know where in depth_defocus_node.cpp the baseline is being calculated.
"rospy.loginfo('Sending update, coverage: {} %, map visibility: {} %, baseline/depth: {}'.format(coverage * 100, visibility * 100, BoD))"

In depth_defocus_node.cpp, can you please tell me the name of the variable where I can check the baseline?
Thank you very much for your help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant