Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"EstimateGyroBias",why ignore extrinsic parameters beween IMU and Lidar? #76

Open
ZzJiachenchen opened this issue Sep 12, 2020 · 0 comments

Comments

@ZzJiachenchen
Copy link

ZzJiachenchen commented Sep 12, 2020

why in function "EstimateGyroBias", when estimating gyro bias of IMU, there can ignore the extrinsic parameters beween IMU and Lidar?

 Eigen::Quaterniond q_ij(laser_trans_i.second.transform.rot.conjugate() * laser_trans_j.second.transform.rot);

tmp_A = laser_trans_j.second.pre_integration->jacobian_.template block<3, 3>(O_R, O_BG);
 /// Jacobian of dr12_bg

tmp_b = 2 * (laser_trans_j.second.pre_integration->delta_q_.conjugate() * q_ij).vec();
 /// 2*vec(IMU_ij^T * q_ij)

Why tmp_b is not :

2*vec(IMU_ij^T *(rbl* q_ij* rlb))

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant