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, I really like the keyframe video and would love to contribute to the codebase.
However, I have a couple of questions:
Is the keyframe concept considered a factor in the graph, similar to how unary factors, prior factors, and between factors are used in a GTSAM pose graph?
Thank you for your guidance!
The text was updated successfully, but these errors were encountered:
Thanks. The keyframe concept is built on a factor graph, but it does not use traditional pose factors (i.e., gtsam::PriorFactor<Pose3> nor gtsam::BetweenFactor<Pose3>). Instead, it uses factors that directly compute multi-frame point cloud registration errors, resulting in better robustness and accuracy.
Hi, I really like the keyframe video and would love to contribute to the codebase.
However, I have a couple of questions:
Is the keyframe concept considered a factor in the graph, similar to how unary factors, prior factors, and between factors are used in a GTSAM pose graph?
Thank you for your guidance!
The text was updated successfully, but these errors were encountered: