-
Notifications
You must be signed in to change notification settings - Fork 439
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
Sub/Super-script mismatch in pose_measurement.h? #132
Comments
I looked multiple times at your two formulas, but they look exactly the same? |
@v0n0 the first quaternion is questionable. |
Oh yeah, just saw that. These indexes are quite confusing, |
Yes I agree that they are confusing, but more importantly, this code might be wrong. |
Please look at #116 |
@simonlynen Thanks. So this is fixed in that branch but not the master one? |
In
https://github.com/ethz-asl/ethzasl_msf/blob/master/msf_updates/include/msf_updates/pose_sensor_handler/pose_measurement.h
line 313 when you calculate q_err:
This looks like you are doing
(q_wv * q_wi * q_ic)^-1 * z_q_vc
, but should it be(q_vw * q_wi * q_ic)^-1 * z_q_vc
?The text was updated successfully, but these errors were encountered: