Closed narutojxl closed 3 years ago
You really pointed out a good question... the Jacobians of edge features should be also evaluated...
Thanks author :), my problem is solved, close it now.
Thanks for your detailed reading on M-LOAM. If you find any confusion or issues, please not hesitate to ask. This will help me to fix some remaining bugs in M-LOAM. Since I am currently busy with several ddls ... I will try to fix these issues ASAP.
Jianhao.
Thanks for author sharing your knowledge and your kind, i learned a lot !
Hi author, I'm curious about in case
ESTIMATE_EXTRINSIC == 0
, when we calculating jacobian of corner points, it directly isEigen::Matrix<double, 1, 6>::Identity()
, estimator.cpp#L1342, we don't useLidarPureOdomEdgeFactor::Evaluate()
. For surf points, we calculate jacobians withLidarPureOdomPlaneNormFactor::Evaluate()
. Could you please give a little explaination :), thanks for your help and time!