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

Topics synchronization #24

Open
maekjuplease opened this issue Nov 21, 2023 · 4 comments
Open

Topics synchronization #24

maekjuplease opened this issue Nov 21, 2023 · 4 comments

Comments

@maekjuplease
Copy link

Hi,

Thank you for incredible work, I would like to ask how did you synchronize all the topics together since my record rosbag which includes semantic mask, rgb image and IMU are not able to synchronize and displayed "imu message in disorder". Thank you.

@karnikram
Copy link
Owner

Hi, for our experiments we used the rosbag API to create and add semantic mask messages into the original bagfile (containing RGB and IMU messages) such that they have the same timestamps as the corresponding RGB images.

@maekjuplease
Copy link
Author

Thank you for your response. I actually did as the same method that my semantic and RGB image topics have the same timestamps. However, when I launch the VIO, IMU data seem did not fit with RGB and semantic data and return as the following:
imu_message_in_order

Could you please tell me how to solve this issue, thank you.

@karnikram
Copy link
Owner

This is a warning thrown by VINS-Mono whenever the timestamp of your most recent IMU message is older than the previous one. This can happen because of time synchronization errors between the camera and IMU, or the IMU timestamps are simply incorrect.

However even with perfect synchronization (simulation), the warning still showed up occasionally in our experiments but it didn't affect tracking accuracy as long as the data rate of the IMU messages were fast enough.

@maekjuplease
Copy link
Author

Thank you so much for your response.

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

2 participants