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
open_vins/ov_msckf/src/ros/ROSVisualizerHelper.cpp
Line 49 in 74a63cf
should be
modifier.resize(feats.size());
The text was updated successfully, but these errors were encountered:
Does this actually have any effect on the visualization?
Sorry, something went wrong.
A little. 2/3 of the points are published with global coordinate of 0, 0, 0. So you will see points in the global reference point.
But if points are used for further usage like occupancy grid, this will have huge effect.
70b0ae3
Successfully merging a pull request may close this issue.
open_vins/ov_msckf/src/ros/ROSVisualizerHelper.cpp
Line 49 in 74a63cf
should be
modifier.resize(feats.size());
The text was updated successfully, but these errors were encountered: