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
Description:
Thanks for sharing this work with the community.
I'm encountering a segmentation issue when testing Kimera-Multi on the provided mit-campus-outdoor datasets. After checking the console output, the problem comes from the VIO-fronent (i.e, kimera_vio_ros) which always crashed on this dataset.
Therefore, I separately test the kimera_vio_ros on the campus_outdoor dataset (only on one sequence) using the provided launch file and params. And the timestamp synchronization issues (e..g, time out of order, QueueSynchronizer check failed etc.) always come out followed by the termination of program. Following the reported issue #77, I already lower the play rate to 0.5 and 0.2, but cannot solve this problem.
Besides, I already test kimera_vio_ros on EuROC (V1_01_easy) and uHumans2 datasets, and it runs smoothly without this issue mentioned above. I would appreciate it much if you could give some hints on this issue.
@iftahnaf Hallo, sorry for my late reply. Unfortunately i have not solved this issue yet. I tried with differnt playing back rates and launching parameters, but it didn't work. Since in my case the program can run on EuRoc and uHumans2 dataset, i guess this problem could be related to the sequence of mit-campus-outdoor dataset and the parameters within its launch file. And if you have other insights about this issue, I would aprreciate it if you could share it with me.
We encounter this problem when trying to run the VIO on a live stream from an OAK-d-lite camera.
We created our ROS-based driver for the camera using depthai library.
When we published the images on a topic, we assigned different timestamps for left and right frames, which was causing the issue.
To fix it, we assigned the same timestamp for both cameras, and it seems to solve the issue.
Description:
Thanks for sharing this work with the community.
I'm encountering a segmentation issue when testing Kimera-Multi on the provided mit-campus-outdoor datasets. After checking the console output, the problem comes from the VIO-fronent (i.e, kimera_vio_ros) which always crashed on this dataset.
Therefore, I separately test the kimera_vio_ros on the campus_outdoor dataset (only on one sequence) using the provided launch file and params. And the timestamp synchronization issues (e..g, time out of order, QueueSynchronizer check failed etc.) always come out followed by the termination of program. Following the reported issue #77, I already lower the play rate to 0.5 and 0.2, but cannot solve this problem.
Besides, I already test kimera_vio_ros on EuROC (V1_01_easy) and uHumans2 datasets, and it runs smoothly without this issue mentioned above. I would appreciate it much if you could give some hints on this issue.
Command:
Console output:
Additional files:
Please attach all the files needed to reproduce the error.
Please give also the following information:
The text was updated successfully, but these errors were encountered: