Ford / AVData

Autonomous Vehicle Seasonal Dataset
MIT License
294 stars 68 forks source link

question about IMU data #23

Open huanhexiao opened 3 years ago

huanhexiao commented 3 years ago

Hi authors, thanks for sharing ford avadata. i have som questions about the data:

1) IMU I extracted imu.csv from the .bag, whose linear accelaration is as following: imu

It seems too small and far away from gravity measurements 9.8m/s^2. I've noticed some discussion about the transformation of imu.csv, but i cannot find where the script is.

2) GPS According to FordAV home page, "The GPS data provides the latitude, longitude and altitude of the body frame with respect to the WGS84 frame". My question is where the origin of the GPS data, body frame(rear axle center) or IMU center?

Could anyone do me a favor please?

huanhexiao commented 3 years ago

@ankitvora7 hi budy, i am confused with the acceleraion data, whether the gravity 9.8m/s^2 was removed from z-axis. if i want to obtain a real-world data, should i simply add the gravity to z-axis?

ankitvora7 commented 3 years ago

Hi @huanhexiao - The IMU data is processed data and as a result gravity is removed. You can add gravity vector after compensating for orientation. To answer your second question, the origin of GPS data is the body frame.

huanhexiao commented 3 years ago

@ankitvora7 Thanks very much, that's helpful. Another question, I find that IMU sampling interval is not uniform. Here is some cases: imu

In addition, there exsists some lost epoch: diff

YanhaoZhang commented 2 years ago

Hi @ankitvora7 I got the same question. May I know how is the gravity removed from the raw IMU data? Do you use some optimization approaches? If so, could you please provide some more details? Thank you.