xdspacelab / openvslam

OpenVSLAM: A Versatile Visual SLAM Framework
https://openvslam.readthedocs.io/
2.97k stars 868 forks source link

Assign xyz pose and start orientation or rectify pose from msg file? #493

Open fabisant opened 3 years ago

fabisant commented 3 years ago

Hello everyone, I am working on a project for indoor location using augmented reality, the idea is to position 3D objects in the real world; To make this possible, it is necessary to have xyz coordinates and orientation parameters. But, when obtaining the cloud (.msg) the starting xyz position (landmarks pos_w of the .msg file) is always 0,0,0. My question is, is it possible to assign xyz coordinates and orientation parameters at the time of constructing the point cloud, or is there any possibility of rectifying these coordinates after generating the point cloud (.msg). I would greatly appreciate your help.

ymd-stella commented 3 years ago

You should ask your question at https://spectrum.chat/openvslam/beginner, not here.

fabisant commented 3 years ago

Thank you, I will try where you have recommended me.