-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
extrinsicRPY meaning in readme #6
Comments
@narutojxl |
Hi @TixiaoShan, |
@narutojxl |
Hi @TixiaoShan, I found the yellow arrow indicating the IMU-z rotation in the current https://github.com/TixiaoShan/LIO-SAM/blob/master/config/doc/imu-transform.png was left-handed, while in the 3DM-GX5-25's user manual, it was right-handed. Is it because of the IMU setting differences? |
no need config param "extrinsicRPY", because imu orientation wont be used in any function |
@chennuo0125-HIT That's not true, though. IMU orientation is converted into |
@valgur yes, you are right , i didnt saw cloud_info carefully :( |
Hello, I can not understand very well the meaning of this matrix. |
I have question about using extrinsicRPY and the urdf file. Should I still need to input any transform in the urdf? as the param file already take care of the imu transformation, if I input again in the urdf, will it duplicate the transformation and causing unexpected result?
|
Hi @TixiaoShan, thanks for your excellent work !
when reading about
extrinsicRPY
in doc andimuConverter()
function, i don't understand this param's meaning.Imu's orientation is
q_b0_bk
, which b0 is the imu's world frame, b0 imu frame in its world frame in time stamp k.extrinsicRot
is q_l2b, different fromextrinsicRPY
. What's the meaning ofq_b0_bk * extQRPY
?It isn't
q_b0_lk = q_b0_bk * q_l2b.traspose()
, norq_l0_lk = q_l2b * q_b0_bk * q_l2b.traspose()
, right?The text was updated successfully, but these errors were encountered: