Cloudpoints extracted from map.msg have different Centers and different World positions #477
Description
This issue is somewhat related to issue #434 .
After running run_image_slam
,the output from map.msg gives me different centers and world positions for Landmarks and Keyframes. This shouldn't happen, since the data from the video is gathered from the same source, and PangolinViewer even displays it correctly.
Procedure:
- run_image_slam
- Extract Keypoints and Landmarks
- Open them on Open3D or Meshlab
In this example it doesn't really matter that it doesn't have the same center nor the same world positions, since it's easy to just translate it and rotate it.
However the problem lies in each different video that's run through OpenVSLAM. In this video it needs to be rotated and translated by X, however on another video it has a completely different center/position, so it needs to be rotated and translated by Y. On another video it will have to be by Z etc.