-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Doubts about camera-imu temporal calibration #270
Comments
I noticed that I get this message when my IMU messages are coming in faster than 100hz. After reducing my IMU stream to < 100Hz, I no longer get this message. |
@mohradza |
Hi @gakkiHp, Regards. |
@odinhr |
Found only one line printing this warning. My IMU data is in order and I tried playing with different frequencies for my IMU but it still didn't help. Best. |
Can u tell me how to do that, i have encountered this knotty problem. |
I have noticed that as long as your IMU data is in order, the warning doesn't hurt the localisation. It sure does hurt your data rate though. |
I want to know with this WARN , whether the VINS could work finely? |
Yes, I have seen it work fine even after throwing this warning. Not sure about every possibility, though. You can check the timestamps of your IMU messages and see if they are in order. Regards. |
I find the timestamps of the |
I have the same issue with you, the current imu timestamp is the same as the |
I also have the same issue with you, have you fixed that? |
Hi all!
I want to know what can I do for launching the temporal calibration which is mentioned in the IROS 2018 paper. Every time I've launched the VINS-mono, it returns me "imu message in disorder". Any help is welcome.
Thank you in advance.
The text was updated successfully, but these errors were encountered: