rpng / open_vins

An open source platform for visual-inertial navigation research.
https://docs.openvins.com
GNU General Public License v3.0
2.06k stars 616 forks source link

Redundant points for visualization #323

Closed FengyuGuo closed 1 year ago

FengyuGuo commented 1 year ago

https://github.com/rpng/open_vins/blob/74a63cf758f595cc280f2165e5a6576e7ef8521d/ov_msckf/src/ros/ROSVisualizerHelper.cpp#L49

should be

modifier.resize(feats.size());

goldbattle commented 1 year ago

Does this actually have any effect on the visualization?

FengyuGuo commented 1 year ago

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.