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

some question about Data Prepare #36

Open
Claudbbbbb opened this issue Nov 22, 2023 · 1 comment
Open

some question about Data Prepare #36

Claudbbbbb opened this issue Nov 22, 2023 · 1 comment

Comments

@Claudbbbbb
Copy link

Hi everyong!

I have some questions about the new data file imu_samples_0.csv and imu0_resampled.npy.
In my understanding, imu_samples_0.csv contain the original IMU datas, which acc and gyr data were not calibrated, and imu0_resampled.npy's IMU data were calibrated. Could you tell me how original IMU data convert into calibrated IMU data? Just did some gravity alignment? (Rotate the axises of IMU and make the z-axis coincide with the direction of gravitry?) And let the calibrated acc data near [0, 0, 9.8] when the IMU is static?

Thank you for your explanation.

@PabloRauhCorro
Copy link

PabloRauhCorro commented Dec 17, 2023

Hello Claudbbbbb,

have you figured it out? Your assumption sounds plausible to me regarding the "rotated" part. But I am unsure what "compensated" is supposed to mean in the context of gyroscope measurements:

{
"columns_name(width)": [
"ts_us(1)",
"gyr_compensated_rotated_in_World(3)",
"acc_compensated_rotated_in_World(3)",
"qxyzw_World_Device(4)",
"pos_World_Device(3)",
"vel_World(3)"
],
"num_rows": 71333,
"approximate_frequency_hz": 200.0,
"t_start_us": 2851904885.0,
"t_end_us": 3208564885.0
}

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