You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to run OpenVINS with EuRoC, and it seems that although the xyz and pitch match well, both roll and yaw differ have a constant offset of about 50 degree compared to ground truth.
The config file that I used is the exact ones provided by OpenVINS. My code is here just in case.
Any help for pointer is greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered:
This might be due to your use of the quaternion.
We use a JPL quaternion which is the rotation from the GLOBAL to the IMU
frame.
I recommend you try writing the quaternion x,y,z,w to file, and then
processing it.
When a JPL quaternion is written in this order, and read as a Halmiton
quaternion, it flips the rotation direction to IMU to GLOBAL.
Hi,
I'm trying to run OpenVINS with EuRoC, and it seems that although the xyz and pitch match well, both roll and yaw differ have a constant offset of about 50 degree compared to ground truth.
The config file that I used is the exact ones provided by OpenVINS. My code is here just in case.
Any help for pointer is greatly appreciated. Thanks!
The text was updated successfully, but these errors were encountered: