Skip to content
New issue

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

export poses for every frame #2

Open
xiahongchi opened this issue Jul 18, 2023 · 3 comments
Open

export poses for every frame #2

xiahongchi opened this issue Jul 18, 2023 · 3 comments

Comments

@xiahongchi
Copy link

Hi, could I export poses for every frame using md_slam?

@digiamm
Copy link
Collaborator

digiamm commented Jul 18, 2023

Hi, currently this feature is not supported. The ROS node spawns both the poses _keyframe_t (within the origin) and _local_t (within the keyframe), but it is pure odometry, not SLAM. The GraphManager and SLAM, in general, operate only on the _keframe_t poses. If you'd like to do so you need to send to the GraphManager a vector of _local_t for each _keyframe_t. At the end of the computation, when the graph needs to be dumped all the _local_t buffers attached to each _ketframe_t need to be transformed accordingly. Currently, the graph only exports the _keyframe_t.

@xiahongchi
Copy link
Author

hi, does ba_md_slam have this feature? I would also like to have a try.

@digiamm
Copy link
Collaborator

digiamm commented Jan 28, 2024

Sorry for the late reply, I missed it (I don't know if it might be helpful for someone else). Anyway, no ba-mdslam does not support this feature. The only difference within SLAM is that the new package runs on GPU.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants