montefiore-institute / midair-dataset

Example and utiliy scripts for the Mid-Air dataset
MIT License
15 stars 6 forks source link

IMU data stamp #3

Closed YifeiAI closed 4 years ago

YifeiAI commented 4 years ago

Hi,

I am using your dataset for visual odometry. Is the imu data captured precisely 100 hz and synchronize with images? Maybe can you share the part of the code that you recorded the imu data in airsim? Now I am having difficulties doing stable visual odometry using your dataset.

Thank you very much!

michael-fonder commented 4 years ago

Hi,

Yes, IMU measurements are precisely captured at 100Hz and perfectly synchronized with the camera (the first IMU measurement is captured at the same time than the first image). We tested our data. Normally it should work fine for visual odometry. The feedback I have from this issue tends to confirm that it's working as expected.

For reasons explained in the same issue, the IMU measurements were not obtained from a straightforward Airsim export but from a simulation made on our side based on the model presented in the paper. Since the related piece of code is part of a very specific and heavily customized data generation pipeline, I cannot share it 'as is'. I've made a small toy script that implements the same model we are using for simulating IMU measurements from ground truth data. You can find it here. Let me now if you find anything weird in it.