-
Hi all, I have a probem in hand in which I am running Stellla- V slam on a 360 degree video. It is working wonderfully and I am getting the tracked path correctly. Now I want to extract camera/ image pose at some particular timestamps. I have already extracted the timestaps which are of my interest, now how to get the image poses at these timestamps is the question. Any leads would be helpful. Thanks in Advance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Does the following line of code works for the Stella VSLAM latest version: auto map_publisher_ = SLAM.get_map_publisher(); I can get pose from this command ? |
Beta Was this translation helpful? Give feedback.
Here's the format: https://msgpack.org/index.html
I'd recommend switching to using 'sqlite3' (replace 'msgpack' in the config yaml file with 'sqlite3') if you wanted to do that. It has the pose of each keyframe in a 4x4 pose matrix.