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

Doubts about camera-imu temporal calibration #270

Open
odinhr opened this issue Feb 26, 2019 · 12 comments
Open

Doubts about camera-imu temporal calibration #270

odinhr opened this issue Feb 26, 2019 · 12 comments

Comments

@odinhr
Copy link

odinhr commented Feb 26, 2019

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.

@mohradza
Copy link

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.

@SYSUHPK
Copy link

SYSUHPK commented Mar 11, 2019

@mohradza
Hi,I want to know how to reduce the IMU rate?

@odinhr
Copy link
Author

odinhr commented Mar 12, 2019

Hi @gakkiHp,
it depends on your setup. Can you give us some information about that?

Regards.

@SYSUHPK
Copy link

SYSUHPK commented Mar 12, 2019

@odinhr
I am using the android phone to collect and process the data. I would like to ask if I can directly reduce the imu speed on the vins-mono source code

@kharyal
Copy link

kharyal commented Aug 18, 2020

ROS_WARN("imu message in disorder!");

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.

@zhaoworking
Copy link

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.

Can u tell me how to do that, i have encountered this knotty problem.

@kharyal
Copy link

kharyal commented Nov 20, 2020

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.

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.

@zhaoworking
Copy link

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.

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?

@kharyal
Copy link

kharyal commented Nov 20, 2020

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.

@zhaoworking
Copy link

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 imu.csv are right , but when I creat the rosbag , and feed it to the Vins , the terminal displays WARN as well as INFO imu order : 79484.300000 last_imu_t: 79484.300000 , which are surprisingly same. Why could it happen?

@Leerw
Copy link

Leerw commented Jul 27, 2022

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 imu.csv are right , but when I creat the rosbag , and feed it to the Vins , the terminal displays WARN as well as INFO imu order : 79484.300000 last_imu_t: 79484.300000 , which are surprisingly same. Why could it happen?

I have the same issue with you, the current imu timestamp is the same as the last_imu_t, have you fixed that?

@yuanshangwu
Copy link

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 imu.csv are right , but when I creat the rosbag , and feed it to the Vins , the terminal displays WARN as well as INFO imu order : 79484.300000 last_imu_t: 79484.300000 , which are surprisingly same. Why could it happen?

I have the same issue with you, the current imu timestamp is the same as the last_imu_t, have you fixed that?

I also have the same issue with you, have you fixed that?

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

7 participants