the jacobi in line 171 is wrong, but if i correct it, the optimization is worse. ``` gtsam::Matrix36 H2_; H2_.block<3, 3>(0, 0) = R_k * -gtsam::SO3::Hat(mean_k); H2_.block<3, 3>(0, 3) = R_k * gtsam::Matrix3::Identity(); ``` 