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 all, my question is about the information matrix passing to the back-end (pose graph).
In dvo_slam/dvo_core/src/dense_tracking.cpp line 372 and dvo_slam/dvo_slam/src/keyframe_tracker.cpp line 147, there is a magic number 0.008. What is it?
Besides, which parameterization does g2o's function edge->SetInformation() prefer? My understanding is that Christian pass the information matrix of se(3) vector. But in the g2o paper, quarternion is used. I am confused...
The text was updated successfully, but these errors were encountered:
Hi all, my question is about the information matrix passing to the back-end (pose graph).
In dvo_slam/dvo_core/src/dense_tracking.cpp line 372 and dvo_slam/dvo_slam/src/keyframe_tracker.cpp line 147, there is a magic number 0.008. What is it?
Besides, which parameterization does g2o's function edge->SetInformation() prefer? My understanding is that Christian pass the information matrix of se(3) vector. But in the g2o paper, quarternion is used. I am confused...
The text was updated successfully, but these errors were encountered: