-
Notifications
You must be signed in to change notification settings - Fork 184
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
Configuration and IMU init #18
Comments
You can find some documentation on the camera.txt here: https://github.com/JakobEngel/dso#geometric-calibration-file The first line contains first the name of you distortion model (e.g. EquiDistant, RadTan, Pinhole for no distortion, etc.), then 4 numbers for focal length an principal point (fx fy cx cy), and then the distortion parameters of your specific distortion model. For the third line you can just use I recommend starting with |
Thank you. Will try. |
It is very first result. All software installed without problem. Only changed topics in cpp. Tell me please, it uses stereo or mono only? |
The system is mono-inertial only. It looks like the system failed while still being in visual-only mode (before IMU initialization completed). Can you confirm it can get to visual-inertial mode successfully (e.g. by accelerating it a bit sideways so that the scale becomes observable? If you have failure cases it's always best to paste the full console output here, then I can have a look. In general, the system will be less robust before IMU initialization is finished, as only the camera can be used for tracking during this period. |
The CoarseIMUInit normalized error should be smaller than 1 usually and the estimated scale is also extremely large, suggesting there's something wrong with the IMU data / its calibration.
|
Here is all data. Please see it. |
Thanks for sending the output! For the future it would be best to also include the full commandline output (especially the beginning), as some things are only printed there.
I think especially the last point is the one why it fails, but the other two will also be important to get a good performance. |
You should always use 40Hz IMU is a pretty low rate for IMU measurements indeed (200Hz is more usual). I think IMU initialization should still be able to complete however if everything is setup correctly. |
Hi,
I want to try your project with Arducam 1mp stereo OV9281, ROS Melodic, Nvidia Jetson NX JP4.4, mpu9250.
I have IMU noise config and cameras2imu config.
Tell me please about camera.txt format.
Intrinsics ok, but other digits what mean?
And i should use mode1?
Best regards, Viktor.
The text was updated successfully, but these errors were encountered: