You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
Hi, could I export poses for every frame using md_slam?
The text was updated successfully, but these errors were encountered: