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

Can the IMU spline interpolation work with < 90Hz #649

Open
geoeo opened this issue Oct 9, 2023 · 4 comments
Open

Can the IMU spline interpolation work with < 90Hz #649

geoeo opened this issue Oct 9, 2023 · 4 comments
Labels
question Theory or implementation question user-platform User has trouble running on their own dataset

Comments

@geoeo
Copy link

geoeo commented Oct 9, 2023

I have some pretty bad drivers for my IMU and im getting around 45Hz. I actually calibrated with ~90Hz, but some faulty measurements. This was fine. But now with 45Hz and better measurements Im having problems estimating the translation part of the transformation. Its close to 0. Orientation is fine. My camera is at 20FPS. So I was wondering if a frequency of around 45Hz is just to low for the spline construction to happen properly

@goldbattle goldbattle added question Theory or implementation question user-platform User has trouble running on their own dataset labels Oct 28, 2023
@goldbattle
Copy link
Collaborator

Do you have a bag file with this? I am not sure if the spline construction will be the problem, or the actual optimization. You might need to decrease the knot creation frequency to ensure stability.

@geoeo
Copy link
Author

geoeo commented Oct 31, 2023

I double checked the report. It seems the spline interpolation works. But the error is all 0. So your right. It might be in the optimizer. Where can I decrease the knot creation / change the optimizer settings? Are they exposed as flags? Ill try to get you all the files.

In the meanwhile I can upload the report.
20_fps_45hz_2023-10-09-15-18-42-report-imucam.pdf

@xiejianshan
Copy link

I have some pretty bad drivers for my IMU and im getting around 45Hz. I actually calibrated with ~90Hz, but some faulty measurements. This was fine. But now with 45Hz and better measurements Im having problems estimating the translation part of the transformation. Its close to 0. Orientation is fine. My camera is at 20FPS. So I was wondering if a frequency of around 45Hz is just to low for the spline construction to happen properly

I meet the same problem with the 50Hz imu data and 30FPS image. But the translation part is fine for another 200Hz imu. Do you solve it? How can I calibrate the low Frequency imu and camera?

@geoeo
Copy link
Author

geoeo commented Jan 5, 2024

I upgraded to a better IMU

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Theory or implementation question user-platform User has trouble running on their own dataset
Projects
None yet
Development

No branches or pull requests

3 participants